COLOR #C9D99E

HEX: #C9D99E
RGB: (201,217,158)

Color info

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

RGB color model

#C9D99E color RGB value is (201,217,158).

  • red value is 201;
  • green value is 217;
  • blue value is 158.
RGB:
(201,217,158)
(79%,85%,62%)

RGB channels and saturation

R 201 of 255 = 79%
G 217 of 255 = 85%
B 158 of 255 = 62%

201
217
158

R + G + B ~ 75%. #C9D99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 217 + 158 = 576 (100%)
R 201 of 576 ~ 34.9%
G 217 of 576 ~ 37.67%
B 158 of 576 ~ 27.43%

%34.9
%37.67
%27.43

CMYK color model

#C9D99E color CMYK value is (7,0,27,15).

  • cyan value is 7.37%
  • magenta value is 0.00%
  • yellow value is 27.19%
  • key color value is 14.90%
CMYK:
(7,0,27,15)
C7M0Y27K15 
(7%,0%,27%,15%)
(0.07/0.00/0.27/0.15)	

CMYK percentages

%7.37
%0
%27.19
%14.9

Codes

Color #C9D99E in popluar color models

C9D99E
RGB201217158
HSL76°43.70%73.53%
HSB/HSV76°27.19%85.10%
CMYK7.37%0.00%27.19%
14.90%

Color #C9D99E in popluar number systems.

HEXC9D99E
Decimal201217158
Binary110010011101100110011110
Octal311331236

Shades and tints

Shades of #C9D99E

#C9D99E
(201,217,158)
#B7C690
(183,198,144)
#A5B382
(165,179,130)
#93A074
(147,160,116)
#818D66
(129,141,102)
#6F7A58
(111,122,88)
#5D674A
(93,103,74)
#4B543C
(75,84,60)
#39412E
(57,65,46)
#272E20
(39,46,32)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #C9D99E

#C9D99E
(201,217,158)
#CDDCA6
(205,220,166)
#D1DFAE
(209,223,174)
#D5E2B6
(213,226,182)
#D9E5BE
(217,229,190)
#DDE8C6
(221,232,198)
#E1EBCE
(225,235,206)
#E5EED6
(229,238,214)
#E9F1DE
(233,241,222)
#EDF4E6
(237,244,230)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D99E color. Also use rgb(201,217,158) instead hex code.

Text Font Color

.myTextColor { color: #C9D99E; }

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

This text font color is #C9D99E.


Background Color

.myBgColor { background-color: #C9D99E; }

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

This div background color is #C9D99E.


Border color

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

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

This div border color is #C9D99E.


Opacity

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

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

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

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

This text has shadow with #C9D99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D99E on black background.


Color preview on white background

This text has color #C9D99E on white background.



Black color preview on #C9D99E background

This text has black color on #C9D99E background.


White color preview on #C9D99E background

This text has white color on #C9D99E background.