COLOR #E7F5CC

HEX: #E7F5CC
RGB: (231,245,204)

Color info

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

RGB color model

#E7F5CC color RGB value is (231,245,204).

  • red value is 231;
  • green value is 245;
  • blue value is 204.
RGB:
(231,245,204)
(91%,96%,80%)

RGB channels and saturation

R 231 of 255 = 91%
G 245 of 255 = 96%
B 204 of 255 = 80%

231
245
204

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

Portions of RGB colors in percentages

R + G + B =
231 + 245 + 204 = 680 (100%)
R 231 of 680 ~ 33.97%
G 245 of 680 ~ 36.03%
B 204 of 680 ~ 30%

%33.97
%36.03
%30

CMYK color model

#E7F5CC color CMYK value is (6,0,17,4).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 16.73%
  • key color value is 3.92%
CMYK:
(6,0,17,4)
C6M0Y17K4 
(6%,0%,17%,4%)
(0.06/0.00/0.17/0.04)	

CMYK percentages

%5.71
%0
%16.73
%3.92

Codes

Color #E7F5CC in popluar color models

E7F5CC
RGB231245204
HSL80°67.21%88.04%
HSB/HSV80°16.73%96.08%
CMYK5.71%0.00%16.73%
3.92%

Color #E7F5CC in popluar number systems.

HEXE7F5CC
Decimal231245204
Binary111001111111010111001100
Octal347365314

Shades and tints

Shades of #E7F5CC

#E7F5CC
(231,245,204)
#D2DFBA
(210,223,186)
#BDC9A8
(189,201,168)
#A8B396
(168,179,150)
#939D84
(147,157,132)
#7E8772
(126,135,114)
#697160
(105,113,96)
#545B4E
(84,91,78)
#3F453C
(63,69,60)
#2A2F2A
(42,47,42)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #E7F5CC

#E7F5CC
(231,245,204)
#E9F5D0
(233,245,208)
#EBF5D4
(235,245,212)
#EDF5D8
(237,245,216)
#EFF5DC
(239,245,220)
#F1F5E0
(241,245,224)
#F3F5E4
(243,245,228)
#F5F5E8
(245,245,232)
#F7F5EC
(247,245,236)
#F9F5F0
(249,245,240)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F5CC color. Also use rgb(231,245,204) instead hex code.

Text Font Color

.myTextColor { color: #E7F5CC; }

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

This text font color is #E7F5CC.


Background Color

.myBgColor { background-color: #E7F5CC; }

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

This div background color is #E7F5CC.


Border color

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

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

This div border color is #E7F5CC.


Opacity

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

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

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

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

This text has shadow with #E7F5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F5CC on black background.


Color preview on white background

This text has color #E7F5CC on white background.



Black color preview on #E7F5CC background

This text has black color on #E7F5CC background.


White color preview on #E7F5CC background

This text has white color on #E7F5CC background.