COLOR #CCFFE9

HEX: #CCFFE9
RGB: (204,255,233)

Color info

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

RGB color model

#CCFFE9 color RGB value is (204,255,233).

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

RGB channels and saturation

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

204
255
233

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

Portions of RGB colors in percentages

R + G + B =
204 + 255 + 233 = 692 (100%)
R 204 of 692 ~ 29.48%
G 255 of 692 ~ 36.85%
B 233 of 692 ~ 33.67%

%29.48
%36.85
%33.67

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • 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
%8.63
%0

Codes

Color #CCFFE9 in popluar color models

CCFFE9
RGB204255233
HSL154°100.00%90.00%
HSB/HSV154°20.00%100.00%
CMYK20.00%0.00%8.63%
0.00%

Color #CCFFE9 in popluar number systems.

HEXCCFFE9
Decimal204255233
Binary110011001111111111101001
Octal314377351

Shades and tints

Shades of #CCFFE9

#CCFFE9
(204,255,233)
#BAE8D4
(186,232,212)
#A8D1BF
(168,209,191)
#96BAAA
(150,186,170)
#84A395
(132,163,149)
#728C80
(114,140,128)
#60756B
(96,117,107)
#4E5E56
(78,94,86)
#3C4741
(60,71,65)
#2A302C
(42,48,44)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCFFE9

#CCFFE9
(204,255,233)
#D0FFEB
(208,255,235)
#D4FFED
(212,255,237)
#D8FFEF
(216,255,239)
#DCFFF1
(220,255,241)
#E0FFF3
(224,255,243)
#E4FFF5
(228,255,245)
#E8FFF7
(232,255,247)
#ECFFF9
(236,255,249)
#F0FFFB
(240,255,251)
#F4FFFD
(244,255,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFFE9; }

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

This text font color is #CCFFE9.


Background Color

.myBgColor { background-color: #CCFFE9; }

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

This div background color is #CCFFE9.


Border color

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

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

This div border color is #CCFFE9.


Opacity

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

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

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

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

This text has shadow with #CCFFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFFE9 on black background.


Color preview on white background

This text has color #CCFFE9 on white background.



Black color preview on #CCFFE9 background

This text has black color on #CCFFE9 background.


White color preview on #CCFFE9 background

This text has white color on #CCFFE9 background.