COLOR #CCFFE8

HEX: #CCFFE8
RGB: (204,255,232)

Color info

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

RGB color model

#CCFFE8 color RGB value is (204,255,232).

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

RGB channels and saturation

R 204 of 255 = 80%
G 255 of 255 = 100%
B 232 of 255 = 91%

204
255
232

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

Portions of RGB colors in percentages

R + G + B =
204 + 255 + 232 = 691 (100%)
R 204 of 691 ~ 29.52%
G 255 of 691 ~ 36.9%
B 232 of 691 ~ 33.57%

%29.52
%36.9
%33.57

CMYK color model

#CCFFE8 color CMYK value is (20,0,9,0).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 0.00%
CMYK:
(20,0,9,0)
C20M0Y9K0 
(20%,0%,9%,0%)
(0.20/0.00/0.09/0.00)	

CMYK percentages

%20
%0
%9.02
%0

Codes

Color #CCFFE8 in popluar color models

CCFFE8
RGB204255232
HSL153°100.00%90.00%
HSB/HSV153°20.00%100.00%
CMYK20.00%0.00%9.02%
0.00%

Color #CCFFE8 in popluar number systems.

HEXCCFFE8
Decimal204255232
Binary110011001111111111101000
Octal314377350

Shades and tints

Shades of #CCFFE8

#CCFFE8
(204,255,232)
#BAE8D3
(186,232,211)
#A8D1BE
(168,209,190)
#96BAA9
(150,186,169)
#84A394
(132,163,148)
#728C7F
(114,140,127)
#60756A
(96,117,106)
#4E5E55
(78,94,85)
#3C4740
(60,71,64)
#2A302B
(42,48,43)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #CCFFE8

#CCFFE8
(204,255,232)
#D0FFEA
(208,255,234)
#D4FFEC
(212,255,236)
#D8FFEE
(216,255,238)
#DCFFF0
(220,255,240)
#E0FFF2
(224,255,242)
#E4FFF4
(228,255,244)
#E8FFF6
(232,255,246)
#ECFFF8
(236,255,248)
#F0FFFA
(240,255,250)
#F4FFFC
(244,255,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFFE8; }

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

This text font color is #CCFFE8.


Background Color

.myBgColor { background-color: #CCFFE8; }

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

This div background color is #CCFFE8.


Border color

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

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

This div border color is #CCFFE8.


Opacity

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

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

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

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

This text has shadow with #CCFFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFFE8 on black background.


Color preview on white background

This text has color #CCFFE8 on white background.



Black color preview on #CCFFE8 background

This text has black color on #CCFFE8 background.


White color preview on #CCFFE8 background

This text has white color on #CCFFE8 background.