COLOR #CCF1F9

HEX: #CCF1F9
RGB: (204,241,249)

Color info

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

RGB color model

#CCF1F9 color RGB value is (204,241,249).

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

RGB channels and saturation

R 204 of 255 = 80%
G 241 of 255 = 95%
B 249 of 255 = 98%

204
241
249

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

Portions of RGB colors in percentages

R + G + B =
204 + 241 + 249 = 694 (100%)
R 204 of 694 ~ 29.39%
G 241 of 694 ~ 34.73%
B 249 of 694 ~ 35.88%

%29.39
%34.73
%35.88

CMYK color model

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

  • cyan value is 18.07%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(18,3,0,2)
C18M3Y0K2 
(18%,3%,0%,2%)
(0.18/0.03/0.00/0.02)	

CMYK percentages

%18.07
%3.21
%0
%2.35

Codes

Color #CCF1F9 in popluar color models

CCF1F9
RGB204241249
HSL191°78.95%88.82%
HSB/HSV191°18.07%97.65%
CMYK18.07%3.21%0.00%
2.35%

Color #CCF1F9 in popluar number systems.

HEXCCF1F9
Decimal204241249
Binary110011001111000111111001
Octal314361371

Shades and tints

Shades of #CCF1F9

#CCF1F9
(204,241,249)
#BADCE3
(186,220,227)
#A8C7CD
(168,199,205)
#96B2B7
(150,178,183)
#849DA1
(132,157,161)
#72888B
(114,136,139)
#607375
(96,115,117)
#4E5E5F
(78,94,95)
#3C4949
(60,73,73)
#2A3433
(42,52,51)
#181F1D
(24,31,29)
#000000
(0,0,0)

Tints of #CCF1F9

#CCF1F9
(204,241,249)
#D0F2F9
(208,242,249)
#D4F3F9
(212,243,249)
#D8F4F9
(216,244,249)
#DCF5F9
(220,245,249)
#E0F6F9
(224,246,249)
#E4F7F9
(228,247,249)
#E8F8F9
(232,248,249)
#ECF9F9
(236,249,249)
#F0FAF9
(240,250,249)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF1F9; }

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

This text font color is #CCF1F9.


Background Color

.myBgColor { background-color: #CCF1F9; }

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

This div background color is #CCF1F9.


Border color

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

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

This div border color is #CCF1F9.


Opacity

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

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

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

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

This text has shadow with #CCF1F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF1F9 on black background.


Color preview on white background

This text has color #CCF1F9 on white background.



Black color preview on #CCF1F9 background

This text has black color on #CCF1F9 background.


White color preview on #CCF1F9 background

This text has white color on #CCF1F9 background.