COLOR #C9DC88

HEX: #C9DC88
RGB: (201,220,136)

Color info

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

RGB color model

#C9DC88 color RGB value is (201,220,136).

  • red value is 201;
  • green value is 220;
  • blue value is 136.
RGB:
(201,220,136)
(79%,86%,53%)

RGB channels and saturation

R 201 of 255 = 79%
G 220 of 255 = 86%
B 136 of 255 = 53%

201
220
136

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

Portions of RGB colors in percentages

R + G + B =
201 + 220 + 136 = 557 (100%)
R 201 of 557 ~ 36.09%
G 220 of 557 ~ 39.5%
B 136 of 557 ~ 24.42%

%36.09
%39.5
%24.42

CMYK color model

#C9DC88 color CMYK value is (9,0,38,14).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 38.18%
  • key color value is 13.73%
CMYK:
(9,0,38,14)
C9M0Y38K14 
(9%,0%,38%,14%)
(0.09/0.00/0.38/0.14)	

CMYK percentages

%8.64
%0
%38.18
%13.73

Codes

Color #C9DC88 in popluar color models

C9DC88
RGB201220136
HSL74°54.55%69.80%
HSB/HSV74°38.18%86.27%
CMYK8.64%0.00%38.18%
13.73%

Color #C9DC88 in popluar number systems.

HEXC9DC88
Decimal201220136
Binary110010011101110010001000
Octal311334210

Shades and tints

Shades of #C9DC88

#C9DC88
(201,220,136)
#B7C87C
(183,200,124)
#A5B470
(165,180,112)
#93A064
(147,160,100)
#818C58
(129,140,88)
#6F784C
(111,120,76)
#5D6440
(93,100,64)
#4B5034
(75,80,52)
#393C28
(57,60,40)
#27281C
(39,40,28)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #C9DC88

#C9DC88
(201,220,136)
#CDDF92
(205,223,146)
#D1E29C
(209,226,156)
#D5E5A6
(213,229,166)
#D9E8B0
(217,232,176)
#DDEBBA
(221,235,186)
#E1EEC4
(225,238,196)
#E5F1CE
(229,241,206)
#E9F4D8
(233,244,216)
#EDF7E2
(237,247,226)
#F1FAEC
(241,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DC88 color. Also use rgb(201,220,136) instead hex code.

Text Font Color

.myTextColor { color: #C9DC88; }

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

This text font color is #C9DC88.


Background Color

.myBgColor { background-color: #C9DC88; }

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

This div background color is #C9DC88.


Border color

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

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

This div border color is #C9DC88.


Opacity

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

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

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

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

This text has shadow with #C9DC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DC88 on black background.


Color preview on white background

This text has color #C9DC88 on white background.



Black color preview on #C9DC88 background

This text has black color on #C9DC88 background.


White color preview on #C9DC88 background

This text has white color on #C9DC88 background.