COLOR #C9D99C

HEX: #C9D99C RGB: (201,217,156)

Color info

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

RGB color model

#C9D99C color RGB value is (201,217,156).

RGB: (201,217,156) (79%, 85%, 61%)

RGB channels and saturation

R 201 of 255 = 79%
G 217 of 255 = 85%
B 156 of 255 = 61%

201
217
156

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

Portions of RGB colors in percentages

R + G + B = 201 + 217 + 156 = 574 (100%)
R 201 of 574 ~ 35.02%
G 217 of 574 ~ 37.8%
B 156 of 574 ~ 27.18'%

%35.02
%37.8
%27.18

CMYK color model

#C9D99C color CMYK value is (7,0,28,15).

  • cyan value is 7.37%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 14.90%

CMYK: (7,0,28,15)
C7M0Y28K15 (7%, 0%, 28%, 15%)
(0.07 / 0.00 / 0.28 / 0.15)

CMYK percentages

%7.37
%0
%28.11
%14.9

Codes

Color #C9D99C in popluar color models

C9 D9 9C
RGB 201 217 156
HSL 76° 44.53% 73.14%
HSB/HSV 76° 28.11% 85.10%
CMYK 7.37% 0.00% 28.11%
14.90%

Color #C9D99C in popluar number systems.

HEX C9 D9 9C
Decimal 201 217 156
Binary 11001001 11011001 10011100
Octal 311 331 234

Shades and tints

Shades of #C9D99C

#C9D99C
(201,217,156)
#B7C68E
(183,198,142)
#A5B380
(165,179,128)
#93A072
(147,160,114)
#818D64
(129,141,100)
#6F7A56
(111,122,86)
#5D6748
(93,103,72)
#4B543A
(75,84,58)
#39412C
(57,65,44)
#272E1E
(39,46,30)
#151B10
(21,27,16)
#000000
(0,0,0)

Tints of #C9D99C

#C9D99C
(201,217,156)
#CDDCA5
(205,220,165)
#D1DFAE
(209,223,174)
#D5E2B7
(213,226,183)
#D9E5C0
(217,229,192)
#DDE8C9
(221,232,201)
#E1EBD2
(225,235,210)
#E5EEDB
(229,238,219)
#E9F1E4
(233,241,228)
#EDF4ED
(237,244,237)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D99C color. Also use rgb(201,217,156) instead hex code.

Text Font Color

.myTextColor { color: #C9D99C; }

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

This text font color is #C9D99C.

Background Color

.myBgColor { background-color: #C9D99C; }

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

This div background color is #C9D99C.

Border color

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

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

This div border color is #C9D99C.

Opacity

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

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

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

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

This text has shadow with #C9D99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D99C.

Preview

Color preview on black background

This text has color #C9D99C on black background.


Color preview on white background

This text has color #C9D99C on white background.


Black color preview on #C9D99C background

This text has black color on #C9D99C background.


White color preview on #C9D99C background

This text has white color on #C9D99C background.


Related colors

Complementary color

Complementary color for #hex is #362663.


I love getcolorcode.com

Triadic colors

1 #9CC9D9 and #D99CC9 with #C9D99C are triadic colors.

2 #9CD9C9 and #D9C99C with #C9D99C are triadic colors.