COLOR #E7F0CC

HEX: #E7F0CC
RGB: (231,240,204)

Color info

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

RGB color model

#E7F0CC color RGB value is (231,240,204).

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

RGB channels and saturation

R 231 of 255 = 91%
G 240 of 255 = 94%
B 204 of 255 = 80%

231
240
204

R + G + B ~ 88%. #E7F0CC is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 240 + 204 = 675 (100%)
R 231 of 675 ~ 34.22%
G 240 of 675 ~ 35.56%
B 204 of 675 ~ 30.22%

%34.22
%35.56
%30.22

CMYK color model

#E7F0CC color CMYK value is (4,0,15,6).

  • cyan value is 3.75%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 5.88%
CMYK:
(4,0,15,6)
C4M0Y15K6 
(4%,0%,15%,6%)
(0.04/0.00/0.15/0.06)	

CMYK percentages

%3.75
%0
%15
%5.88

Codes

Color #E7F0CC in popluar color models

E7F0CC
RGB231240204
HSL75°54.55%87.06%
HSB/HSV75°15.00%94.12%
CMYK3.75%0.00%15.00%
5.88%

Color #E7F0CC in popluar number systems.

HEXE7F0CC
Decimal231240204
Binary111001111111000011001100
Octal347360314

Shades and tints

Shades of #E7F0CC

#E7F0CC
(231,240,204)
#D2DBBA
(210,219,186)
#BDC6A8
(189,198,168)
#A8B196
(168,177,150)
#939C84
(147,156,132)
#7E8772
(126,135,114)
#697260
(105,114,96)
#545D4E
(84,93,78)
#3F483C
(63,72,60)
#2A332A
(42,51,42)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #E7F0CC

#E7F0CC
(231,240,204)
#E9F1D0
(233,241,208)
#EBF2D4
(235,242,212)
#EDF3D8
(237,243,216)
#EFF4DC
(239,244,220)
#F1F5E0
(241,245,224)
#F3F6E4
(243,246,228)
#F5F7E8
(245,247,232)
#F7F8EC
(247,248,236)
#F9F9F0
(249,249,240)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F0CC; }

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

This text font color is #E7F0CC.


Background Color

.myBgColor { background-color: #E7F0CC; }

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

This div background color is #E7F0CC.


Border color

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

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

This div border color is #E7F0CC.


Opacity

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

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

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

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

This text has shadow with #E7F0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F0CC on black background.


Color preview on white background

This text has color #E7F0CC on white background.



Black color preview on #E7F0CC background

This text has black color on #E7F0CC background.


White color preview on #E7F0CC background

This text has white color on #E7F0CC background.