COLOR #CCF0FB

HEX: #CCF0FB RGB: (204,240,251)

Color info

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

RGB color model

#CCF0FB color RGB value is (204,240,251).

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

RGB channels and saturation

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

204
240
251

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

Portions of RGB colors in percentages

R + G + B = 204 + 240 + 251 = 695 (100%)
R 204 of 695 ~ 29.35%
G 240 of 695 ~ 34.53%
B 251 of 695 ~ 36.12'%

%29.35
%34.53
%36.12

CMYK color model

#CCF0FB color CMYK value is (19,4,0,2).

  • cyan value is 18.73%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (19,4,0,2)
C19M4Y0K2 (19%, 4%, 0%, 2%)
(0.19 / 0.04 / 0.00 / 0.02)

CMYK percentages

%18.73
%4.38
%0
%1.57

Codes

Color #CCF0FB in popluar color models

CC F0 FB
RGB 204 240 251
HSL 194° 85.45% 89.22%
HSB/HSV 194° 18.73% 98.43%
CMYK 18.73% 4.38% 0.00%
1.57%

Color #CCF0FB in popluar number systems.

HEX CC F0 FB
Decimal 204 240 251
Binary 11001100 11110000 11111011
Octal 314 360 373

Shades and tints

Shades of #CCF0FB

#CCF0FB
(204,240,251)
#BADBE5
(186,219,229)
#A8C6CF
(168,198,207)
#96B1B9
(150,177,185)
#849CA3
(132,156,163)
#72878D
(114,135,141)
#607277
(96,114,119)
#4E5D61
(78,93,97)
#3C484B
(60,72,75)
#2A3335
(42,51,53)
#181E1F
(24,30,31)
#000000
(0,0,0)

Tints of #CCF0FB

#CCF0FB
(204,240,251)
#D0F1FB
(208,241,251)
#D4F2FB
(212,242,251)
#D8F3FB
(216,243,251)
#DCF4FB
(220,244,251)
#E0F5FB
(224,245,251)
#E4F6FB
(228,246,251)
#E8F7FB
(232,247,251)
#ECF8FB
(236,248,251)
#F0F9FB
(240,249,251)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF0FB; }

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

This text font color is #CCF0FB.

Background Color

.myBgColor { background-color: #CCF0FB; }

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

This div background color is #CCF0FB.

Border color

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

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

This div border color is #CCF0FB.

Opacity

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

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

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

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

This text has shadow with #CCF0FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF0FB.

Preview

Color preview on black background

This text has color #CCF0FB on black background.


Color preview on white background

This text has color #CCF0FB on white background.


Black color preview on #CCF0FB background

This text has black color on #CCF0FB background.


White color preview on #CCF0FB background

This text has white color on #CCF0FB background.


Related colors

Complementary color

Complementary color for #hex is #330F04.


I love getcolorcode.com

Triadic colors

1 #FBCCF0 and #F0FBCC with #CCF0FB are triadic colors.

2 #FBF0CC and #F0CCFB with #CCF0FB are triadic colors.