COLOR #E7EED0

HEX: #E7EED0
RGB: (231,238,208)

Color info

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

RGB color model

#E7EED0 color RGB value is (231,238,208).

  • red value is 231;
  • green value is 238;
  • blue value is 208.
RGB:
(231,238,208)
(91%,93%,82%)

RGB channels and saturation

R 231 of 255 = 91%
G 238 of 255 = 93%
B 208 of 255 = 82%

231
238
208

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

Portions of RGB colors in percentages

R + G + B =
231 + 238 + 208 = 677 (100%)
R 231 of 677 ~ 34.12%
G 238 of 677 ~ 35.16%
B 208 of 677 ~ 30.72%

%34.12
%35.16
%30.72

CMYK color model

#E7EED0 color CMYK value is (3,0,13,7).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(3,0,13,7)
C3M0Y13K7 
(3%,0%,13%,7%)
(0.03/0.00/0.13/0.07)	

CMYK percentages

%2.94
%0
%12.61
%6.67

Codes

Color #E7EED0 in popluar color models

E7EED0
RGB231238208
HSL74°46.88%87.45%
HSB/HSV74°12.61%93.33%
CMYK2.94%0.00%12.61%
6.67%

Color #E7EED0 in popluar number systems.

HEXE7EED0
Decimal231238208
Binary111001111110111011010000
Octal347356320

Shades and tints

Shades of #E7EED0

#E7EED0
(231,238,208)
#D2D9BE
(210,217,190)
#BDC4AC
(189,196,172)
#A8AF9A
(168,175,154)
#939A88
(147,154,136)
#7E8576
(126,133,118)
#697064
(105,112,100)
#545B52
(84,91,82)
#3F4640
(63,70,64)
#2A312E
(42,49,46)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #E7EED0

#E7EED0
(231,238,208)
#E9EFD4
(233,239,212)
#EBF0D8
(235,240,216)
#EDF1DC
(237,241,220)
#EFF2E0
(239,242,224)
#F1F3E4
(241,243,228)
#F3F4E8
(243,244,232)
#F5F5EC
(245,245,236)
#F7F6F0
(247,246,240)
#F9F7F4
(249,247,244)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EED0 color. Also use rgb(231,238,208) instead hex code.

Text Font Color

.myTextColor { color: #E7EED0; }

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

This text font color is #E7EED0.


Background Color

.myBgColor { background-color: #E7EED0; }

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

This div background color is #E7EED0.


Border color

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

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

This div border color is #E7EED0.


Opacity

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

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

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

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

This text has shadow with #E7EED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EED0 on black background.


Color preview on white background

This text has color #E7EED0 on white background.



Black color preview on #E7EED0 background

This text has black color on #E7EED0 background.


White color preview on #E7EED0 background

This text has white color on #E7EED0 background.