COLOR #CCD7F4

HEX: #CCD7F4
RGB: (204,215,244)

Color info

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

RGB color model

#CCD7F4 color RGB value is (204,215,244).

  • red value is 204;
  • green value is 215;
  • blue value is 244.
RGB:
(204,215,244)
(80%,84%,96%)

RGB channels and saturation

R 204 of 255 = 80%
G 215 of 255 = 84%
B 244 of 255 = 96%

204
215
244

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

Portions of RGB colors in percentages

R + G + B =
204 + 215 + 244 = 663 (100%)
R 204 of 663 ~ 30.77%
G 215 of 663 ~ 32.43%
B 244 of 663 ~ 36.8%

%30.77
%32.43
%36.8

CMYK color model

#CCD7F4 color CMYK value is (16,12,0,4).

  • cyan value is 16.39%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(16,12,0,4)
C16M12Y0K4 
(16%,12%,0%,4%)
(0.16/0.12/0.00/0.04)	

CMYK percentages

%16.39
%11.89
%0
%4.31

Codes

Color #CCD7F4 in popluar color models

CCD7F4
RGB204215244
HSL224°64.52%87.84%
HSB/HSV224°16.39%95.69%
CMYK16.39%11.89%0.00%
4.31%

Color #CCD7F4 in popluar number systems.

HEXCCD7F4
Decimal204215244
Binary110011001101011111110100
Octal314327364

Shades and tints

Shades of #CCD7F4

#CCD7F4
(204,215,244)
#BAC4DE
(186,196,222)
#A8B1C8
(168,177,200)
#969EB2
(150,158,178)
#848B9C
(132,139,156)
#727886
(114,120,134)
#606570
(96,101,112)
#4E525A
(78,82,90)
#3C3F44
(60,63,68)
#2A2C2E
(42,44,46)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #CCD7F4

#CCD7F4
(204,215,244)
#D0DAF5
(208,218,245)
#D4DDF6
(212,221,246)
#D8E0F7
(216,224,247)
#DCE3F8
(220,227,248)
#E0E6F9
(224,230,249)
#E4E9FA
(228,233,250)
#E8ECFB
(232,236,251)
#ECEFFC
(236,239,252)
#F0F2FD
(240,242,253)
#F4F5FE
(244,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD7F4 color. Also use rgb(204,215,244) instead hex code.

Text Font Color

.myTextColor { color: #CCD7F4; }

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

This text font color is #CCD7F4.


Background Color

.myBgColor { background-color: #CCD7F4; }

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

This div background color is #CCD7F4.


Border color

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

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

This div border color is #CCD7F4.


Opacity

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

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

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

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

This text has shadow with #CCD7F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD7F4 on black background.


Color preview on white background

This text has color #CCD7F4 on white background.



Black color preview on #CCD7F4 background

This text has black color on #CCD7F4 background.


White color preview on #CCD7F4 background

This text has white color on #CCD7F4 background.