COLOR #C9DE96

HEX: #C9DE96 RGB: (201,222,150)

Color info

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

RGB color model

#C9DE96 color RGB value is (201,222,150).

RGB: (201,222,150) (79%, 87%, 59%)

RGB channels and saturation

R 201 of 255 = 79%
G 222 of 255 = 87%
B 150 of 255 = 59%

201
222
150

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

Portions of RGB colors in percentages

R + G + B = 201 + 222 + 150 = 573 (100%)
R 201 of 573 ~ 35.08%
G 222 of 573 ~ 38.74%
B 150 of 573 ~ 26.18'%

%35.08
%38.74
%26.18

CMYK color model

#C9DE96 color CMYK value is (9,0,32,13).

  • cyan value is 9.46%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 12.94%

CMYK: (9,0,32,13)
C9M0Y32K13 (9%, 0%, 32%, 13%)
(0.09 / 0.00 / 0.32 / 0.13)

CMYK percentages

%9.46
%0
%32.43
%12.94

Codes

Color #C9DE96 in popluar color models

C9 DE 96
RGB 201 222 150
HSL 78° 52.17% 72.94%
HSB/HSV 78° 32.43% 87.06%
CMYK 9.46% 0.00% 32.43%
12.94%

Color #C9DE96 in popluar number systems.

HEX C9 DE 96
Decimal 201 222 150
Binary 11001001 11011110 10010110
Octal 311 336 226

Shades and tints

Shades of #C9DE96

#C9DE96
(201,222,150)
#B7CA89
(183,202,137)
#A5B67C
(165,182,124)
#93A26F
(147,162,111)
#818E62
(129,142,98)
#6F7A55
(111,122,85)
#5D6648
(93,102,72)
#4B523B
(75,82,59)
#393E2E
(57,62,46)
#272A21
(39,42,33)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #C9DE96

#C9DE96
(201,222,150)
#CDE19F
(205,225,159)
#D1E4A8
(209,228,168)
#D5E7B1
(213,231,177)
#D9EABA
(217,234,186)
#DDEDC3
(221,237,195)
#E1F0CC
(225,240,204)
#E5F3D5
(229,243,213)
#E9F6DE
(233,246,222)
#EDF9E7
(237,249,231)
#F1FCF0
(241,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DE96 color. Also use rgb(201,222,150) instead hex code.

Text Font Color

.myTextColor { color: #C9DE96; }

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

This text font color is #C9DE96.

Background Color

.myBgColor { background-color: #C9DE96; }

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

This div background color is #C9DE96.

Border color

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

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

This div border color is #C9DE96.

Opacity

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

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

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

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

This text has shadow with #C9DE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DE96.

Preview

Color preview on black background

This text has color #C9DE96 on black background.


Color preview on white background

This text has color #C9DE96 on white background.


Black color preview on #C9DE96 background

This text has black color on #C9DE96 background.


White color preview on #C9DE96 background

This text has white color on #C9DE96 background.


Related colors

Complementary color

Complementary color for #hex is #362169.


I love getcolorcode.com

Triadic colors

1 #96C9DE and #DE96C9 with #C9DE96 are triadic colors.

2 #96DEC9 and #DEC996 with #C9DE96 are triadic colors.