COLOR #C9DBAB

HEX: #C9DBAB
RGB: (201,219,171)

Color info

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

RGB color model

#C9DBAB color RGB value is (201,219,171).

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

RGB channels and saturation

R 201 of 255 = 79%
G 219 of 255 = 86%
B 171 of 255 = 67%

201
219
171

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

Portions of RGB colors in percentages

R + G + B =
201 + 219 + 171 = 591 (100%)
R 201 of 591 ~ 34.01%
G 219 of 591 ~ 37.06%
B 171 of 591 ~ 28.93%

%34.01
%37.06
%28.93

CMYK color model

#C9DBAB color CMYK value is (8,0,22,14).

  • cyan value is 8.22%
  • magenta value is 0.00%
  • yellow value is 21.92%
  • key color value is 14.12%
CMYK:
(8,0,22,14)
C8M0Y22K14 
(8%,0%,22%,14%)
(0.08/0.00/0.22/0.14)	

CMYK percentages

%8.22
%0
%21.92
%14.12

Codes

Color #C9DBAB in popluar color models

C9DBAB
RGB201219171
HSL83°40.00%76.47%
HSB/HSV83°21.92%85.88%
CMYK8.22%0.00%21.92%
14.12%

Color #C9DBAB in popluar number systems.

HEXC9DBAB
Decimal201219171
Binary110010011101101110101011
Octal311333253

Shades and tints

Shades of #C9DBAB

#C9DBAB
(201,219,171)
#B7C89C
(183,200,156)
#A5B58D
(165,181,141)
#93A27E
(147,162,126)
#818F6F
(129,143,111)
#6F7C60
(111,124,96)
#5D6951
(93,105,81)
#4B5642
(75,86,66)
#394333
(57,67,51)
#273024
(39,48,36)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #C9DBAB

#C9DBAB
(201,219,171)
#CDDEB2
(205,222,178)
#D1E1B9
(209,225,185)
#D5E4C0
(213,228,192)
#D9E7C7
(217,231,199)
#DDEACE
(221,234,206)
#E1EDD5
(225,237,213)
#E5F0DC
(229,240,220)
#E9F3E3
(233,243,227)
#EDF6EA
(237,246,234)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DBAB; }

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

This text font color is #C9DBAB.


Background Color

.myBgColor { background-color: #C9DBAB; }

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

This div background color is #C9DBAB.


Border color

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

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

This div border color is #C9DBAB.


Opacity

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

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

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

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

This text has shadow with #C9DBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DBAB on black background.


Color preview on white background

This text has color #C9DBAB on white background.



Black color preview on #C9DBAB background

This text has black color on #C9DBAB background.


White color preview on #C9DBAB background

This text has white color on #C9DBAB background.