COLOR #CCD8E6

HEX: #CCD8E6
RGB: (204,216,230)

Color info

#CCD8E6 contains red, green and blue colors in about the same proportion. Web safe color of #CCD8E6 is #CCCCCC (or #CCC).

RGB color model

#CCD8E6 color RGB value is (204,216,230).

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

RGB channels and saturation

R 204 of 255 = 80%
G 216 of 255 = 85%
B 230 of 255 = 90%

204
216
230

R + G + B ~ 85%. #CCD8E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 216 + 230 = 650 (100%)
R 204 of 650 ~ 31.38%
G 216 of 650 ~ 33.23%
B 230 of 650 ~ 35.38%

%31.38
%33.23
%35.38

CMYK color model

#CCD8E6 color CMYK value is (11,6,0,10).

  • cyan value is 11.30%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(11,6,0,10)
C11M6Y0K10 
(11%,6%,0%,10%)
(0.11/0.06/0.00/0.10)	

CMYK percentages

%11.3
%6.09
%0
%9.8

Codes

Color #CCD8E6 in popluar color models

CCD8E6
RGB204216230
HSL212°34.21%85.10%
HSB/HSV212°11.30%90.20%
CMYK11.30%6.09%0.00%
9.80%

Color #CCD8E6 in popluar number systems.

HEXCCD8E6
Decimal204216230
Binary110011001101100011100110
Octal314330346

Shades and tints

Shades of #CCD8E6

#CCD8E6
(204,216,230)
#BAC5D2
(186,197,210)
#A8B2BE
(168,178,190)
#969FAA
(150,159,170)
#848C96
(132,140,150)
#727982
(114,121,130)
#60666E
(96,102,110)
#4E535A
(78,83,90)
#3C4046
(60,64,70)
#2A2D32
(42,45,50)
#181A1E
(24,26,30)
#000000
(0,0,0)

Tints of #CCD8E6

#CCD8E6
(204,216,230)
#D0DBE8
(208,219,232)
#D4DEEA
(212,222,234)
#D8E1EC
(216,225,236)
#DCE4EE
(220,228,238)
#E0E7F0
(224,231,240)
#E4EAF2
(228,234,242)
#E8EDF4
(232,237,244)
#ECF0F6
(236,240,246)
#F0F3F8
(240,243,248)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD8E6; }

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

This text font color is #CCD8E6.


Background Color

.myBgColor { background-color: #CCD8E6; }

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

This div background color is #CCD8E6.


Border color

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

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

This div border color is #CCD8E6.


Opacity

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

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

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

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

This text has shadow with #CCD8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD8E6 on black background.


Color preview on white background

This text has color #CCD8E6 on white background.



Black color preview on #CCD8E6 background

This text has black color on #CCD8E6 background.


White color preview on #CCD8E6 background

This text has white color on #CCD8E6 background.