COLOR #C9CFAE

HEX: #C9CFAE
RGB: (201,207,174)

Color info

#C9CFAE contains red, green and blue colors in about the same proportion. Web safe color of #C9CFAE is #CCCC99 (or #CC9).

RGB color model

#C9CFAE color RGB value is (201,207,174).

  • red value is 201;
  • green value is 207;
  • blue value is 174.
RGB:
(201,207,174)
(79%,81%,68%)

RGB channels and saturation

R 201 of 255 = 79%
G 207 of 255 = 81%
B 174 of 255 = 68%

201
207
174

R + G + B ~ 76%. #C9CFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 207 + 174 = 582 (100%)
R 201 of 582 ~ 34.54%
G 207 of 582 ~ 35.57%
B 174 of 582 ~ 29.9%

%34.54
%35.57
%29.9

CMYK color model

#C9CFAE color CMYK value is (3,0,16,19).

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 15.94%
  • key color value is 18.82%
CMYK:
(3,0,16,19)
C3M0Y16K19 
(3%,0%,16%,19%)
(0.03/0.00/0.16/0.19)	

CMYK percentages

%2.9
%0
%15.94
%18.82

Codes

Color #C9CFAE in popluar color models

C9CFAE
RGB201207174
HSL71°25.58%74.71%
HSB/HSV71°15.94%81.18%
CMYK2.90%0.00%15.94%
18.82%

Color #C9CFAE in popluar number systems.

HEXC9CFAE
Decimal201207174
Binary110010011100111110101110
Octal311317256

Shades and tints

Shades of #C9CFAE

#C9CFAE
(201,207,174)
#B7BD9F
(183,189,159)
#A5AB90
(165,171,144)
#939981
(147,153,129)
#818772
(129,135,114)
#6F7563
(111,117,99)
#5D6354
(93,99,84)
#4B5145
(75,81,69)
#393F36
(57,63,54)
#272D27
(39,45,39)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #C9CFAE

#C9CFAE
(201,207,174)
#CDD3B5
(205,211,181)
#D1D7BC
(209,215,188)
#D5DBC3
(213,219,195)
#D9DFCA
(217,223,202)
#DDE3D1
(221,227,209)
#E1E7D8
(225,231,216)
#E5EBDF
(229,235,223)
#E9EFE6
(233,239,230)
#EDF3ED
(237,243,237)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CFAE color. Also use rgb(201,207,174) instead hex code.

Text Font Color

.myTextColor { color: #C9CFAE; }

<p style="color:#C9CFAE">This sample text font color is #C9CFAE.</p>

This text font color is #C9CFAE.


Background Color

.myBgColor { background-color: #C9CFAE; }

<div style="background-color:#C9CFAE">Inner text</div>

This div background color is #C9CFAE.


Border color

.myBorderColor { border: 1px solid #C9CFAE; }

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

This div border color is #C9CFAE.


Opacity

.myOpacity80 { color: #C9CFAE; opacity: 0.8; }

<p style="color:#C9CFAE;opacity:0.8;">80%</p>

Text with #C9CFAE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C9CFAE;}

<p style="text-shadow: 3px 3px 1px #C9CFAE">Text here.</p>

This text has shadow with #C9CFAE color.

.textShadow {text-shadow: 3px 3px 1px #C9CFAE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C9CFAE, 5px 5px 20px red">Text here.</p>

This text has shadow with #C9CFAE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9CFAE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C9CFAE, Direction=45, Strength=4)">Text</p>

This text has shadow with #C9CFAE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C9CFAE;
  -webkit-box-shadow:	1px 1px 3px 2px #C9CFAE;
  box-shadow:		1px 1px 3px 2px #C9CFAE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9CFAE;
-webkit-box-shadow: 1px 1px 3px 2px #C9CFAE;
box-shadow:1px 1px 3px 2px #C9CFAE;">
Div content here</div>
This div box has shadow with color #C9CFAE.

Preview

Color preview on black background

This text has color #C9CFAE on black background.


Color preview on white background

This text has color #C9CFAE on white background.



Black color preview on #C9CFAE background

This text has black color on #C9CFAE background.


White color preview on #C9CFAE background

This text has white color on #C9CFAE background.