COLOR #CCFCED

HEX: #CCFCED
RGB: (204,252,237)

Color info

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

RGB color model

#CCFCED color RGB value is (204,252,237).

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

RGB channels and saturation

R 204 of 255 = 80%
G 252 of 255 = 99%
B 237 of 255 = 93%

204
252
237

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

Portions of RGB colors in percentages

R + G + B =
204 + 252 + 237 = 693 (100%)
R 204 of 693 ~ 29.44%
G 252 of 693 ~ 36.36%
B 237 of 693 ~ 34.2%

%29.44
%36.36
%34.2

CMYK color model

#CCFCED color CMYK value is (19,0,6,1).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 1.18%
CMYK:
(19,0,6,1)
C19M0Y6K1 
(19%,0%,6%,1%)
(0.19/0.00/0.06/0.01)	

CMYK percentages

%19.05
%0
%5.95
%1.18

Codes

Color #CCFCED in popluar color models

CCFCED
RGB204252237
HSL161°88.89%89.41%
HSB/HSV161°19.05%98.82%
CMYK19.05%0.00%5.95%
1.18%

Color #CCFCED in popluar number systems.

HEXCCFCED
Decimal204252237
Binary110011001111110011101101
Octal314374355

Shades and tints

Shades of #CCFCED

#CCFCED
(204,252,237)
#BAE6D8
(186,230,216)
#A8D0C3
(168,208,195)
#96BAAE
(150,186,174)
#84A499
(132,164,153)
#728E84
(114,142,132)
#60786F
(96,120,111)
#4E625A
(78,98,90)
#3C4C45
(60,76,69)
#2A3630
(42,54,48)
#18201B
(24,32,27)
#000000
(0,0,0)

Tints of #CCFCED

#CCFCED
(204,252,237)
#D0FCEE
(208,252,238)
#D4FCEF
(212,252,239)
#D8FCF0
(216,252,240)
#DCFCF1
(220,252,241)
#E0FCF2
(224,252,242)
#E4FCF3
(228,252,243)
#E8FCF4
(232,252,244)
#ECFCF5
(236,252,245)
#F0FCF6
(240,252,246)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFCED; }

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

This text font color is #CCFCED.


Background Color

.myBgColor { background-color: #CCFCED; }

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

This div background color is #CCFCED.


Border color

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

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

This div border color is #CCFCED.


Opacity

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

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

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

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

This text has shadow with #CCFCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFCED on black background.


Color preview on white background

This text has color #CCFCED on white background.



Black color preview on #CCFCED background

This text has black color on #CCFCED background.


White color preview on #CCFCED background

This text has white color on #CCFCED background.