COLOR #CCE9B9

HEX: #CCE9B9
RGB: (204,233,185)

Color info

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

RGB color model

#CCE9B9 color RGB value is (204,233,185).

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

RGB channels and saturation

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

204
233
185

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

Portions of RGB colors in percentages

R + G + B =
204 + 233 + 185 = 622 (100%)
R 204 of 622 ~ 32.8%
G 233 of 622 ~ 37.46%
B 185 of 622 ~ 29.74%

%32.8
%37.46
%29.74

CMYK color model

#CCE9B9 color CMYK value is (12,0,21,9).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 20.60%
  • key color value is 8.63%
CMYK:
(12,0,21,9)
C12M0Y21K9 
(12%,0%,21%,9%)
(0.12/0.00/0.21/0.09)	

CMYK percentages

%12.45
%0
%20.6
%8.63

Codes

Color #CCE9B9 in popluar color models

CCE9B9
RGB204233185
HSL96°52.17%81.96%
HSB/HSV96°20.60%91.37%
CMYK12.45%0.00%20.60%
8.63%

Color #CCE9B9 in popluar number systems.

HEXCCE9B9
Decimal204233185
Binary110011001110100110111001
Octal314351271

Shades and tints

Shades of #CCE9B9

#CCE9B9
(204,233,185)
#BAD4A9
(186,212,169)
#A8BF99
(168,191,153)
#96AA89
(150,170,137)
#849579
(132,149,121)
#728069
(114,128,105)
#606B59
(96,107,89)
#4E5649
(78,86,73)
#3C4139
(60,65,57)
#2A2C29
(42,44,41)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #CCE9B9

#CCE9B9
(204,233,185)
#D0EBBF
(208,235,191)
#D4EDC5
(212,237,197)
#D8EFCB
(216,239,203)
#DCF1D1
(220,241,209)
#E0F3D7
(224,243,215)
#E4F5DD
(228,245,221)
#E8F7E3
(232,247,227)
#ECF9E9
(236,249,233)
#F0FBEF
(240,251,239)
#F4FDF5
(244,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE9B9; }

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

This text font color is #CCE9B9.


Background Color

.myBgColor { background-color: #CCE9B9; }

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

This div background color is #CCE9B9.


Border color

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

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

This div border color is #CCE9B9.


Opacity

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

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

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

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

This text has shadow with #CCE9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE9B9 on black background.


Color preview on white background

This text has color #CCE9B9 on white background.



Black color preview on #CCE9B9 background

This text has black color on #CCE9B9 background.


White color preview on #CCE9B9 background

This text has white color on #CCE9B9 background.