COLOR #E8FFCC

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

Color info

#E8FFCC contains red, green and blue colors in about the same proportion. Web safe color of #E8FFCC is #FFFFCC (or #FFC).

RGB color model

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

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

RGB channels and saturation

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

232
255
204

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

Portions of RGB colors in percentages

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

%33.57
%36.9
%29.52

CMYK color model

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

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

CMYK percentages

%9.02
%0
%20
%0

Codes

Color #E8FFCC in popluar color models

E8FFCC
RGB232255204
HSL87°100.00%90.00%
HSB/HSV87°20.00%100.00%
CMYK9.02%0.00%20.00%
0.00%

Color #E8FFCC in popluar number systems.

HEXE8FFCC
Decimal232255204
Binary111010001111111111001100
Octal350377314

Shades and tints

Shades of #E8FFCC

#E8FFCC
(232,255,204)
#D3E8BA
(211,232,186)
#BED1A8
(190,209,168)
#A9BA96
(169,186,150)
#94A384
(148,163,132)
#7F8C72
(127,140,114)
#6A7560
(106,117,96)
#555E4E
(85,94,78)
#40473C
(64,71,60)
#2B302A
(43,48,42)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #E8FFCC

#E8FFCC
(232,255,204)
#EAFFD0
(234,255,208)
#ECFFD4
(236,255,212)
#EEFFD8
(238,255,216)
#F0FFDC
(240,255,220)
#F2FFE0
(242,255,224)
#F4FFE4
(244,255,228)
#F6FFE8
(246,255,232)
#F8FFEC
(248,255,236)
#FAFFF0
(250,255,240)
#FCFFF4
(252,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8FFCC; }

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

This text font color is #E8FFCC.


Background Color

.myBgColor { background-color: #E8FFCC; }

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

This div background color is #E8FFCC.


Border color

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

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

This div border color is #E8FFCC.


Opacity

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

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

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

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

This text has shadow with #E8FFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8FFCC on black background.


Color preview on white background

This text has color #E8FFCC on white background.



Black color preview on #E8FFCC background

This text has black color on #E8FFCC background.


White color preview on #E8FFCC background

This text has white color on #E8FFCC background.