color codes Logo

#a6b7cd color codes

#A6B7CD
(166,183,205)
0 Favorites   0 Comments

Color spaces of #a6b7cd

RGB 166183205
HSL0.590.280.73
HSV214°19°80°
CMYK 0.190.110.00   0.20
XYZ43.678846.381764.4081
Yxy46.38170.28280.3003
Hunter Lab68.1041-4.7006-8.3995
CIE-Lab73.7925-1.1907-13.0748

#a6b7cd color RGB value is (166,183,205).

#a6b7cd hex color red value is 166, green value is 183 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a6b7cd hue: 0.59 , saturation: 0.28 and the lightness value of a6b7cd is 0.73.

The process color (four color CMYK) of #a6b7cd color code is 0.19, 0.11, 0.00, 0.20. Web safe color of #a6b7cd is #99cccc. Color #a6b7cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10110111 11001101
Octal 246 267 315
Decimal 166 183 205
Hex A6 B7 CD

RGB Percentages of Color #a6b7cd

%29.96
%33.03
%37.00

CMYK Percentages of Color #a6b7cd

%19
%11
%0
%20

Triadic Colors of #a6b7cd

#a6b7cd #cda6b7 #b7cda6

Analogous Colors of #a6b7cd

#a6b7cd #a9a6cd #a6cbcd

Monochromatic Colors of #a6b7cd

#a6b7cd

Complementary Color

#a6b7cd #cdbca6

#a6b7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6b7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6b7cd Color CSS Codes

.mybgcolor {background-color:#a6b7cd; } 
.myforecolor {color:#a6b7cd; }
.mybordercolor {border:3px solid #a6b7cd; }

#a6b7cd Text Font Color

<p style="color:#a6b7cd">Text here</p>

This sample text font color is #a6b7cd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a6b7cd Background Color

<div style="background-color:#a6b7cd">
Div content here</div>

This div background color is #a6b7cd


#a6b7cd Border Color

<div style="border:3px solid #a6b7cd">
Div here</div>

This div border color is #a6b7cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,183,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6b7cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6b7cd;
  -webkit-box-shadow: 1px 1px 3px 2px #a6b7cd;
  box-shadow:         1px 1px 3px 2px #a6b7cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,183,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a6b7cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a6b7cd;
  -webkit-box-shadow: 1px 1px 3px 2px #a6b7cd;
  box-shadow:         1px 1px 3px 2px #a6b7cd;">
Div content here</div>

This div box has shadow with color #a6b7cd


Comments

No comments written yet.

Please login to write comment.