COLOR #CCFAF5

HEX: #CCFAF5
RGB: (204,250,245)

Color info

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

RGB color model

#CCFAF5 color RGB value is (204,250,245).

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

RGB channels and saturation

R 204 of 255 = 80%
G 250 of 255 = 98%
B 245 of 255 = 96%

204
250
245

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

Portions of RGB colors in percentages

R + G + B =
204 + 250 + 245 = 699 (100%)
R 204 of 699 ~ 29.18%
G 250 of 699 ~ 35.77%
B 245 of 699 ~ 35.05%

%29.18
%35.77
%35.05

CMYK color model

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

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 1.96%
CMYK:
(18,0,2,2)
C18M0Y2K2 
(18%,0%,2%,2%)
(0.18/0.00/0.02/0.02)	

CMYK percentages

%18.4
%0
%2
%1.96

Codes

Color #CCFAF5 in popluar color models

CCFAF5
RGB204250245
HSL173°82.14%89.02%
HSB/HSV173°18.40%98.04%
CMYK18.40%0.00%2.00%
1.96%

Color #CCFAF5 in popluar number systems.

HEXCCFAF5
Decimal204250245
Binary110011001111101011110101
Octal314372365

Shades and tints

Shades of #CCFAF5

#CCFAF5
(204,250,245)
#BAE4DF
(186,228,223)
#A8CEC9
(168,206,201)
#96B8B3
(150,184,179)
#84A29D
(132,162,157)
#728C87
(114,140,135)
#607671
(96,118,113)
#4E605B
(78,96,91)
#3C4A45
(60,74,69)
#2A342F
(42,52,47)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #CCFAF5

#CCFAF5
(204,250,245)
#D0FAF5
(208,250,245)
#D4FAF5
(212,250,245)
#D8FAF5
(216,250,245)
#DCFAF5
(220,250,245)
#E0FAF5
(224,250,245)
#E4FAF5
(228,250,245)
#E8FAF5
(232,250,245)
#ECFAF5
(236,250,245)
#F0FAF5
(240,250,245)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFAF5; }

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

This text font color is #CCFAF5.


Background Color

.myBgColor { background-color: #CCFAF5; }

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

This div background color is #CCFAF5.


Border color

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

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

This div border color is #CCFAF5.


Opacity

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

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

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

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

This text has shadow with #CCFAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFAF5 on black background.


Color preview on white background

This text has color #CCFAF5 on white background.



Black color preview on #CCFAF5 background

This text has black color on #CCFAF5 background.


White color preview on #CCFAF5 background

This text has white color on #CCFAF5 background.