COLOR #CCE1EC

HEX: #CCE1EC RGB: (204,225,236)

Color info

#CCE1EC contains red, green and blue colors in about the same proportion. Web safe color of #CCE1EC is #CCCCFF (or #CCF).

RGB color model

#CCE1EC color RGB value is (204,225,236).

RGB: (204,225,236) (80%, 88%, 93%)

RGB channels and saturation

R 204 of 255 = 80%
G 225 of 255 = 88%
B 236 of 255 = 93%

204
225
236

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

Portions of RGB colors in percentages

R + G + B = 204 + 225 + 236 = 665 (100%)
R 204 of 665 ~ 30.68%
G 225 of 665 ~ 33.83%
B 236 of 665 ~ 35.49'%

%30.68
%33.83
%35.49

CMYK color model

#CCE1EC color CMYK value is (14,5,0,7).

  • cyan value is 13.56%
  • magenta value is 4.66%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (14,5,0,7) C14M5Y0K7 (14%,5%,0%,7%) (0.14/0.05/0.00/0.07) 

CMYK percentages

%13.56
%4.66
%0
%7.45

Codes

Color #CCE1EC in popluar color models

CC E1 EC
RGB 204 225 236
HSL 201° 45.71% 86.27%
HSB/HSV 201° 13.56% 92.55%
CMYK 13.56% 4.66% 0.00%
7.45%

Color #CCE1EC in popluar number systems.

HEX CC E1 EC
Decimal 204 225 236
Binary 11001100 11100001 11101100
Octal 314 341 354

Shades and tints

Shades of #CCE1EC

#CCE1EC
(204,225,236)
#BACDD7
(186,205,215)
#A8B9C2
(168,185,194)
#96A5AD
(150,165,173)
#849198
(132,145,152)
#727D83
(114,125,131)
#60696E
(96,105,110)
#4E5559
(78,85,89)
#3C4144
(60,65,68)
#2A2D2F
(42,45,47)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #CCE1EC

#CCE1EC
(204,225,236)
#D0E3ED
(208,227,237)
#D4E5EE
(212,229,238)
#D8E7EF
(216,231,239)
#DCE9F0
(220,233,240)
#E0EBF1
(224,235,241)
#E4EDF2
(228,237,242)
#E8EFF3
(232,239,243)
#ECF1F4
(236,241,244)
#F0F3F5
(240,243,245)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE1EC color. Also use rgb(204,225,236) instead hex code.

Text Font Color

.myTextColor { color: #CCE1EC; }

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

This text font color is #CCE1EC.

Background Color

.myBgColor { background-color: #CCE1EC; }

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

This div background color is #CCE1EC.

Border color

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

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

This div border color is #CCE1EC.

Opacity

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

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

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

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

This text has shadow with #CCE1EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE1EC.

Preview

Color preview on black background

This text has color #CCE1EC on black background.


Color preview on white background

This text has color #CCE1EC on white background.


Black color preview on #CCE1EC background

This text has black color on #CCE1EC background.


White color preview on #CCE1EC background

This text has white color on #CCE1EC background.


Related colors

Complementary color

Complementary color for #hex is #331E13.


I love getcolorcode.com

Triadic colors

1 #ECCCE1 and #E1ECCC with #CCE1EC are triadic colors.

2 #ECE1CC and #E1CCEC with #CCE1EC are triadic colors.