COLOR #CCE2EF

HEX: #CCE2EF
RGB: (204,226,239)

Color info

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

RGB color model

#CCE2EF color RGB value is (204,226,239).

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

RGB channels and saturation

R 204 of 255 = 80%
G 226 of 255 = 89%
B 239 of 255 = 94%

204
226
239

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

Portions of RGB colors in percentages

R + G + B =
204 + 226 + 239 = 669 (100%)
R 204 of 669 ~ 30.49%
G 226 of 669 ~ 33.78%
B 239 of 669 ~ 35.72%

%30.49
%33.78
%35.72

CMYK color model

#CCE2EF color CMYK value is (15,5,0,6).

  • cyan value is 14.64%
  • magenta value is 5.44%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(15,5,0,6)
C15M5Y0K6 
(15%,5%,0%,6%)
(0.15/0.05/0.00/0.06)	

CMYK percentages

%14.64
%5.44
%0
%6.27

Codes

Color #CCE2EF in popluar color models

CCE2EF
RGB204226239
HSL202°52.24%86.86%
HSB/HSV202°14.64%93.73%
CMYK14.64%5.44%0.00%
6.27%

Color #CCE2EF in popluar number systems.

HEXCCE2EF
Decimal204226239
Binary110011001110001011101111
Octal314342357

Shades and tints

Shades of #CCE2EF

#CCE2EF
(204,226,239)
#BACEDA
(186,206,218)
#A8BAC5
(168,186,197)
#96A6B0
(150,166,176)
#84929B
(132,146,155)
#727E86
(114,126,134)
#606A71
(96,106,113)
#4E565C
(78,86,92)
#3C4247
(60,66,71)
#2A2E32
(42,46,50)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #CCE2EF

#CCE2EF
(204,226,239)
#D0E4F0
(208,228,240)
#D4E6F1
(212,230,241)
#D8E8F2
(216,232,242)
#DCEAF3
(220,234,243)
#E0ECF4
(224,236,244)
#E4EEF5
(228,238,245)
#E8F0F6
(232,240,246)
#ECF2F7
(236,242,247)
#F0F4F8
(240,244,248)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE2EF; }

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

This text font color is #CCE2EF.


Background Color

.myBgColor { background-color: #CCE2EF; }

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

This div background color is #CCE2EF.


Border color

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

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

This div border color is #CCE2EF.


Opacity

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

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

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

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

This text has shadow with #CCE2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE2EF on black background.


Color preview on white background

This text has color #CCE2EF on white background.



Black color preview on #CCE2EF background

This text has black color on #CCE2EF background.


White color preview on #CCE2EF background

This text has white color on #CCE2EF background.