COLOR #CCE2E8

HEX: #CCE2E8
RGB: (204,226,232)

Color info

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

RGB color model

#CCE2E8 color RGB value is (204,226,232).

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

RGB channels and saturation

R 204 of 255 = 80%
G 226 of 255 = 89%
B 232 of 255 = 91%

204
226
232

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

Portions of RGB colors in percentages

R + G + B =
204 + 226 + 232 = 662 (100%)
R 204 of 662 ~ 30.82%
G 226 of 662 ~ 34.14%
B 232 of 662 ~ 35.05%

%30.82
%34.14
%35.05

CMYK color model

#CCE2E8 color CMYK value is (12,3,0,9).

  • cyan value is 12.07%
  • magenta value is 2.59%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(12,3,0,9)
C12M3Y0K9 
(12%,3%,0%,9%)
(0.12/0.03/0.00/0.09)	

CMYK percentages

%12.07
%2.59
%0
%9.02

Codes

Color #CCE2E8 in popluar color models

CCE2E8
RGB204226232
HSL193°37.84%85.49%
HSB/HSV193°12.07%90.98%
CMYK12.07%2.59%0.00%
9.02%

Color #CCE2E8 in popluar number systems.

HEXCCE2E8
Decimal204226232
Binary110011001110001011101000
Octal314342350

Shades and tints

Shades of #CCE2E8

#CCE2E8
(204,226,232)
#BACED3
(186,206,211)
#A8BABE
(168,186,190)
#96A6A9
(150,166,169)
#849294
(132,146,148)
#727E7F
(114,126,127)
#606A6A
(96,106,106)
#4E5655
(78,86,85)
#3C4240
(60,66,64)
#2A2E2B
(42,46,43)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #CCE2E8

#CCE2E8
(204,226,232)
#D0E4EA
(208,228,234)
#D4E6EC
(212,230,236)
#D8E8EE
(216,232,238)
#DCEAF0
(220,234,240)
#E0ECF2
(224,236,242)
#E4EEF4
(228,238,244)
#E8F0F6
(232,240,246)
#ECF2F8
(236,242,248)
#F0F4FA
(240,244,250)
#F4F6FC
(244,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE2E8; }

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

This text font color is #CCE2E8.


Background Color

.myBgColor { background-color: #CCE2E8; }

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

This div background color is #CCE2E8.


Border color

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

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

This div border color is #CCE2E8.


Opacity

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

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

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

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

This text has shadow with #CCE2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE2E8 on black background.


Color preview on white background

This text has color #CCE2E8 on white background.



Black color preview on #CCE2E8 background

This text has black color on #CCE2E8 background.


White color preview on #CCE2E8 background

This text has white color on #CCE2E8 background.