COLOR #C9E9BC

HEX: #C9E9BC
RGB: (201,233,188)

Color info

#C9E9BC contains red, green and blue colors in about the same proportion. Web safe color of #C9E9BC is #CCFFCC (or #CFC).

RGB color model

#C9E9BC color RGB value is (201,233,188).

  • red value is 201;
  • green value is 233;
  • blue value is 188.
RGB:
(201,233,188)
(79%,91%,74%)

RGB channels and saturation

R 201 of 255 = 79%
G 233 of 255 = 91%
B 188 of 255 = 74%

201
233
188

R + G + B ~ 81%. #C9E9BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 233 + 188 = 622 (100%)
R 201 of 622 ~ 32.32%
G 233 of 622 ~ 37.46%
B 188 of 622 ~ 30.23%

%32.32
%37.46
%30.23

CMYK color model

#C9E9BC color CMYK value is (14,0,19,9).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 8.63%
CMYK:
(14,0,19,9)
C14M0Y19K9 
(14%,0%,19%,9%)
(0.14/0.00/0.19/0.09)	

CMYK percentages

%13.73
%0
%19.31
%8.63

Codes

Color #C9E9BC in popluar color models

C9E9BC
RGB201233188
HSL103°50.56%82.55%
HSB/HSV103°19.31%91.37%
CMYK13.73%0.00%19.31%
8.63%

Color #C9E9BC in popluar number systems.

HEXC9E9BC
Decimal201233188
Binary110010011110100110111100
Octal311351274

Shades and tints

Shades of #C9E9BC

#C9E9BC
(201,233,188)
#B7D4AB
(183,212,171)
#A5BF9A
(165,191,154)
#93AA89
(147,170,137)
#819578
(129,149,120)
#6F8067
(111,128,103)
#5D6B56
(93,107,86)
#4B5645
(75,86,69)
#394134
(57,65,52)
#272C23
(39,44,35)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #C9E9BC

#C9E9BC
(201,233,188)
#CDEBC2
(205,235,194)
#D1EDC8
(209,237,200)
#D5EFCE
(213,239,206)
#D9F1D4
(217,241,212)
#DDF3DA
(221,243,218)
#E1F5E0
(225,245,224)
#E5F7E6
(229,247,230)
#E9F9EC
(233,249,236)
#EDFBF2
(237,251,242)
#F1FDF8
(241,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E9BC color. Also use rgb(201,233,188) instead hex code.

Text Font Color

.myTextColor { color: #C9E9BC; }

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

This text font color is #C9E9BC.


Background Color

.myBgColor { background-color: #C9E9BC; }

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

This div background color is #C9E9BC.


Border color

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

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

This div border color is #C9E9BC.


Opacity

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

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

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

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

This text has shadow with #C9E9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E9BC on black background.


Color preview on white background

This text has color #C9E9BC on white background.



Black color preview on #C9E9BC background

This text has black color on #C9E9BC background.


White color preview on #C9E9BC background

This text has white color on #C9E9BC background.