COLOR #C9DE7D

HEX: #C9DE7D
RGB: (201,222,125)

Color info

#C9DE7D contains mainly red and green colors. Web safe color of #C9DE7D is #CCCC66 (or #CC6).

RGB color model

#C9DE7D color RGB value is (201,222,125).

  • red value is 201;
  • green value is 222;
  • blue value is 125.
RGB:
(201,222,125)
(79%,87%,49%)

RGB channels and saturation

R 201 of 255 = 79%
G 222 of 255 = 87%
B 125 of 255 = 49%

201
222
125

R + G + B ~ 72%. #C9DE7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 222 + 125 = 548 (100%)
R 201 of 548 ~ 36.68%
G 222 of 548 ~ 40.51%
B 125 of 548 ~ 22.81%

%36.68
%40.51
%22.81

CMYK color model

#C9DE7D color CMYK value is (9,0,44,13).

  • cyan value is 9.46%
  • magenta value is 0.00%
  • yellow value is 43.69%
  • key color value is 12.94%
CMYK:
(9,0,44,13)
C9M0Y44K13 
(9%,0%,44%,13%)
(0.09/0.00/0.44/0.13)	

CMYK percentages

%9.46
%0
%43.69
%12.94

Codes

Color #C9DE7D in popluar color models

C9DE7D
RGB201222125
HSL73°59.51%68.04%
HSB/HSV73°43.69%87.06%
CMYK9.46%0.00%43.69%
12.94%

Color #C9DE7D in popluar number systems.

HEXC9DE7D
Decimal201222125
Binary11001001110111101111101
Octal311336175

Shades and tints

Shades of #C9DE7D

#C9DE7D
(201,222,125)
#B7CA72
(183,202,114)
#A5B667
(165,182,103)
#93A25C
(147,162,92)
#818E51
(129,142,81)
#6F7A46
(111,122,70)
#5D663B
(93,102,59)
#4B5230
(75,82,48)
#393E25
(57,62,37)
#272A1A
(39,42,26)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #C9DE7D

#C9DE7D
(201,222,125)
#CDE188
(205,225,136)
#D1E493
(209,228,147)
#D5E79E
(213,231,158)
#D9EAA9
(217,234,169)
#DDEDB4
(221,237,180)
#E1F0BF
(225,240,191)
#E5F3CA
(229,243,202)
#E9F6D5
(233,246,213)
#EDF9E0
(237,249,224)
#F1FCEB
(241,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DE7D; }

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

This text font color is #C9DE7D.


Background Color

.myBgColor { background-color: #C9DE7D; }

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

This div background color is #C9DE7D.


Border color

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

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

This div border color is #C9DE7D.


Opacity

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

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

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

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

This text has shadow with #C9DE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DE7D on black background.


Color preview on white background

This text has color #C9DE7D on white background.



Black color preview on #C9DE7D background

This text has black color on #C9DE7D background.


White color preview on #C9DE7D background

This text has white color on #C9DE7D background.