COLOR #CCDEE8

HEX: #CCDEE8
RGB: (204,222,232)

Color info

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

RGB color model

#CCDEE8 color RGB value is (204,222,232).

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

RGB channels and saturation

R 204 of 255 = 80%
G 222 of 255 = 87%
B 232 of 255 = 91%

204
222
232

R + G + B ~ 86%. #CCDEE8 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 222 + 232 = 658 (100%)
R 204 of 658 ~ 31%
G 222 of 658 ~ 33.74%
B 232 of 658 ~ 35.26%

%31
%33.74
%35.26

CMYK color model

#CCDEE8 color CMYK value is (12,4,0,9).

  • cyan value is 12.07%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(12,4,0,9)
C12M4Y0K9 
(12%,4%,0%,9%)
(0.12/0.04/0.00/0.09)	

CMYK percentages

%12.07
%4.31
%0
%9.02

Codes

Color #CCDEE8 in popluar color models

CCDEE8
RGB204222232
HSL201°37.84%85.49%
HSB/HSV201°12.07%90.98%
CMYK12.07%4.31%0.00%
9.02%

Color #CCDEE8 in popluar number systems.

HEXCCDEE8
Decimal204222232
Binary110011001101111011101000
Octal314336350

Shades and tints

Shades of #CCDEE8

#CCDEE8
(204,222,232)
#BACAD3
(186,202,211)
#A8B6BE
(168,182,190)
#96A2A9
(150,162,169)
#848E94
(132,142,148)
#727A7F
(114,122,127)
#60666A
(96,102,106)
#4E5255
(78,82,85)
#3C3E40
(60,62,64)
#2A2A2B
(42,42,43)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #CCDEE8

#CCDEE8
(204,222,232)
#D0E1EA
(208,225,234)
#D4E4EC
(212,228,236)
#D8E7EE
(216,231,238)
#DCEAF0
(220,234,240)
#E0EDF2
(224,237,242)
#E4F0F4
(228,240,244)
#E8F3F6
(232,243,246)
#ECF6F8
(236,246,248)
#F0F9FA
(240,249,250)
#F4FCFC
(244,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDEE8; }

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

This text font color is #CCDEE8.


Background Color

.myBgColor { background-color: #CCDEE8; }

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

This div background color is #CCDEE8.


Border color

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

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

This div border color is #CCDEE8.


Opacity

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

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

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

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

This text has shadow with #CCDEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDEE8 on black background.


Color preview on white background

This text has color #CCDEE8 on white background.



Black color preview on #CCDEE8 background

This text has black color on #CCDEE8 background.


White color preview on #CCDEE8 background

This text has white color on #CCDEE8 background.