Color Hex Logo

#c9d6a3 Color Hex

#C9D6A3
(201,214,163)
0 Favorites   0 Comments

Color spaces of #c9d6a3

RGB 201214163
HSL0.210.380.74
HSV75°24°84°
CMYK 0.060.000.24   0.16
XYZ54.744863.155043.9551
Yxy63.15500.33820.3902
Hunter Lab79.4701-16.108922.8357
CIE-Lab83.5239-12.971223.7797

#c9d6a3 color RGB value is (201,214,163).

#c9d6a3 hex color red value is 201, green value is 214 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #c9d6a3 hue: 0.21 , saturation: 0.38 and the lightness value of c9d6a3 is 0.74.

The process color (four color CMYK) of #c9d6a3 color hex is 0.06, 0.00, 0.24, 0.16. Web safe color of #c9d6a3 is #cccc99. Color #c9d6a3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11010110 10100011
Octal 311 326 243
Decimal 201 214 163
Hex C9 D6 A3

RGB Percentages of Color #c9d6a3

%34.78
%37.02
%28.20

CMYK Percentages of Color #c9d6a3

%6
%0
%24
%16

Triadic Colors of #c9d6a3

#c9d6a3 #a3c9d6 #d6a3c9

Analogous Colors of #c9d6a3

#c9d6a3 #b0d6a3 #d6caa3

Monochromatic Colors of #c9d6a3

#c9d6a3

Complementary Color

#c9d6a3 #b0a3d6

#c9d6a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9d6a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9d6a3 Color CSS Codes

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

#c9d6a3 Text Font Color

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

This sample text font color is #c9d6a3
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.


#c9d6a3 Background Color

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

This div background color is #c9d6a3


#c9d6a3 Border Color

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

This div border color is #c9d6a3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,214,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9d6a3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9d6a3;
  -webkit-box-shadow: 1px 1px 3px 2px #c9d6a3;
  box-shadow:         1px 1px 3px 2px #c9d6a3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,214,163, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9d6a3


Comments

No comments written yet.

Please login to write comment.