COLOR #CCE9BB

HEX: #CCE9BB
RGB: (204,233,187)

Color info

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

RGB color model

#CCE9BB color RGB value is (204,233,187).

  • red value is 204;
  • green value is 233;
  • blue value is 187.
RGB:
(204,233,187)
(80%,91%,73%)

RGB channels and saturation

R 204 of 255 = 80%
G 233 of 255 = 91%
B 187 of 255 = 73%

204
233
187

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

Portions of RGB colors in percentages

R + G + B =
204 + 233 + 187 = 624 (100%)
R 204 of 624 ~ 32.69%
G 233 of 624 ~ 37.34%
B 187 of 624 ~ 29.97%

%32.69
%37.34
%29.97

CMYK color model

#CCE9BB color CMYK value is (12,0,20,9).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • key color value is 8.63%
CMYK:
(12,0,20,9)
C12M0Y20K9 
(12%,0%,20%,9%)
(0.12/0.00/0.20/0.09)	

CMYK percentages

%12.45
%0
%19.74
%8.63

Codes

Color #CCE9BB in popluar color models

CCE9BB
RGB204233187
HSL98°51.11%82.35%
HSB/HSV98°19.74%91.37%
CMYK12.45%0.00%19.74%
8.63%

Color #CCE9BB in popluar number systems.

HEXCCE9BB
Decimal204233187
Binary110011001110100110111011
Octal314351273

Shades and tints

Shades of #CCE9BB

#CCE9BB
(204,233,187)
#BAD4AA
(186,212,170)
#A8BF99
(168,191,153)
#96AA88
(150,170,136)
#849577
(132,149,119)
#728066
(114,128,102)
#606B55
(96,107,85)
#4E5644
(78,86,68)
#3C4133
(60,65,51)
#2A2C22
(42,44,34)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #CCE9BB

#CCE9BB
(204,233,187)
#D0EBC1
(208,235,193)
#D4EDC7
(212,237,199)
#D8EFCD
(216,239,205)
#DCF1D3
(220,241,211)
#E0F3D9
(224,243,217)
#E4F5DF
(228,245,223)
#E8F7E5
(232,247,229)
#ECF9EB
(236,249,235)
#F0FBF1
(240,251,241)
#F4FDF7
(244,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE9BB color. Also use rgb(204,233,187) instead hex code.

Text Font Color

.myTextColor { color: #CCE9BB; }

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

This text font color is #CCE9BB.


Background Color

.myBgColor { background-color: #CCE9BB; }

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

This div background color is #CCE9BB.


Border color

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

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

This div border color is #CCE9BB.


Opacity

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

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

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

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

This text has shadow with #CCE9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE9BB on black background.


Color preview on white background

This text has color #CCE9BB on white background.



Black color preview on #CCE9BB background

This text has black color on #CCE9BB background.


White color preview on #CCE9BB background

This text has white color on #CCE9BB background.