COLOR #CCD8F2

HEX: #CCD8F2
RGB: (204,216,242)

Color info

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

RGB color model

#CCD8F2 color RGB value is (204,216,242).

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

RGB channels and saturation

R 204 of 255 = 80%
G 216 of 255 = 85%
B 242 of 255 = 95%

204
216
242

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

Portions of RGB colors in percentages

R + G + B =
204 + 216 + 242 = 662 (100%)
R 204 of 662 ~ 30.82%
G 216 of 662 ~ 32.63%
B 242 of 662 ~ 36.56%

%30.82
%32.63
%36.56

CMYK color model

#CCD8F2 color CMYK value is (16,11,0,5).

  • cyan value is 15.70%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(16,11,0,5)
C16M11Y0K5 
(16%,11%,0%,5%)
(0.16/0.11/0.00/0.05)	

CMYK percentages

%15.7
%10.74
%0
%5.1

Codes

Color #CCD8F2 in popluar color models

CCD8F2
RGB204216242
HSL221°59.38%87.45%
HSB/HSV221°15.70%94.90%
CMYK15.70%10.74%0.00%
5.10%

Color #CCD8F2 in popluar number systems.

HEXCCD8F2
Decimal204216242
Binary110011001101100011110010
Octal314330362

Shades and tints

Shades of #CCD8F2

#CCD8F2
(204,216,242)
#BAC5DC
(186,197,220)
#A8B2C6
(168,178,198)
#969FB0
(150,159,176)
#848C9A
(132,140,154)
#727984
(114,121,132)
#60666E
(96,102,110)
#4E5358
(78,83,88)
#3C4042
(60,64,66)
#2A2D2C
(42,45,44)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #CCD8F2

#CCD8F2
(204,216,242)
#D0DBF3
(208,219,243)
#D4DEF4
(212,222,244)
#D8E1F5
(216,225,245)
#DCE4F6
(220,228,246)
#E0E7F7
(224,231,247)
#E4EAF8
(228,234,248)
#E8EDF9
(232,237,249)
#ECF0FA
(236,240,250)
#F0F3FB
(240,243,251)
#F4F6FC
(244,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD8F2; }

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

This text font color is #CCD8F2.


Background Color

.myBgColor { background-color: #CCD8F2; }

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

This div background color is #CCD8F2.


Border color

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

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

This div border color is #CCD8F2.


Opacity

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

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

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

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

This text has shadow with #CCD8F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD8F2 on black background.


Color preview on white background

This text has color #CCD8F2 on white background.



Black color preview on #CCD8F2 background

This text has black color on #CCD8F2 background.


White color preview on #CCD8F2 background

This text has white color on #CCD8F2 background.