COLOR #C9DDA5

HEX: #C9DDA5
RGB: (201,221,165)

Color info

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

RGB color model

#C9DDA5 color RGB value is (201,221,165).

  • red value is 201;
  • green value is 221;
  • blue value is 165.
RGB:
(201,221,165)
(79%,87%,65%)

RGB channels and saturation

R 201 of 255 = 79%
G 221 of 255 = 87%
B 165 of 255 = 65%

201
221
165

R + G + B ~ 77%. #C9DDA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 221 + 165 = 587 (100%)
R 201 of 587 ~ 34.24%
G 221 of 587 ~ 37.65%
B 165 of 587 ~ 28.11%

%34.24
%37.65
%28.11

CMYK color model

#C9DDA5 color CMYK value is (9,0,25,13).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 25.34%
  • key color value is 13.33%
CMYK:
(9,0,25,13)
C9M0Y25K13 
(9%,0%,25%,13%)
(0.09/0.00/0.25/0.13)	

CMYK percentages

%9.05
%0
%25.34
%13.33

Codes

Color #C9DDA5 in popluar color models

C9DDA5
RGB201221165
HSL81°45.16%75.69%
HSB/HSV81°25.34%86.67%
CMYK9.05%0.00%25.34%
13.33%

Color #C9DDA5 in popluar number systems.

HEXC9DDA5
Decimal201221165
Binary110010011101110110100101
Octal311335245

Shades and tints

Shades of #C9DDA5

#C9DDA5
(201,221,165)
#B7C996
(183,201,150)
#A5B587
(165,181,135)
#93A178
(147,161,120)
#818D69
(129,141,105)
#6F795A
(111,121,90)
#5D654B
(93,101,75)
#4B513C
(75,81,60)
#393D2D
(57,61,45)
#27291E
(39,41,30)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #C9DDA5

#C9DDA5
(201,221,165)
#CDE0AD
(205,224,173)
#D1E3B5
(209,227,181)
#D5E6BD
(213,230,189)
#D9E9C5
(217,233,197)
#DDECCD
(221,236,205)
#E1EFD5
(225,239,213)
#E5F2DD
(229,242,221)
#E9F5E5
(233,245,229)
#EDF8ED
(237,248,237)
#F1FBF5
(241,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DDA5 color. Also use rgb(201,221,165) instead hex code.

Text Font Color

.myTextColor { color: #C9DDA5; }

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

This text font color is #C9DDA5.


Background Color

.myBgColor { background-color: #C9DDA5; }

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

This div background color is #C9DDA5.


Border color

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

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

This div border color is #C9DDA5.


Opacity

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

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

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

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

This text has shadow with #C9DDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DDA5 on black background.


Color preview on white background

This text has color #C9DDA5 on white background.



Black color preview on #C9DDA5 background

This text has black color on #C9DDA5 background.


White color preview on #C9DDA5 background

This text has white color on #C9DDA5 background.