COLOR #C9D29D

HEX: #C9D29D
RGB: (201,210,157)

Color info

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

RGB color model

#C9D29D color RGB value is (201,210,157).

  • red value is 201;
  • green value is 210;
  • blue value is 157.
RGB:
(201,210,157)
(79%,82%,62%)

RGB channels and saturation

R 201 of 255 = 79%
G 210 of 255 = 82%
B 157 of 255 = 62%

201
210
157

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

Portions of RGB colors in percentages

R + G + B =
201 + 210 + 157 = 568 (100%)
R 201 of 568 ~ 35.39%
G 210 of 568 ~ 36.97%
B 157 of 568 ~ 27.64%

%35.39
%36.97
%27.64

CMYK color model

#C9D29D color CMYK value is (4,0,25,18).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 17.65%
CMYK:
(4,0,25,18)
C4M0Y25K18 
(4%,0%,25%,18%)
(0.04/0.00/0.25/0.18)	

CMYK percentages

%4.29
%0
%25.24
%17.65

Codes

Color #C9D29D in popluar color models

C9D29D
RGB201210157
HSL70°37.06%71.96%
HSB/HSV70°25.24%82.35%
CMYK4.29%0.00%25.24%
17.65%

Color #C9D29D in popluar number systems.

HEXC9D29D
Decimal201210157
Binary110010011101001010011101
Octal311322235

Shades and tints

Shades of #C9D29D

#C9D29D
(201,210,157)
#B7BF8F
(183,191,143)
#A5AC81
(165,172,129)
#939973
(147,153,115)
#818665
(129,134,101)
#6F7357
(111,115,87)
#5D6049
(93,96,73)
#4B4D3B
(75,77,59)
#393A2D
(57,58,45)
#27271F
(39,39,31)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #C9D29D

#C9D29D
(201,210,157)
#CDD6A5
(205,214,165)
#D1DAAD
(209,218,173)
#D5DEB5
(213,222,181)
#D9E2BD
(217,226,189)
#DDE6C5
(221,230,197)
#E1EACD
(225,234,205)
#E5EED5
(229,238,213)
#E9F2DD
(233,242,221)
#EDF6E5
(237,246,229)
#F1FAED
(241,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D29D color. Also use rgb(201,210,157) instead hex code.

Text Font Color

.myTextColor { color: #C9D29D; }

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

This text font color is #C9D29D.


Background Color

.myBgColor { background-color: #C9D29D; }

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

This div background color is #C9D29D.


Border color

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

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

This div border color is #C9D29D.


Opacity

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

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

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

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

This text has shadow with #C9D29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D29D on black background.


Color preview on white background

This text has color #C9D29D on white background.



Black color preview on #C9D29D background

This text has black color on #C9D29D background.


White color preview on #C9D29D background

This text has white color on #C9D29D background.