COLOR #CCFFEC

HEX: #CCFFEC
RGB: (204,255,236)

Color info

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

RGB color model

#CCFFEC color RGB value is (204,255,236).

  • red value is 204;
  • green value is 255;
  • blue value is 236.
RGB:
(204,255,236)
(80%,100%,93%)

RGB channels and saturation

R 204 of 255 = 80%
G 255 of 255 = 100%
B 236 of 255 = 93%

204
255
236

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

Portions of RGB colors in percentages

R + G + B =
204 + 255 + 236 = 695 (100%)
R 204 of 695 ~ 29.35%
G 255 of 695 ~ 36.69%
B 236 of 695 ~ 33.96%

%29.35
%36.69
%33.96

CMYK color model

#CCFFEC color CMYK value is (20,0,7,0).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 0.00%
CMYK:
(20,0,7,0)
C20M0Y7K0 
(20%,0%,7%,0%)
(0.20/0.00/0.07/0.00)	

CMYK percentages

%20
%0
%7.45
%0

Codes

Color #CCFFEC in popluar color models

CCFFEC
RGB204255236
HSL158°100.00%90.00%
HSB/HSV158°20.00%100.00%
CMYK20.00%0.00%7.45%
0.00%

Color #CCFFEC in popluar number systems.

HEXCCFFEC
Decimal204255236
Binary110011001111111111101100
Octal314377354

Shades and tints

Shades of #CCFFEC

#CCFFEC
(204,255,236)
#BAE8D7
(186,232,215)
#A8D1C2
(168,209,194)
#96BAAD
(150,186,173)
#84A398
(132,163,152)
#728C83
(114,140,131)
#60756E
(96,117,110)
#4E5E59
(78,94,89)
#3C4744
(60,71,68)
#2A302F
(42,48,47)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #CCFFEC

#CCFFEC
(204,255,236)
#D0FFED
(208,255,237)
#D4FFEE
(212,255,238)
#D8FFEF
(216,255,239)
#DCFFF0
(220,255,240)
#E0FFF1
(224,255,241)
#E4FFF2
(228,255,242)
#E8FFF3
(232,255,243)
#ECFFF4
(236,255,244)
#F0FFF5
(240,255,245)
#F4FFF6
(244,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFFEC color. Also use rgb(204,255,236) instead hex code.

Text Font Color

.myTextColor { color: #CCFFEC; }

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

This text font color is #CCFFEC.


Background Color

.myBgColor { background-color: #CCFFEC; }

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

This div background color is #CCFFEC.


Border color

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

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

This div border color is #CCFFEC.


Opacity

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

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

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

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

This text has shadow with #CCFFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFFEC on black background.


Color preview on white background

This text has color #CCFFEC on white background.



Black color preview on #CCFFEC background

This text has black color on #CCFFEC background.


White color preview on #CCFFEC background

This text has white color on #CCFFEC background.