COLOR #CCF0F2

HEX: #CCF0F2 RGB: (204,240,242)

Color info

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

RGB color model

#CCF0F2 color RGB value is (204,240,242).

RGB: (204,240,242) (80%, 94%, 95%)

RGB channels and saturation

R 204 of 255 = 80%
G 240 of 255 = 94%
B 242 of 255 = 95%

204
240
242

R + G + B ~ 90%. #CCF0F2 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 240 + 242 = 686 (100%)
R 204 of 686 ~ 29.74%
G 240 of 686 ~ 34.99%
B 242 of 686 ~ 35.28'%

%29.74
%34.99
%35.28

CMYK color model

#CCF0F2 color CMYK value is (16,1,0,5).

  • cyan value is 15.70%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (16,1,0,5) C16M1Y0K5 (16%,1%,0%,5%) (0.16/0.01/0.00/0.05) 

CMYK percentages

%15.7
%0.83
%0
%5.1

Codes

Color #CCF0F2 in popluar color models

CC F0 F2
RGB 204 240 242
HSL 183° 59.38% 87.45%
HSB/HSV 183° 15.70% 94.90%
CMYK 15.70% 0.83% 0.00%
5.10%

Color #CCF0F2 in popluar number systems.

HEX CC F0 F2
Decimal 204 240 242
Binary 11001100 11110000 11110010
Octal 314 360 362

Shades and tints

Shades of #CCF0F2

#CCF0F2
(204,240,242)
#BADBDC
(186,219,220)
#A8C6C6
(168,198,198)
#96B1B0
(150,177,176)
#849C9A
(132,156,154)
#728784
(114,135,132)
#60726E
(96,114,110)
#4E5D58
(78,93,88)
#3C4842
(60,72,66)
#2A332C
(42,51,44)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #CCF0F2

#CCF0F2
(204,240,242)
#D0F1F3
(208,241,243)
#D4F2F4
(212,242,244)
#D8F3F5
(216,243,245)
#DCF4F6
(220,244,246)
#E0F5F7
(224,245,247)
#E4F6F8
(228,246,248)
#E8F7F9
(232,247,249)
#ECF8FA
(236,248,250)
#F0F9FB
(240,249,251)
#F4FAFC
(244,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF0F2; }

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

This text font color is #CCF0F2.

Background Color

.myBgColor { background-color: #CCF0F2; }

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

This div background color is #CCF0F2.

Border color

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

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

This div border color is #CCF0F2.

Opacity

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

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

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

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

This text has shadow with #CCF0F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF0F2.

Preview

Color preview on black background

This text has color #CCF0F2 on black background.


Color preview on white background

This text has color #CCF0F2 on white background.


Black color preview on #CCF0F2 background

This text has black color on #CCF0F2 background.


White color preview on #CCF0F2 background

This text has white color on #CCF0F2 background.


Related colors

Complementary color

Complementary color for #hex is #330F0D.


I love getcolorcode.com

Triadic colors

1 #F2CCF0 and #F0F2CC with #CCF0F2 are triadic colors.

2 #F2F0CC and #F0CCF2 with #CCF0F2 are triadic colors.