COLOR #C9DB8D

HEX: #C9DB8D
RGB: (201,219,141)

Color info

#C9DB8D contains mainly red and green colors. Web safe color of #C9DB8D is #CCCC99 (or #CC9).

RGB color model

#C9DB8D color RGB value is (201,219,141).

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

RGB channels and saturation

R 201 of 255 = 79%
G 219 of 255 = 86%
B 141 of 255 = 55%

201
219
141

R + G + B ~ 73%. #C9DB8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 219 + 141 = 561 (100%)
R 201 of 561 ~ 35.83%
G 219 of 561 ~ 39.04%
B 141 of 561 ~ 25.13%

%35.83
%39.04
%25.13

CMYK color model

#C9DB8D color CMYK value is (8,0,36,14).

  • cyan value is 8.22%
  • magenta value is 0.00%
  • yellow value is 35.62%
  • key color value is 14.12%
CMYK:
(8,0,36,14)
C8M0Y36K14 
(8%,0%,36%,14%)
(0.08/0.00/0.36/0.14)	

CMYK percentages

%8.22
%0
%35.62
%14.12

Codes

Color #C9DB8D in popluar color models

C9DB8D
RGB201219141
HSL74°52.00%70.59%
HSB/HSV74°35.62%85.88%
CMYK8.22%0.00%35.62%
14.12%

Color #C9DB8D in popluar number systems.

HEXC9DB8D
Decimal201219141
Binary110010011101101110001101
Octal311333215

Shades and tints

Shades of #C9DB8D

#C9DB8D
(201,219,141)
#B7C881
(183,200,129)
#A5B575
(165,181,117)
#93A269
(147,162,105)
#818F5D
(129,143,93)
#6F7C51
(111,124,81)
#5D6945
(93,105,69)
#4B5639
(75,86,57)
#39432D
(57,67,45)
#273021
(39,48,33)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #C9DB8D

#C9DB8D
(201,219,141)
#CDDE97
(205,222,151)
#D1E1A1
(209,225,161)
#D5E4AB
(213,228,171)
#D9E7B5
(217,231,181)
#DDEABF
(221,234,191)
#E1EDC9
(225,237,201)
#E5F0D3
(229,240,211)
#E9F3DD
(233,243,221)
#EDF6E7
(237,246,231)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DB8D; }

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

This text font color is #C9DB8D.


Background Color

.myBgColor { background-color: #C9DB8D; }

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

This div background color is #C9DB8D.


Border color

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

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

This div border color is #C9DB8D.


Opacity

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

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

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

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

This text has shadow with #C9DB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DB8D on black background.


Color preview on white background

This text has color #C9DB8D on white background.



Black color preview on #C9DB8D background

This text has black color on #C9DB8D background.


White color preview on #C9DB8D background

This text has white color on #C9DB8D background.