COLOR #CCD2F2

HEX: #CCD2F2
RGB: (204,210,242)

Color info

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

RGB color model

#CCD2F2 color RGB value is (204,210,242).

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

RGB channels and saturation

R 204 of 255 = 80%
G 210 of 255 = 82%
B 242 of 255 = 95%

204
210
242

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

Portions of RGB colors in percentages

R + G + B =
204 + 210 + 242 = 656 (100%)
R 204 of 656 ~ 31.1%
G 210 of 656 ~ 32.01%
B 242 of 656 ~ 36.89%

%31.1
%32.01
%36.89

CMYK color model

#CCD2F2 color CMYK value is (16,13,0,5).

  • cyan value is 15.70%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(16,13,0,5)
C16M13Y0K5 
(16%,13%,0%,5%)
(0.16/0.13/0.00/0.05)	

CMYK percentages

%15.7
%13.22
%0
%5.1

Codes

Color #CCD2F2 in popluar color models

CCD2F2
RGB204210242
HSL231°59.38%87.45%
HSB/HSV231°15.70%94.90%
CMYK15.70%13.22%0.00%
5.10%

Color #CCD2F2 in popluar number systems.

HEXCCD2F2
Decimal204210242
Binary110011001101001011110010
Octal314322362

Shades and tints

Shades of #CCD2F2

#CCD2F2
(204,210,242)
#BABFDC
(186,191,220)
#A8ACC6
(168,172,198)
#9699B0
(150,153,176)
#84869A
(132,134,154)
#727384
(114,115,132)
#60606E
(96,96,110)
#4E4D58
(78,77,88)
#3C3A42
(60,58,66)
#2A272C
(42,39,44)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #CCD2F2

#CCD2F2
(204,210,242)
#D0D6F3
(208,214,243)
#D4DAF4
(212,218,244)
#D8DEF5
(216,222,245)
#DCE2F6
(220,226,246)
#E0E6F7
(224,230,247)
#E4EAF8
(228,234,248)
#E8EEF9
(232,238,249)
#ECF2FA
(236,242,250)
#F0F6FB
(240,246,251)
#F4FAFC
(244,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD2F2; }

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

This text font color is #CCD2F2.


Background Color

.myBgColor { background-color: #CCD2F2; }

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

This div background color is #CCD2F2.


Border color

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

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

This div border color is #CCD2F2.


Opacity

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

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

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

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

This text has shadow with #CCD2F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD2F2 on black background.


Color preview on white background

This text has color #CCD2F2 on white background.



Black color preview on #CCD2F2 background

This text has black color on #CCD2F2 background.


White color preview on #CCD2F2 background

This text has white color on #CCD2F2 background.