COLOR #CCE9E7

HEX: #CCE9E7
RGB: (204,233,231)

Color info

#CCE9E7 contains red, green and blue colors in about the same proportion. Web safe color of #CCE9E7 is #CCFFFF (or #CFF).

RGB color model

#CCE9E7 color RGB value is (204,233,231).

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

RGB channels and saturation

R 204 of 255 = 80%
G 233 of 255 = 91%
B 231 of 255 = 91%

204
233
231

R + G + B ~ 87%. #CCE9E7 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 233 + 231 = 668 (100%)
R 204 of 668 ~ 30.54%
G 233 of 668 ~ 34.88%
B 231 of 668 ~ 34.58%

%30.54
%34.88
%34.58

CMYK color model

#CCE9E7 color CMYK value is (12,0,1,9).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 0.86%
  • key color value is 8.63%
CMYK:
(12,0,1,9)
C12M0Y1K9 
(12%,0%,1%,9%)
(0.12/0.00/0.01/0.09)	

CMYK percentages

%12.45
%0
%0.86
%8.63

Codes

Color #CCE9E7 in popluar color models

CCE9E7
RGB204233231
HSL176°39.73%85.69%
HSB/HSV176°12.45%91.37%
CMYK12.45%0.00%0.86%
8.63%

Color #CCE9E7 in popluar number systems.

HEXCCE9E7
Decimal204233231
Binary110011001110100111100111
Octal314351347

Shades and tints

Shades of #CCE9E7

#CCE9E7
(204,233,231)
#BAD4D2
(186,212,210)
#A8BFBD
(168,191,189)
#96AAA8
(150,170,168)
#849593
(132,149,147)
#72807E
(114,128,126)
#606B69
(96,107,105)
#4E5654
(78,86,84)
#3C413F
(60,65,63)
#2A2C2A
(42,44,42)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #CCE9E7

#CCE9E7
(204,233,231)
#D0EBE9
(208,235,233)
#D4EDEB
(212,237,235)
#D8EFED
(216,239,237)
#DCF1EF
(220,241,239)
#E0F3F1
(224,243,241)
#E4F5F3
(228,245,243)
#E8F7F5
(232,247,245)
#ECF9F7
(236,249,247)
#F0FBF9
(240,251,249)
#F4FDFB
(244,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE9E7; }

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

This text font color is #CCE9E7.


Background Color

.myBgColor { background-color: #CCE9E7; }

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

This div background color is #CCE9E7.


Border color

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

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

This div border color is #CCE9E7.


Opacity

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

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

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

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

This text has shadow with #CCE9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE9E7 on black background.


Color preview on white background

This text has color #CCE9E7 on white background.



Black color preview on #CCE9E7 background

This text has black color on #CCE9E7 background.


White color preview on #CCE9E7 background

This text has white color on #CCE9E7 background.