COLOR #CCFAF8

HEX: #CCFAF8
RGB: (204,250,248)

Color info

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

RGB color model

#CCFAF8 color RGB value is (204,250,248).

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

RGB channels and saturation

R 204 of 255 = 80%
G 250 of 255 = 98%
B 248 of 255 = 97%

204
250
248

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

Portions of RGB colors in percentages

R + G + B =
204 + 250 + 248 = 702 (100%)
R 204 of 702 ~ 29.06%
G 250 of 702 ~ 35.61%
B 248 of 702 ~ 35.33%

%29.06
%35.61
%35.33

CMYK color model

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

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.96%
CMYK:
(18,0,1,2)
C18M0Y1K2 
(18%,0%,1%,2%)
(0.18/0.00/0.01/0.02)	

CMYK percentages

%18.4
%0
%0.8
%1.96

Codes

Color #CCFAF8 in popluar color models

CCFAF8
RGB204250248
HSL177°82.14%89.02%
HSB/HSV177°18.40%98.04%
CMYK18.40%0.00%0.80%
1.96%

Color #CCFAF8 in popluar number systems.

HEXCCFAF8
Decimal204250248
Binary110011001111101011111000
Octal314372370

Shades and tints

Shades of #CCFAF8

#CCFAF8
(204,250,248)
#BAE4E2
(186,228,226)
#A8CECC
(168,206,204)
#96B8B6
(150,184,182)
#84A2A0
(132,162,160)
#728C8A
(114,140,138)
#607674
(96,118,116)
#4E605E
(78,96,94)
#3C4A48
(60,74,72)
#2A3432
(42,52,50)
#181E1C
(24,30,28)
#000000
(0,0,0)

Tints of #CCFAF8

#CCFAF8
(204,250,248)
#D0FAF8
(208,250,248)
#D4FAF8
(212,250,248)
#D8FAF8
(216,250,248)
#DCFAF8
(220,250,248)
#E0FAF8
(224,250,248)
#E4FAF8
(228,250,248)
#E8FAF8
(232,250,248)
#ECFAF8
(236,250,248)
#F0FAF8
(240,250,248)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFAF8; }

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

This text font color is #CCFAF8.


Background Color

.myBgColor { background-color: #CCFAF8; }

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

This div background color is #CCFAF8.


Border color

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

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

This div border color is #CCFAF8.


Opacity

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

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

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

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

This text has shadow with #CCFAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFAF8 on black background.


Color preview on white background

This text has color #CCFAF8 on white background.



Black color preview on #CCFAF8 background

This text has black color on #CCFAF8 background.


White color preview on #CCFAF8 background

This text has white color on #CCFAF8 background.