COLOR #CCE9D2

HEX: #CCE9D2
RGB: (204,233,210)

Color info

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

RGB color model

#CCE9D2 color RGB value is (204,233,210).

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

RGB channels and saturation

R 204 of 255 = 80%
G 233 of 255 = 91%
B 210 of 255 = 82%

204
233
210

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

Portions of RGB colors in percentages

R + G + B =
204 + 233 + 210 = 647 (100%)
R 204 of 647 ~ 31.53%
G 233 of 647 ~ 36.01%
B 210 of 647 ~ 32.46%

%31.53
%36.01
%32.46

CMYK color model

#CCE9D2 color CMYK value is (12,0,10,9).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 8.63%
CMYK:
(12,0,10,9)
C12M0Y10K9 
(12%,0%,10%,9%)
(0.12/0.00/0.10/0.09)	

CMYK percentages

%12.45
%0
%9.87
%8.63

Codes

Color #CCE9D2 in popluar color models

CCE9D2
RGB204233210
HSL132°39.73%85.69%
HSB/HSV132°12.45%91.37%
CMYK12.45%0.00%9.87%
8.63%

Color #CCE9D2 in popluar number systems.

HEXCCE9D2
Decimal204233210
Binary110011001110100111010010
Octal314351322

Shades and tints

Shades of #CCE9D2

#CCE9D2
(204,233,210)
#BAD4BF
(186,212,191)
#A8BFAC
(168,191,172)
#96AA99
(150,170,153)
#849586
(132,149,134)
#728073
(114,128,115)
#606B60
(96,107,96)
#4E564D
(78,86,77)
#3C413A
(60,65,58)
#2A2C27
(42,44,39)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #CCE9D2

#CCE9D2
(204,233,210)
#D0EBD6
(208,235,214)
#D4EDDA
(212,237,218)
#D8EFDE
(216,239,222)
#DCF1E2
(220,241,226)
#E0F3E6
(224,243,230)
#E4F5EA
(228,245,234)
#E8F7EE
(232,247,238)
#ECF9F2
(236,249,242)
#F0FBF6
(240,251,246)
#F4FDFA
(244,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE9D2; }

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

This text font color is #CCE9D2.


Background Color

.myBgColor { background-color: #CCE9D2; }

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

This div background color is #CCE9D2.


Border color

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

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

This div border color is #CCE9D2.


Opacity

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

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

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

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

This text has shadow with #CCE9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE9D2 on black background.


Color preview on white background

This text has color #CCE9D2 on white background.



Black color preview on #CCE9D2 background

This text has black color on #CCE9D2 background.


White color preview on #CCE9D2 background

This text has white color on #CCE9D2 background.