COLOR #CCFDFE

HEX: #CCFDFE
RGB: (204,253,254)

Color info

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

RGB color model

#CCFDFE color RGB value is (204,253,254).

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

RGB channels and saturation

R 204 of 255 = 80%
G 253 of 255 = 99%
B 254 of 255 = 100%

204
253
254

R + G + B ~ 93%. #CCFDFE is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 253 + 254 = 711 (100%)
R 204 of 711 ~ 28.69%
G 253 of 711 ~ 35.58%
B 254 of 711 ~ 35.72%

%28.69
%35.58
%35.72

CMYK color model

#CCFDFE color CMYK value is (20,0,0,0).

  • cyan value is 19.69%
  • magenta value is 0.39%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(20,0,0,0)
C20M0Y0K0 
(20%,0%,0%,0%)
(0.20/0.00/0.00/0.00)	

CMYK percentages

%19.69
%0.39
%0
%0.39

Codes

Color #CCFDFE in popluar color models

CCFDFE
RGB204253254
HSL181°96.15%89.80%
HSB/HSV181°19.69%99.61%
CMYK19.69%0.39%0.00%
0.39%

Color #CCFDFE in popluar number systems.

HEXCCFDFE
Decimal204253254
Binary110011001111110111111110
Octal314375376

Shades and tints

Shades of #CCFDFE

#CCFDFE
(204,253,254)
#BAE6E7
(186,230,231)
#A8CFD0
(168,207,208)
#96B8B9
(150,184,185)
#84A1A2
(132,161,162)
#728A8B
(114,138,139)
#607374
(96,115,116)
#4E5C5D
(78,92,93)
#3C4546
(60,69,70)
#2A2E2F
(42,46,47)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #CCFDFE

#CCFDFE
(204,253,254)
#D0FDFE
(208,253,254)
#D4FDFE
(212,253,254)
#D8FDFE
(216,253,254)
#DCFDFE
(220,253,254)
#E0FDFE
(224,253,254)
#E4FDFE
(228,253,254)
#E8FDFE
(232,253,254)
#ECFDFE
(236,253,254)
#F0FDFE
(240,253,254)
#F4FDFE
(244,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFDFE; }

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

This text font color is #CCFDFE.


Background Color

.myBgColor { background-color: #CCFDFE; }

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

This div background color is #CCFDFE.


Border color

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

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

This div border color is #CCFDFE.


Opacity

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

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

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

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

This text has shadow with #CCFDFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFDFE on black background.


Color preview on white background

This text has color #CCFDFE on white background.



Black color preview on #CCFDFE background

This text has black color on #CCFDFE background.


White color preview on #CCFDFE background

This text has white color on #CCFDFE background.