COLOR #CCD8EA

HEX: #CCD8EA
RGB: (204,216,234)

Color info

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

RGB color model

#CCD8EA color RGB value is (204,216,234).

  • red value is 204;
  • green value is 216;
  • blue value is 234.
RGB:
(204,216,234)
(80%,85%,92%)

RGB channels and saturation

R 204 of 255 = 80%
G 216 of 255 = 85%
B 234 of 255 = 92%

204
216
234

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

Portions of RGB colors in percentages

R + G + B =
204 + 216 + 234 = 654 (100%)
R 204 of 654 ~ 31.19%
G 216 of 654 ~ 33.03%
B 234 of 654 ~ 35.78%

%31.19
%33.03
%35.78

CMYK color model

#CCD8EA color CMYK value is (13,8,0,8).

  • cyan value is 12.82%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(13,8,0,8)
C13M8Y0K8 
(13%,8%,0%,8%)
(0.13/0.08/0.00/0.08)	

CMYK percentages

%12.82
%7.69
%0
%8.24

Codes

Color #CCD8EA in popluar color models

CCD8EA
RGB204216234
HSL216°41.67%85.88%
HSB/HSV216°12.82%91.76%
CMYK12.82%7.69%0.00%
8.24%

Color #CCD8EA in popluar number systems.

HEXCCD8EA
Decimal204216234
Binary110011001101100011101010
Octal314330352

Shades and tints

Shades of #CCD8EA

#CCD8EA
(204,216,234)
#BAC5D5
(186,197,213)
#A8B2C0
(168,178,192)
#969FAB
(150,159,171)
#848C96
(132,140,150)
#727981
(114,121,129)
#60666C
(96,102,108)
#4E5357
(78,83,87)
#3C4042
(60,64,66)
#2A2D2D
(42,45,45)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #CCD8EA

#CCD8EA
(204,216,234)
#D0DBEB
(208,219,235)
#D4DEEC
(212,222,236)
#D8E1ED
(216,225,237)
#DCE4EE
(220,228,238)
#E0E7EF
(224,231,239)
#E4EAF0
(228,234,240)
#E8EDF1
(232,237,241)
#ECF0F2
(236,240,242)
#F0F3F3
(240,243,243)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD8EA color. Also use rgb(204,216,234) instead hex code.

Text Font Color

.myTextColor { color: #CCD8EA; }

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

This text font color is #CCD8EA.


Background Color

.myBgColor { background-color: #CCD8EA; }

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

This div background color is #CCD8EA.


Border color

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

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

This div border color is #CCD8EA.


Opacity

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

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

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

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

This text has shadow with #CCD8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD8EA on black background.


Color preview on white background

This text has color #CCD8EA on white background.



Black color preview on #CCD8EA background

This text has black color on #CCD8EA background.


White color preview on #CCD8EA background

This text has white color on #CCD8EA background.