COLOR #E7EAD2

HEX: #E7EAD2
RGB: (231,234,210)

Color info

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

RGB color model

#E7EAD2 color RGB value is (231,234,210).

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

RGB channels and saturation

R 231 of 255 = 91%
G 234 of 255 = 92%
B 210 of 255 = 82%

231
234
210

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

Portions of RGB colors in percentages

R + G + B =
231 + 234 + 210 = 675 (100%)
R 231 of 675 ~ 34.22%
G 234 of 675 ~ 34.67%
B 210 of 675 ~ 31.11%

%34.22
%34.67
%31.11

CMYK color model

#E7EAD2 color CMYK value is (1,0,10,8).

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 8.24%
CMYK:
(1,0,10,8)
C1M0Y10K8 
(1%,0%,10%,8%)
(0.01/0.00/0.10/0.08)	

CMYK percentages

%1.28
%0
%10.26
%8.24

Codes

Color #E7EAD2 in popluar color models

E7EAD2
RGB231234210
HSL68°36.36%87.06%
HSB/HSV68°10.26%91.76%
CMYK1.28%0.00%10.26%
8.24%

Color #E7EAD2 in popluar number systems.

HEXE7EAD2
Decimal231234210
Binary111001111110101011010010
Octal347352322

Shades and tints

Shades of #E7EAD2

#E7EAD2
(231,234,210)
#D2D5BF
(210,213,191)
#BDC0AC
(189,192,172)
#A8AB99
(168,171,153)
#939686
(147,150,134)
#7E8173
(126,129,115)
#696C60
(105,108,96)
#54574D
(84,87,77)
#3F423A
(63,66,58)
#2A2D27
(42,45,39)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #E7EAD2

#E7EAD2
(231,234,210)
#E9EBD6
(233,235,214)
#EBECDA
(235,236,218)
#EDEDDE
(237,237,222)
#EFEEE2
(239,238,226)
#F1EFE6
(241,239,230)
#F3F0EA
(243,240,234)
#F5F1EE
(245,241,238)
#F7F2F2
(247,242,242)
#F9F3F6
(249,243,246)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EAD2; }

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

This text font color is #E7EAD2.


Background Color

.myBgColor { background-color: #E7EAD2; }

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

This div background color is #E7EAD2.


Border color

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

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

This div border color is #E7EAD2.


Opacity

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

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

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

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

This text has shadow with #E7EAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EAD2 on black background.


Color preview on white background

This text has color #E7EAD2 on white background.



Black color preview on #E7EAD2 background

This text has black color on #E7EAD2 background.


White color preview on #E7EAD2 background

This text has white color on #E7EAD2 background.