COLOR #CCFCFD

HEX: #CCFCFD
RGB: (204,252,253)

Color info

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

RGB color model

#CCFCFD color RGB value is (204,252,253).

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

RGB channels and saturation

R 204 of 255 = 80%
G 252 of 255 = 99%
B 253 of 255 = 99%

204
252
253

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

Portions of RGB colors in percentages

R + G + B =
204 + 252 + 253 = 709 (100%)
R 204 of 709 ~ 28.77%
G 252 of 709 ~ 35.54%
B 253 of 709 ~ 35.68%

%28.77
%35.54
%35.68

CMYK color model

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

  • cyan value is 19.37%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(19,0,0,1)
C19M0Y0K1 
(19%,0%,0%,1%)
(0.19/0.00/0.00/0.01)	

CMYK percentages

%19.37
%0.4
%0
%0.78

Codes

Color #CCFCFD in popluar color models

CCFCFD
RGB204252253
HSL181°92.45%89.61%
HSB/HSV181°19.37%99.22%
CMYK19.37%0.40%0.00%
0.78%

Color #CCFCFD in popluar number systems.

HEXCCFCFD
Decimal204252253
Binary110011001111110011111101
Octal314374375

Shades and tints

Shades of #CCFCFD

#CCFCFD
(204,252,253)
#BAE6E6
(186,230,230)
#A8D0CF
(168,208,207)
#96BAB8
(150,186,184)
#84A4A1
(132,164,161)
#728E8A
(114,142,138)
#607873
(96,120,115)
#4E625C
(78,98,92)
#3C4C45
(60,76,69)
#2A362E
(42,54,46)
#182017
(24,32,23)
#000000
(0,0,0)

Tints of #CCFCFD

#CCFCFD
(204,252,253)
#D0FCFD
(208,252,253)
#D4FCFD
(212,252,253)
#D8FCFD
(216,252,253)
#DCFCFD
(220,252,253)
#E0FCFD
(224,252,253)
#E4FCFD
(228,252,253)
#E8FCFD
(232,252,253)
#ECFCFD
(236,252,253)
#F0FCFD
(240,252,253)
#F4FCFD
(244,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFCFD; }

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

This text font color is #CCFCFD.


Background Color

.myBgColor { background-color: #CCFCFD; }

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

This div background color is #CCFCFD.


Border color

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

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

This div border color is #CCFCFD.


Opacity

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

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

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

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

This text has shadow with #CCFCFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFCFD on black background.


Color preview on white background

This text has color #CCFCFD on white background.



Black color preview on #CCFCFD background

This text has black color on #CCFCFD background.


White color preview on #CCFCFD background

This text has white color on #CCFCFD background.