COLOR #CCE8B0

HEX: #CCE8B0
RGB: (204,232,176)

Color info

#CCE8B0 contains red, green and blue colors in about the same proportion. Web safe color of #CCE8B0 is #CCFF99 (or #CF9).

RGB color model

#CCE8B0 color RGB value is (204,232,176).

  • red value is 204;
  • green value is 232;
  • blue value is 176.
RGB:
(204,232,176)
(80%,91%,69%)

RGB channels and saturation

R 204 of 255 = 80%
G 232 of 255 = 91%
B 176 of 255 = 69%

204
232
176

R + G + B ~ 80%. #CCE8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 232 + 176 = 612 (100%)
R 204 of 612 ~ 33.33%
G 232 of 612 ~ 37.91%
B 176 of 612 ~ 28.76%

%33.33
%37.91
%28.76

CMYK color model

#CCE8B0 color CMYK value is (12,0,24,9).

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 9.02%
CMYK:
(12,0,24,9)
C12M0Y24K9 
(12%,0%,24%,9%)
(0.12/0.00/0.24/0.09)	

CMYK percentages

%12.07
%0
%24.14
%9.02

Codes

Color #CCE8B0 in popluar color models

CCE8B0
RGB204232176
HSL90°54.90%80.00%
HSB/HSV90°24.14%90.98%
CMYK12.07%0.00%24.14%
9.02%

Color #CCE8B0 in popluar number systems.

HEXCCE8B0
Decimal204232176
Binary110011001110100010110000
Octal314350260

Shades and tints

Shades of #CCE8B0

#CCE8B0
(204,232,176)
#BAD3A0
(186,211,160)
#A8BE90
(168,190,144)
#96A980
(150,169,128)
#849470
(132,148,112)
#727F60
(114,127,96)
#606A50
(96,106,80)
#4E5540
(78,85,64)
#3C4030
(60,64,48)
#2A2B20
(42,43,32)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #CCE8B0

#CCE8B0
(204,232,176)
#D0EAB7
(208,234,183)
#D4ECBE
(212,236,190)
#D8EEC5
(216,238,197)
#DCF0CC
(220,240,204)
#E0F2D3
(224,242,211)
#E4F4DA
(228,244,218)
#E8F6E1
(232,246,225)
#ECF8E8
(236,248,232)
#F0FAEF
(240,250,239)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE8B0 color. Also use rgb(204,232,176) instead hex code.

Text Font Color

.myTextColor { color: #CCE8B0; }

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

This text font color is #CCE8B0.


Background Color

.myBgColor { background-color: #CCE8B0; }

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

This div background color is #CCE8B0.


Border color

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

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

This div border color is #CCE8B0.


Opacity

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

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

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

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

This text has shadow with #CCE8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE8B0 on black background.


Color preview on white background

This text has color #CCE8B0 on white background.



Black color preview on #CCE8B0 background

This text has black color on #CCE8B0 background.


White color preview on #CCE8B0 background

This text has white color on #CCE8B0 background.