COLOR #CCE2D0

HEX: #CCE2D0
RGB: (204,226,208)

Color info

#CCE2D0 contains red, green and blue colors in about the same proportion. Web safe color of #CCE2D0 is #CCCCCC (or #CCC).

RGB color model

#CCE2D0 color RGB value is (204,226,208).

  • red value is 204;
  • green value is 226;
  • blue value is 208.
RGB:
(204,226,208)
(80%,89%,82%)

RGB channels and saturation

R 204 of 255 = 80%
G 226 of 255 = 89%
B 208 of 255 = 82%

204
226
208

R + G + B ~ 84%. #CCE2D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 226 + 208 = 638 (100%)
R 204 of 638 ~ 31.97%
G 226 of 638 ~ 35.42%
B 208 of 638 ~ 32.6%

%31.97
%35.42
%32.6

CMYK color model

#CCE2D0 color CMYK value is (10,0,8,11).

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 11.37%
CMYK:
(10,0,8,11)
C10M0Y8K11 
(10%,0%,8%,11%)
(0.10/0.00/0.08/0.11)	

CMYK percentages

%9.73
%0
%7.96
%11.37

Codes

Color #CCE2D0 in popluar color models

CCE2D0
RGB204226208
HSL131°27.50%84.31%
HSB/HSV131°9.73%88.63%
CMYK9.73%0.00%7.96%
11.37%

Color #CCE2D0 in popluar number systems.

HEXCCE2D0
Decimal204226208
Binary110011001110001011010000
Octal314342320

Shades and tints

Shades of #CCE2D0

#CCE2D0
(204,226,208)
#BACEBE
(186,206,190)
#A8BAAC
(168,186,172)
#96A69A
(150,166,154)
#849288
(132,146,136)
#727E76
(114,126,118)
#606A64
(96,106,100)
#4E5652
(78,86,82)
#3C4240
(60,66,64)
#2A2E2E
(42,46,46)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #CCE2D0

#CCE2D0
(204,226,208)
#D0E4D4
(208,228,212)
#D4E6D8
(212,230,216)
#D8E8DC
(216,232,220)
#DCEAE0
(220,234,224)
#E0ECE4
(224,236,228)
#E4EEE8
(228,238,232)
#E8F0EC
(232,240,236)
#ECF2F0
(236,242,240)
#F0F4F4
(240,244,244)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE2D0 color. Also use rgb(204,226,208) instead hex code.

Text Font Color

.myTextColor { color: #CCE2D0; }

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

This text font color is #CCE2D0.


Background Color

.myBgColor { background-color: #CCE2D0; }

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

This div background color is #CCE2D0.


Border color

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

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

This div border color is #CCE2D0.


Opacity

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

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

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

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

This text has shadow with #CCE2D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE2D0 on black background.


Color preview on white background

This text has color #CCE2D0 on white background.



Black color preview on #CCE2D0 background

This text has black color on #CCE2D0 background.


White color preview on #CCE2D0 background

This text has white color on #CCE2D0 background.