COLOR #E7EAD0

HEX: #E7EAD0 RGB: (231,234,208)

Color info

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

RGB color model

#E7EAD0 color RGB value is (231,234,208).

RGB: (231,234,208) (91%, 92%, 82%)

RGB channels and saturation

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

231
234
208

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

Portions of RGB colors in percentages

R + G + B = 231 + 234 + 208 = 673 (100%)
R 231 of 673 ~ 34.32%
G 234 of 673 ~ 34.77%
B 208 of 673 ~ 30.91'%

%34.32
%34.77
%30.91

CMYK color model

#E7EAD0 color CMYK value is (1,0,11,8).

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 8.24%

CMYK: (1,0,11,8)
C1M0Y11K8 (1%, 0%, 11%, 8%)
(0.01 / 0.00 / 0.11 / 0.08)

CMYK percentages

%1.28
%0
%11.11
%8.24

Codes

Color #E7EAD0 in popluar color models

E7 EA D0
RGB 231 234 208
HSL 67° 38.24% 86.67%
HSB/HSV 67° 11.11% 91.76%
CMYK 1.28% 0.00% 11.11%
8.24%

Color #E7EAD0 in popluar number systems.

HEX E7 EA D0
Decimal 231 234 208
Binary 11100111 11101010 11010000
Octal 347 352 320

Shades and tints

Shades of #E7EAD0

#E7EAD0
(231,234,208)
#D2D5BE
(210,213,190)
#BDC0AC
(189,192,172)
#A8AB9A
(168,171,154)
#939688
(147,150,136)
#7E8176
(126,129,118)
#696C64
(105,108,100)
#545752
(84,87,82)
#3F4240
(63,66,64)
#2A2D2E
(42,45,46)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #E7EAD0

#E7EAD0
(231,234,208)
#E9EBD4
(233,235,212)
#EBECD8
(235,236,216)
#EDEDDC
(237,237,220)
#EFEEE0
(239,238,224)
#F1EFE4
(241,239,228)
#F3F0E8
(243,240,232)
#F5F1EC
(245,241,236)
#F7F2F0
(247,242,240)
#F9F3F4
(249,243,244)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EAD0; }

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

This text font color is #E7EAD0.

Background Color

.myBgColor { background-color: #E7EAD0; }

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

This div background color is #E7EAD0.

Border color

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

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

This div border color is #E7EAD0.

Opacity

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

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

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

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

This text has shadow with #E7EAD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EAD0.

Preview

Color preview on black background

This text has color #E7EAD0 on black background.


Color preview on white background

This text has color #E7EAD0 on white background.


Black color preview on #E7EAD0 background

This text has black color on #E7EAD0 background.


White color preview on #E7EAD0 background

This text has white color on #E7EAD0 background.


Related colors

Complementary color

Complementary color for #hex is #18152F.


I love getcolorcode.com

Triadic colors

1 #D0E7EA and #EAD0E7 with #E7EAD0 are triadic colors.

2 #D0EAE7 and #EAE7D0 with #E7EAD0 are triadic colors.