COLOR #C9DF9C

HEX: #C9DF9C RGB: (201,223,156)

Color info

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

RGB color model

#C9DF9C color RGB value is (201,223,156).

RGB: (201,223,156) (79%, 87%, 61%)

RGB channels and saturation

R 201 of 255 = 79%
G 223 of 255 = 87%
B 156 of 255 = 61%

201
223
156

R + G + B ~ 76%. #C9DF9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 223 + 156 = 580 (100%)
R 201 of 580 ~ 34.66%
G 223 of 580 ~ 38.45%
B 156 of 580 ~ 26.9'%

%34.66
%38.45
%26.9

CMYK color model

#C9DF9C color CMYK value is (10,0,30,13).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 30.04%
  • key color value is 12.55%

CMYK: (10,0,30,13)
C10M0Y30K13 (10%, 0%, 30%, 13%)
(0.10 / 0.00 / 0.30 / 0.13)

CMYK percentages

%9.87
%0
%30.04
%12.55

Codes

Color #C9DF9C in popluar color models

C9 DF 9C
RGB 201 223 156
HSL 80° 51.15% 74.31%
HSB/HSV 80° 30.04% 87.45%
CMYK 9.87% 0.00% 30.04%
12.55%

Color #C9DF9C in popluar number systems.

HEX C9 DF 9C
Decimal 201 223 156
Binary 11001001 11011111 10011100
Octal 311 337 234

Shades and tints

Shades of #C9DF9C

#C9DF9C
(201,223,156)
#B7CB8E
(183,203,142)
#A5B780
(165,183,128)
#93A372
(147,163,114)
#818F64
(129,143,100)
#6F7B56
(111,123,86)
#5D6748
(93,103,72)
#4B533A
(75,83,58)
#393F2C
(57,63,44)
#272B1E
(39,43,30)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #C9DF9C

#C9DF9C
(201,223,156)
#CDE1A5
(205,225,165)
#D1E3AE
(209,227,174)
#D5E5B7
(213,229,183)
#D9E7C0
(217,231,192)
#DDE9C9
(221,233,201)
#E1EBD2
(225,235,210)
#E5EDDB
(229,237,219)
#E9EFE4
(233,239,228)
#EDF1ED
(237,241,237)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DF9C; }

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

This text font color is #C9DF9C.

Background Color

.myBgColor { background-color: #C9DF9C; }

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

This div background color is #C9DF9C.

Border color

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

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

This div border color is #C9DF9C.

Opacity

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

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

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

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

This text has shadow with #C9DF9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DF9C.

Preview

Color preview on black background

This text has color #C9DF9C on black background.


Color preview on white background

This text has color #C9DF9C on white background.


Black color preview on #C9DF9C background

This text has black color on #C9DF9C background.


White color preview on #C9DF9C background

This text has white color on #C9DF9C background.


Related colors

Complementary color

Complementary color for #hex is #362063.


I love getcolorcode.com

Triadic colors

1 #9CC9DF and #DF9CC9 with #C9DF9C are triadic colors.

2 #9CDFC9 and #DFC99C with #C9DF9C are triadic colors.