COLOR #CCF5ED

HEX: #CCF5ED
RGB: (204,245,237)

Color info

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

RGB color model

#CCF5ED color RGB value is (204,245,237).

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

RGB channels and saturation

R 204 of 255 = 80%
G 245 of 255 = 96%
B 237 of 255 = 93%

204
245
237

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

Portions of RGB colors in percentages

R + G + B =
204 + 245 + 237 = 686 (100%)
R 204 of 686 ~ 29.74%
G 245 of 686 ~ 35.71%
B 237 of 686 ~ 34.55%

%29.74
%35.71
%34.55

CMYK color model

#CCF5ED color CMYK value is (17,0,3,4).

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 3.92%
CMYK:
(17,0,3,4)
C17M0Y3K4 
(17%,0%,3%,4%)
(0.17/0.00/0.03/0.04)	

CMYK percentages

%16.73
%0
%3.27
%3.92

Codes

Color #CCF5ED in popluar color models

CCF5ED
RGB204245237
HSL168°67.21%88.04%
HSB/HSV168°16.73%96.08%
CMYK16.73%0.00%3.27%
3.92%

Color #CCF5ED in popluar number systems.

HEXCCF5ED
Decimal204245237
Binary110011001111010111101101
Octal314365355

Shades and tints

Shades of #CCF5ED

#CCF5ED
(204,245,237)
#BADFD8
(186,223,216)
#A8C9C3
(168,201,195)
#96B3AE
(150,179,174)
#849D99
(132,157,153)
#728784
(114,135,132)
#60716F
(96,113,111)
#4E5B5A
(78,91,90)
#3C4545
(60,69,69)
#2A2F30
(42,47,48)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #CCF5ED

#CCF5ED
(204,245,237)
#D0F5EE
(208,245,238)
#D4F5EF
(212,245,239)
#D8F5F0
(216,245,240)
#DCF5F1
(220,245,241)
#E0F5F2
(224,245,242)
#E4F5F3
(228,245,243)
#E8F5F4
(232,245,244)
#ECF5F5
(236,245,245)
#F0F5F6
(240,245,246)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF5ED; }

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

This text font color is #CCF5ED.


Background Color

.myBgColor { background-color: #CCF5ED; }

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

This div background color is #CCF5ED.


Border color

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

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

This div border color is #CCF5ED.


Opacity

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

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

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

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

This text has shadow with #CCF5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF5ED on black background.


Color preview on white background

This text has color #CCF5ED on white background.



Black color preview on #CCF5ED background

This text has black color on #CCF5ED background.


White color preview on #CCF5ED background

This text has white color on #CCF5ED background.