COLOR #CCF0FA

HEX: #CCF0FA RGB: (204,240,250)

Color info

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

RGB color model

#CCF0FA color RGB value is (204,240,250).

RGB: (204,240,250) (80%, 94%, 98%)

RGB channels and saturation

R 204 of 255 = 80%
G 240 of 255 = 94%
B 250 of 255 = 98%

204
240
250

R + G + B ~ 91%. #CCF0FA is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 240 + 250 = 694 (100%)
R 204 of 694 ~ 29.39%
G 240 of 694 ~ 34.58%
B 250 of 694 ~ 36.02'%

%29.39
%34.58
%36.02

CMYK color model

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

  • cyan value is 18.40%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (18,4,0,2)
C18M4Y0K2 (18%, 4%, 0%, 2%)
(0.18 / 0.04 / 0.00 / 0.02)

CMYK percentages

%18.4
%4
%0
%1.96

Codes

Color #CCF0FA in popluar color models

CC F0 FA
RGB 204 240 250
HSL 193° 82.14% 89.02%
HSB/HSV 193° 18.40% 98.04%
CMYK 18.40% 4.00% 0.00%
1.96%

Color #CCF0FA in popluar number systems.

HEX CC F0 FA
Decimal 204 240 250
Binary 11001100 11110000 11111010
Octal 314 360 372

Shades and tints

Shades of #CCF0FA

#CCF0FA
(204,240,250)
#BADBE4
(186,219,228)
#A8C6CE
(168,198,206)
#96B1B8
(150,177,184)
#849CA2
(132,156,162)
#72878C
(114,135,140)
#607276
(96,114,118)
#4E5D60
(78,93,96)
#3C484A
(60,72,74)
#2A3334
(42,51,52)
#181E1E
(24,30,30)
#000000
(0,0,0)

Tints of #CCF0FA

#CCF0FA
(204,240,250)
#D0F1FA
(208,241,250)
#D4F2FA
(212,242,250)
#D8F3FA
(216,243,250)
#DCF4FA
(220,244,250)
#E0F5FA
(224,245,250)
#E4F6FA
(228,246,250)
#E8F7FA
(232,247,250)
#ECF8FA
(236,248,250)
#F0F9FA
(240,249,250)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF0FA; }

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

This text font color is #CCF0FA.

Background Color

.myBgColor { background-color: #CCF0FA; }

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

This div background color is #CCF0FA.

Border color

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

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

This div border color is #CCF0FA.

Opacity

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

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

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

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

This text has shadow with #CCF0FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF0FA.

Preview

Color preview on black background

This text has color #CCF0FA on black background.


Color preview on white background

This text has color #CCF0FA on white background.


Black color preview on #CCF0FA background

This text has black color on #CCF0FA background.


White color preview on #CCF0FA background

This text has white color on #CCF0FA background.


Related colors

Complementary color

Complementary color for #hex is #330F05.


I love getcolorcode.com

Triadic colors

1 #FACCF0 and #F0FACC with #CCF0FA are triadic colors.

2 #FAF0CC and #F0CCFA with #CCF0FA are triadic colors.