COLOR #CCE8B2

HEX: #CCE8B2
RGB: (204,232,178)

Color info

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

RGB color model

#CCE8B2 color RGB value is (204,232,178).

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

RGB channels and saturation

R 204 of 255 = 80%
G 232 of 255 = 91%
B 178 of 255 = 70%

204
232
178

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

Portions of RGB colors in percentages

R + G + B =
204 + 232 + 178 = 614 (100%)
R 204 of 614 ~ 33.22%
G 232 of 614 ~ 37.79%
B 178 of 614 ~ 28.99%

%33.22
%37.79
%28.99

CMYK color model

#CCE8B2 color CMYK value is (12,0,23,9).

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 23.28%
  • key color value is 9.02%
CMYK:
(12,0,23,9)
C12M0Y23K9 
(12%,0%,23%,9%)
(0.12/0.00/0.23/0.09)	

CMYK percentages

%12.07
%0
%23.28
%9.02

Codes

Color #CCE8B2 in popluar color models

CCE8B2
RGB204232178
HSL91°54.00%80.39%
HSB/HSV91°23.28%90.98%
CMYK12.07%0.00%23.28%
9.02%

Color #CCE8B2 in popluar number systems.

HEXCCE8B2
Decimal204232178
Binary110011001110100010110010
Octal314350262

Shades and tints

Shades of #CCE8B2

#CCE8B2
(204,232,178)
#BAD3A2
(186,211,162)
#A8BE92
(168,190,146)
#96A982
(150,169,130)
#849472
(132,148,114)
#727F62
(114,127,98)
#606A52
(96,106,82)
#4E5542
(78,85,66)
#3C4032
(60,64,50)
#2A2B22
(42,43,34)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #CCE8B2

#CCE8B2
(204,232,178)
#D0EAB9
(208,234,185)
#D4ECC0
(212,236,192)
#D8EEC7
(216,238,199)
#DCF0CE
(220,240,206)
#E0F2D5
(224,242,213)
#E4F4DC
(228,244,220)
#E8F6E3
(232,246,227)
#ECF8EA
(236,248,234)
#F0FAF1
(240,250,241)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE8B2; }

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

This text font color is #CCE8B2.


Background Color

.myBgColor { background-color: #CCE8B2; }

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

This div background color is #CCE8B2.


Border color

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

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

This div border color is #CCE8B2.


Opacity

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

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

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

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

This text has shadow with #CCE8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE8B2 on black background.


Color preview on white background

This text has color #CCE8B2 on white background.



Black color preview on #CCE8B2 background

This text has black color on #CCE8B2 background.


White color preview on #CCE8B2 background

This text has white color on #CCE8B2 background.