COLOR #CCE9ED

HEX: #CCE9ED RGB: (204,233,237)

Color info

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

RGB color model

#CCE9ED color RGB value is (204,233,237).

RGB: (204,233,237) (80%, 91%, 93%)

RGB channels and saturation

R 204 of 255 = 80%
G 233 of 255 = 91%
B 237 of 255 = 93%

204
233
237

R + G + B ~ 88%. #CCE9ED is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 233 + 237 = 674 (100%)
R 204 of 674 ~ 30.27%
G 233 of 674 ~ 34.57%
B 237 of 674 ~ 35.16'%

%30.27
%34.57
%35.16

CMYK color model

#CCE9ED color CMYK value is (14,2,0,7).

  • cyan value is 13.92%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (14,2,0,7)
C14M2Y0K7 (14%, 2%, 0%, 7%)
(0.14 / 0.02 / 0.00 / 0.07)

CMYK percentages

%13.92
%1.69
%0
%7.06

Codes

Color #CCE9ED in popluar color models

CC E9 ED
RGB 204 233 237
HSL 187° 47.83% 86.47%
HSB/HSV 187° 13.92% 92.94%
CMYK 13.92% 1.69% 0.00%
7.06%

Color #CCE9ED in popluar number systems.

HEX CC E9 ED
Decimal 204 233 237
Binary 11001100 11101001 11101101
Octal 314 351 355

Shades and tints

Shades of #CCE9ED

#CCE9ED
(204,233,237)
#BAD4D8
(186,212,216)
#A8BFC3
(168,191,195)
#96AAAE
(150,170,174)
#849599
(132,149,153)
#728084
(114,128,132)
#606B6F
(96,107,111)
#4E565A
(78,86,90)
#3C4145
(60,65,69)
#2A2C30
(42,44,48)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #CCE9ED

#CCE9ED
(204,233,237)
#D0EBEE
(208,235,238)
#D4EDEF
(212,237,239)
#D8EFF0
(216,239,240)
#DCF1F1
(220,241,241)
#E0F3F2
(224,243,242)
#E4F5F3
(228,245,243)
#E8F7F4
(232,247,244)
#ECF9F5
(236,249,245)
#F0FBF6
(240,251,246)
#F4FDF7
(244,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE9ED; }

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

This text font color is #CCE9ED.

Background Color

.myBgColor { background-color: #CCE9ED; }

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

This div background color is #CCE9ED.

Border color

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

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

This div border color is #CCE9ED.

Opacity

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

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

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

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

This text has shadow with #CCE9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE9ED.

Preview

Color preview on black background

This text has color #CCE9ED on black background.


Color preview on white background

This text has color #CCE9ED on white background.


Black color preview on #CCE9ED background

This text has black color on #CCE9ED background.


White color preview on #CCE9ED background

This text has white color on #CCE9ED background.


Related colors

Complementary color

Complementary color for #hex is #331612.


I love getcolorcode.com

Triadic colors

1 #EDCCE9 and #E9EDCC with #CCE9ED are triadic colors.

2 #EDE9CC and #E9CCED with #CCE9ED are triadic colors.