COLOR #E7EED2

HEX: #E7EED2
RGB: (231,238,210)

Color info

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

RGB color model

#E7EED2 color RGB value is (231,238,210).

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

RGB channels and saturation

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

231
238
210

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

Portions of RGB colors in percentages

R + G + B =
231 + 238 + 210 = 679 (100%)
R 231 of 679 ~ 34.02%
G 238 of 679 ~ 35.05%
B 210 of 679 ~ 30.93%

%34.02
%35.05
%30.93

CMYK color model

#E7EED2 color CMYK value is (3,0,12,7).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(3,0,12,7)
C3M0Y12K7 
(3%,0%,12%,7%)
(0.03/0.00/0.12/0.07)	

CMYK percentages

%2.94
%0
%11.76
%6.67

Codes

Color #E7EED2 in popluar color models

E7EED2
RGB231238210
HSL75°45.16%87.84%
HSB/HSV75°11.76%93.33%
CMYK2.94%0.00%11.76%
6.67%

Color #E7EED2 in popluar number systems.

HEXE7EED2
Decimal231238210
Binary111001111110111011010010
Octal347356322

Shades and tints

Shades of #E7EED2

#E7EED2
(231,238,210)
#D2D9BF
(210,217,191)
#BDC4AC
(189,196,172)
#A8AF99
(168,175,153)
#939A86
(147,154,134)
#7E8573
(126,133,115)
#697060
(105,112,96)
#545B4D
(84,91,77)
#3F463A
(63,70,58)
#2A3127
(42,49,39)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #E7EED2

#E7EED2
(231,238,210)
#E9EFD6
(233,239,214)
#EBF0DA
(235,240,218)
#EDF1DE
(237,241,222)
#EFF2E2
(239,242,226)
#F1F3E6
(241,243,230)
#F3F4EA
(243,244,234)
#F5F5EE
(245,245,238)
#F7F6F2
(247,246,242)
#F9F7F6
(249,247,246)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EED2; }

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

This text font color is #E7EED2.


Background Color

.myBgColor { background-color: #E7EED2; }

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

This div background color is #E7EED2.


Border color

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

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

This div border color is #E7EED2.


Opacity

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

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

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

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

This text has shadow with #E7EED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EED2 on black background.


Color preview on white background

This text has color #E7EED2 on white background.



Black color preview on #E7EED2 background

This text has black color on #E7EED2 background.


White color preview on #E7EED2 background

This text has white color on #E7EED2 background.