COLOR #C9DBA5

HEX: #C9DBA5
RGB: (201,219,165)

Color info

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

RGB color model

#C9DBA5 color RGB value is (201,219,165).

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

RGB channels and saturation

R 201 of 255 = 79%
G 219 of 255 = 86%
B 165 of 255 = 65%

201
219
165

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

Portions of RGB colors in percentages

R + G + B =
201 + 219 + 165 = 585 (100%)
R 201 of 585 ~ 34.36%
G 219 of 585 ~ 37.44%
B 165 of 585 ~ 28.21%

%34.36
%37.44
%28.21

CMYK color model

#C9DBA5 color CMYK value is (8,0,25,14).

  • cyan value is 8.22%
  • magenta value is 0.00%
  • yellow value is 24.66%
  • key color value is 14.12%
CMYK:
(8,0,25,14)
C8M0Y25K14 
(8%,0%,25%,14%)
(0.08/0.00/0.25/0.14)	

CMYK percentages

%8.22
%0
%24.66
%14.12

Codes

Color #C9DBA5 in popluar color models

C9DBA5
RGB201219165
HSL80°42.86%75.29%
HSB/HSV80°24.66%85.88%
CMYK8.22%0.00%24.66%
14.12%

Color #C9DBA5 in popluar number systems.

HEXC9DBA5
Decimal201219165
Binary110010011101101110100101
Octal311333245

Shades and tints

Shades of #C9DBA5

#C9DBA5
(201,219,165)
#B7C896
(183,200,150)
#A5B587
(165,181,135)
#93A278
(147,162,120)
#818F69
(129,143,105)
#6F7C5A
(111,124,90)
#5D694B
(93,105,75)
#4B563C
(75,86,60)
#39432D
(57,67,45)
#27301E
(39,48,30)
#151D0F
(21,29,15)
#000000
(0,0,0)

Tints of #C9DBA5

#C9DBA5
(201,219,165)
#CDDEAD
(205,222,173)
#D1E1B5
(209,225,181)
#D5E4BD
(213,228,189)
#D9E7C5
(217,231,197)
#DDEACD
(221,234,205)
#E1EDD5
(225,237,213)
#E5F0DD
(229,240,221)
#E9F3E5
(233,243,229)
#EDF6ED
(237,246,237)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DBA5; }

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

This text font color is #C9DBA5.


Background Color

.myBgColor { background-color: #C9DBA5; }

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

This div background color is #C9DBA5.


Border color

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

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

This div border color is #C9DBA5.


Opacity

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

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

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

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

This text has shadow with #C9DBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DBA5 on black background.


Color preview on white background

This text has color #C9DBA5 on white background.



Black color preview on #C9DBA5 background

This text has black color on #C9DBA5 background.


White color preview on #C9DBA5 background

This text has white color on #C9DBA5 background.