COLOR #C9CE9F

HEX: #C9CE9F
RGB: (201,206,159)

Color info

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

RGB color model

#C9CE9F color RGB value is (201,206,159).

  • red value is 201;
  • green value is 206;
  • blue value is 159.
RGB:
(201,206,159)
(79%,81%,62%)

RGB channels and saturation

R 201 of 255 = 79%
G 206 of 255 = 81%
B 159 of 255 = 62%

201
206
159

R + G + B ~ 74%. #C9CE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 206 + 159 = 566 (100%)
R 201 of 566 ~ 35.51%
G 206 of 566 ~ 36.4%
B 159 of 566 ~ 28.09%

%35.51
%36.4
%28.09

CMYK color model

#C9CE9F color CMYK value is (2,0,23,19).

  • cyan value is 2.43%
  • magenta value is 0.00%
  • yellow value is 22.82%
  • key color value is 19.22%
CMYK:
(2,0,23,19)
C2M0Y23K19 
(2%,0%,23%,19%)
(0.02/0.00/0.23/0.19)	

CMYK percentages

%2.43
%0
%22.82
%19.22

Codes

Color #C9CE9F in popluar color models

C9CE9F
RGB201206159
HSL66°32.41%71.57%
HSB/HSV66°22.82%80.78%
CMYK2.43%0.00%22.82%
19.22%

Color #C9CE9F in popluar number systems.

HEXC9CE9F
Decimal201206159
Binary110010011100111010011111
Octal311316237

Shades and tints

Shades of #C9CE9F

#C9CE9F
(201,206,159)
#B7BC91
(183,188,145)
#A5AA83
(165,170,131)
#939875
(147,152,117)
#818667
(129,134,103)
#6F7459
(111,116,89)
#5D624B
(93,98,75)
#4B503D
(75,80,61)
#393E2F
(57,62,47)
#272C21
(39,44,33)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #C9CE9F

#C9CE9F
(201,206,159)
#CDD2A7
(205,210,167)
#D1D6AF
(209,214,175)
#D5DAB7
(213,218,183)
#D9DEBF
(217,222,191)
#DDE2C7
(221,226,199)
#E1E6CF
(225,230,207)
#E5EAD7
(229,234,215)
#E9EEDF
(233,238,223)
#EDF2E7
(237,242,231)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CE9F color. Also use rgb(201,206,159) instead hex code.

Text Font Color

.myTextColor { color: #C9CE9F; }

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

This text font color is #C9CE9F.


Background Color

.myBgColor { background-color: #C9CE9F; }

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

This div background color is #C9CE9F.


Border color

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

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

This div border color is #C9CE9F.


Opacity

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

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

Text with #C9CE9F 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 #C9CE9F;}

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

This text has shadow with #C9CE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CE9F on black background.


Color preview on white background

This text has color #C9CE9F on white background.



Black color preview on #C9CE9F background

This text has black color on #C9CE9F background.


White color preview on #C9CE9F background

This text has white color on #C9CE9F background.