COLOR #CCF9FA

HEX: #CCF9FA
RGB: (204,249,250)

Color info

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

RGB color model

#CCF9FA color RGB value is (204,249,250).

  • red value is 204;
  • green value is 249;
  • blue value is 250.
RGB:
(204,249,250)
(80%,98%,98%)

RGB channels and saturation

R 204 of 255 = 80%
G 249 of 255 = 98%
B 250 of 255 = 98%

204
249
250

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

Portions of RGB colors in percentages

R + G + B =
204 + 249 + 250 = 703 (100%)
R 204 of 703 ~ 29.02%
G 249 of 703 ~ 35.42%
B 250 of 703 ~ 35.56%

%29.02
%35.42
%35.56

CMYK color model

#CCF9FA color CMYK value is (18,0,0,2).

  • cyan value is 18.40%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(18,0,0,2)
C18M0Y0K2 
(18%,0%,0%,2%)
(0.18/0.00/0.00/0.02)	

CMYK percentages

%18.4
%0.4
%0
%1.96

Codes

Color #CCF9FA in popluar color models

CCF9FA
RGB204249250
HSL181°82.14%89.02%
HSB/HSV181°18.40%98.04%
CMYK18.40%0.40%0.00%
1.96%

Color #CCF9FA in popluar number systems.

HEXCCF9FA
Decimal204249250
Binary110011001111100111111010
Octal314371372

Shades and tints

Shades of #CCF9FA

#CCF9FA
(204,249,250)
#BAE3E4
(186,227,228)
#A8CDCE
(168,205,206)
#96B7B8
(150,183,184)
#84A1A2
(132,161,162)
#728B8C
(114,139,140)
#607576
(96,117,118)
#4E5F60
(78,95,96)
#3C494A
(60,73,74)
#2A3334
(42,51,52)
#181D1E
(24,29,30)
#000000
(0,0,0)

Tints of #CCF9FA

#CCF9FA
(204,249,250)
#D0F9FA
(208,249,250)
#D4F9FA
(212,249,250)
#D8F9FA
(216,249,250)
#DCF9FA
(220,249,250)
#E0F9FA
(224,249,250)
#E4F9FA
(228,249,250)
#E8F9FA
(232,249,250)
#ECF9FA
(236,249,250)
#F0F9FA
(240,249,250)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF9FA color. Also use rgb(204,249,250) instead hex code.

Text Font Color

.myTextColor { color: #CCF9FA; }

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

This text font color is #CCF9FA.


Background Color

.myBgColor { background-color: #CCF9FA; }

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

This div background color is #CCF9FA.


Border color

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

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

This div border color is #CCF9FA.


Opacity

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

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

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

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

This text has shadow with #CCF9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF9FA on black background.


Color preview on white background

This text has color #CCF9FA on white background.



Black color preview on #CCF9FA background

This text has black color on #CCF9FA background.


White color preview on #CCF9FA background

This text has white color on #CCF9FA background.