COLOR #CCF4FD

HEX: #CCF4FD
RGB: (204,244,253)

Color info

#CCF4FD contains red, green and blue colors in about the same proportion. Web safe color of #CCF4FD is #CCFFFF (or #CFF).

RGB color model

#CCF4FD color RGB value is (204,244,253).

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

RGB channels and saturation

R 204 of 255 = 80%
G 244 of 255 = 96%
B 253 of 255 = 99%

204
244
253

R + G + B ~ 92%. #CCF4FD is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 244 + 253 = 701 (100%)
R 204 of 701 ~ 29.1%
G 244 of 701 ~ 34.81%
B 253 of 701 ~ 36.09%

%29.1
%34.81
%36.09

CMYK color model

#CCF4FD color CMYK value is (19,4,0,1).

  • cyan value is 19.37%
  • magenta value is 3.56%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(19,4,0,1)
C19M4Y0K1 
(19%,4%,0%,1%)
(0.19/0.04/0.00/0.01)	

CMYK percentages

%19.37
%3.56
%0
%0.78

Codes

Color #CCF4FD in popluar color models

CCF4FD
RGB204244253
HSL191°92.45%89.61%
HSB/HSV191°19.37%99.22%
CMYK19.37%3.56%0.00%
0.78%

Color #CCF4FD in popluar number systems.

HEXCCF4FD
Decimal204244253
Binary110011001111010011111101
Octal314364375

Shades and tints

Shades of #CCF4FD

#CCF4FD
(204,244,253)
#BADEE6
(186,222,230)
#A8C8CF
(168,200,207)
#96B2B8
(150,178,184)
#849CA1
(132,156,161)
#72868A
(114,134,138)
#607073
(96,112,115)
#4E5A5C
(78,90,92)
#3C4445
(60,68,69)
#2A2E2E
(42,46,46)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #CCF4FD

#CCF4FD
(204,244,253)
#D0F5FD
(208,245,253)
#D4F6FD
(212,246,253)
#D8F7FD
(216,247,253)
#DCF8FD
(220,248,253)
#E0F9FD
(224,249,253)
#E4FAFD
(228,250,253)
#E8FBFD
(232,251,253)
#ECFCFD
(236,252,253)
#F0FDFD
(240,253,253)
#F4FEFD
(244,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF4FD; }

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

This text font color is #CCF4FD.


Background Color

.myBgColor { background-color: #CCF4FD; }

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

This div background color is #CCF4FD.


Border color

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

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

This div border color is #CCF4FD.


Opacity

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

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

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

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

This text has shadow with #CCF4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF4FD on black background.


Color preview on white background

This text has color #CCF4FD on white background.



Black color preview on #CCF4FD background

This text has black color on #CCF4FD background.


White color preview on #CCF4FD background

This text has white color on #CCF4FD background.