COLOR #E5F6CC

HEX: #E5F6CC
RGB: (229,246,204)

Color info

#E5F6CC contains red, green and blue colors in about the same proportion. Web safe color of #E5F6CC is #CCFFCC (or #CFC).

RGB color model

#E5F6CC color RGB value is (229,246,204).

  • red value is 229;
  • green value is 246;
  • blue value is 204.
RGB:
(229,246,204)
(90%,96%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 246 of 255 = 96%
B 204 of 255 = 80%

229
246
204

R + G + B ~ 89%. #E5F6CC is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 246 + 204 = 679 (100%)
R 229 of 679 ~ 33.73%
G 246 of 679 ~ 36.23%
B 204 of 679 ~ 30.04%

%33.73
%36.23
%30.04

CMYK color model

#E5F6CC color CMYK value is (7,0,17,4).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 3.53%
CMYK:
(7,0,17,4)
C7M0Y17K4 
(7%,0%,17%,4%)
(0.07/0.00/0.17/0.04)	

CMYK percentages

%6.91
%0
%17.07
%3.53

Codes

Color #E5F6CC in popluar color models

E5F6CC
RGB229246204
HSL84°70.00%88.24%
HSB/HSV84°17.07%96.47%
CMYK6.91%0.00%17.07%
3.53%

Color #E5F6CC in popluar number systems.

HEXE5F6CC
Decimal229246204
Binary111001011111011011001100
Octal345366314

Shades and tints

Shades of #E5F6CC

#E5F6CC
(229,246,204)
#D1E0BA
(209,224,186)
#BDCAA8
(189,202,168)
#A9B496
(169,180,150)
#959E84
(149,158,132)
#818872
(129,136,114)
#6D7260
(109,114,96)
#595C4E
(89,92,78)
#45463C
(69,70,60)
#31302A
(49,48,42)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #E5F6CC

#E5F6CC
(229,246,204)
#E7F6D0
(231,246,208)
#E9F6D4
(233,246,212)
#EBF6D8
(235,246,216)
#EDF6DC
(237,246,220)
#EFF6E0
(239,246,224)
#F1F6E4
(241,246,228)
#F3F6E8
(243,246,232)
#F5F6EC
(245,246,236)
#F7F6F0
(247,246,240)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F6CC color. Also use rgb(229,246,204) instead hex code.

Text Font Color

.myTextColor { color: #E5F6CC; }

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

This text font color is #E5F6CC.


Background Color

.myBgColor { background-color: #E5F6CC; }

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

This div background color is #E5F6CC.


Border color

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

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

This div border color is #E5F6CC.


Opacity

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

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

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

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

This text has shadow with #E5F6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F6CC on black background.


Color preview on white background

This text has color #E5F6CC on white background.



Black color preview on #E5F6CC background

This text has black color on #E5F6CC background.


White color preview on #E5F6CC background

This text has white color on #E5F6CC background.