COLOR #CCD2F8

HEX: #CCD2F8
RGB: (204,210,248)

Color info

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

RGB color model

#CCD2F8 color RGB value is (204,210,248).

  • red value is 204;
  • green value is 210;
  • blue value is 248.
RGB:
(204,210,248)
(80%,82%,97%)

RGB channels and saturation

R 204 of 255 = 80%
G 210 of 255 = 82%
B 248 of 255 = 97%

204
210
248

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

Portions of RGB colors in percentages

R + G + B =
204 + 210 + 248 = 662 (100%)
R 204 of 662 ~ 30.82%
G 210 of 662 ~ 31.72%
B 248 of 662 ~ 37.46%

%30.82
%31.72
%37.46

CMYK color model

#CCD2F8 color CMYK value is (18,15,0,3).

  • cyan value is 17.74%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(18,15,0,3)
C18M15Y0K3 
(18%,15%,0%,3%)
(0.18/0.15/0.00/0.03)	

CMYK percentages

%17.74
%15.32
%0
%2.75

Codes

Color #CCD2F8 in popluar color models

CCD2F8
RGB204210248
HSL232°75.86%88.63%
HSB/HSV232°17.74%97.25%
CMYK17.74%15.32%0.00%
2.75%

Color #CCD2F8 in popluar number systems.

HEXCCD2F8
Decimal204210248
Binary110011001101001011111000
Octal314322370

Shades and tints

Shades of #CCD2F8

#CCD2F8
(204,210,248)
#BABFE2
(186,191,226)
#A8ACCC
(168,172,204)
#9699B6
(150,153,182)
#8486A0
(132,134,160)
#72738A
(114,115,138)
#606074
(96,96,116)
#4E4D5E
(78,77,94)
#3C3A48
(60,58,72)
#2A2732
(42,39,50)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #CCD2F8

#CCD2F8
(204,210,248)
#D0D6F8
(208,214,248)
#D4DAF8
(212,218,248)
#D8DEF8
(216,222,248)
#DCE2F8
(220,226,248)
#E0E6F8
(224,230,248)
#E4EAF8
(228,234,248)
#E8EEF8
(232,238,248)
#ECF2F8
(236,242,248)
#F0F6F8
(240,246,248)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD2F8 color. Also use rgb(204,210,248) instead hex code.

Text Font Color

.myTextColor { color: #CCD2F8; }

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

This text font color is #CCD2F8.


Background Color

.myBgColor { background-color: #CCD2F8; }

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

This div background color is #CCD2F8.


Border color

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

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

This div border color is #CCD2F8.


Opacity

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

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

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

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

This text has shadow with #CCD2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD2F8 on black background.


Color preview on white background

This text has color #CCD2F8 on white background.



Black color preview on #CCD2F8 background

This text has black color on #CCD2F8 background.


White color preview on #CCD2F8 background

This text has white color on #CCD2F8 background.