COLOR #C9DE8A

HEX: #C9DE8A
RGB: (201,222,138)

Color info

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

RGB color model

#C9DE8A color RGB value is (201,222,138).

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

RGB channels and saturation

R 201 of 255 = 79%
G 222 of 255 = 87%
B 138 of 255 = 54%

201
222
138

R + G + B ~ 73%. #C9DE8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 222 + 138 = 561 (100%)
R 201 of 561 ~ 35.83%
G 222 of 561 ~ 39.57%
B 138 of 561 ~ 24.6%

%35.83
%39.57
%24.6

CMYK color model

#C9DE8A color CMYK value is (9,0,38,13).

  • cyan value is 9.46%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 12.94%
CMYK:
(9,0,38,13)
C9M0Y38K13 
(9%,0%,38%,13%)
(0.09/0.00/0.38/0.13)	

CMYK percentages

%9.46
%0
%37.84
%12.94

Codes

Color #C9DE8A in popluar color models

C9DE8A
RGB201222138
HSL75°56.00%70.59%
HSB/HSV75°37.84%87.06%
CMYK9.46%0.00%37.84%
12.94%

Color #C9DE8A in popluar number systems.

HEXC9DE8A
Decimal201222138
Binary110010011101111010001010
Octal311336212

Shades and tints

Shades of #C9DE8A

#C9DE8A
(201,222,138)
#B7CA7E
(183,202,126)
#A5B672
(165,182,114)
#93A266
(147,162,102)
#818E5A
(129,142,90)
#6F7A4E
(111,122,78)
#5D6642
(93,102,66)
#4B5236
(75,82,54)
#393E2A
(57,62,42)
#272A1E
(39,42,30)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #C9DE8A

#C9DE8A
(201,222,138)
#CDE194
(205,225,148)
#D1E49E
(209,228,158)
#D5E7A8
(213,231,168)
#D9EAB2
(217,234,178)
#DDEDBC
(221,237,188)
#E1F0C6
(225,240,198)
#E5F3D0
(229,243,208)
#E9F6DA
(233,246,218)
#EDF9E4
(237,249,228)
#F1FCEE
(241,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DE8A; }

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

This text font color is #C9DE8A.


Background Color

.myBgColor { background-color: #C9DE8A; }

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

This div background color is #C9DE8A.


Border color

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

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

This div border color is #C9DE8A.


Opacity

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

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

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

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

This text has shadow with #C9DE8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DE8A on black background.


Color preview on white background

This text has color #C9DE8A on white background.



Black color preview on #C9DE8A background

This text has black color on #C9DE8A background.


White color preview on #C9DE8A background

This text has white color on #C9DE8A background.