COLOR #C9DB9A

HEX: #C9DB9A RGB: (201,219,154)

Color info

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

RGB color model

#C9DB9A color RGB value is (201,219,154).

RGB: (201,219,154) (79%, 86%, 60%)

RGB channels and saturation

R 201 of 255 = 79%
G 219 of 255 = 86%
B 154 of 255 = 60%

201
219
154

R + G + B ~ 75%. #C9DB9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 219 + 154 = 574 (100%)
R 201 of 574 ~ 35.02%
G 219 of 574 ~ 38.15%
B 154 of 574 ~ 26.83'%

%35.02
%38.15
%26.83

CMYK color model

#C9DB9A color CMYK value is (8,0,30,14).

  • cyan value is 8.22%
  • magenta value is 0.00%
  • yellow value is 29.68%
  • key color value is 14.12%

CMYK: (8,0,30,14)
C8M0Y30K14 (8%, 0%, 30%, 14%)
(0.08 / 0.00 / 0.30 / 0.14)

CMYK percentages

%8.22
%0
%29.68
%14.12

Codes

Color #C9DB9A in popluar color models

C9 DB 9A
RGB 201 219 154
HSL 77° 47.45% 73.14%
HSB/HSV 77° 29.68% 85.88%
CMYK 8.22% 0.00% 29.68%
14.12%

Color #C9DB9A in popluar number systems.

HEX C9 DB 9A
Decimal 201 219 154
Binary 11001001 11011011 10011010
Octal 311 333 232

Shades and tints

Shades of #C9DB9A

#C9DB9A
(201,219,154)
#B7C88C
(183,200,140)
#A5B57E
(165,181,126)
#93A270
(147,162,112)
#818F62
(129,143,98)
#6F7C54
(111,124,84)
#5D6946
(93,105,70)
#4B5638
(75,86,56)
#39432A
(57,67,42)
#27301C
(39,48,28)
#151D0E
(21,29,14)
#000000
(0,0,0)

Tints of #C9DB9A

#C9DB9A
(201,219,154)
#CDDEA3
(205,222,163)
#D1E1AC
(209,225,172)
#D5E4B5
(213,228,181)
#D9E7BE
(217,231,190)
#DDEAC7
(221,234,199)
#E1EDD0
(225,237,208)
#E5F0D9
(229,240,217)
#E9F3E2
(233,243,226)
#EDF6EB
(237,246,235)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DB9A; }

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

This text font color is #C9DB9A.

Background Color

.myBgColor { background-color: #C9DB9A; }

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

This div background color is #C9DB9A.

Border color

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

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

This div border color is #C9DB9A.

Opacity

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

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

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

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

This text has shadow with #C9DB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DB9A.

Preview

Color preview on black background

This text has color #C9DB9A on black background.


Color preview on white background

This text has color #C9DB9A on white background.


Black color preview on #C9DB9A background

This text has black color on #C9DB9A background.


White color preview on #C9DB9A background

This text has white color on #C9DB9A background.


Related colors

Complementary color

Complementary color for #hex is #362465.


I love getcolorcode.com

Triadic colors

1 #9AC9DB and #DB9AC9 with #C9DB9A are triadic colors.

2 #9ADBC9 and #DBC99A with #C9DB9A are triadic colors.