COLOR #E7EADC

HEX: #E7EADC
RGB: (231,234,220)

Color info

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

RGB color model

#E7EADC color RGB value is (231,234,220).

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

RGB channels and saturation

R 231 of 255 = 91%
G 234 of 255 = 92%
B 220 of 255 = 86%

231
234
220

R + G + B ~ 90%. #E7EADC is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 234 + 220 = 685 (100%)
R 231 of 685 ~ 33.72%
G 234 of 685 ~ 34.16%
B 220 of 685 ~ 32.12%

%33.72
%34.16
%32.12

CMYK color model

#E7EADC color CMYK value is (1,0,6,8).

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 8.24%
CMYK:
(1,0,6,8)
C1M0Y6K8 
(1%,0%,6%,8%)
(0.01/0.00/0.06/0.08)	

CMYK percentages

%1.28
%0
%5.98
%8.24

Codes

Color #E7EADC in popluar color models

E7EADC
RGB231234220
HSL73°25.00%89.02%
HSB/HSV73°5.98%91.76%
CMYK1.28%0.00%5.98%
8.24%

Color #E7EADC in popluar number systems.

HEXE7EADC
Decimal231234220
Binary111001111110101011011100
Octal347352334

Shades and tints

Shades of #E7EADC

#E7EADC
(231,234,220)
#D2D5C8
(210,213,200)
#BDC0B4
(189,192,180)
#A8ABA0
(168,171,160)
#93968C
(147,150,140)
#7E8178
(126,129,120)
#696C64
(105,108,100)
#545750
(84,87,80)
#3F423C
(63,66,60)
#2A2D28
(42,45,40)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #E7EADC

#E7EADC
(231,234,220)
#E9EBDF
(233,235,223)
#EBECE2
(235,236,226)
#EDEDE5
(237,237,229)
#EFEEE8
(239,238,232)
#F1EFEB
(241,239,235)
#F3F0EE
(243,240,238)
#F5F1F1
(245,241,241)
#F7F2F4
(247,242,244)
#F9F3F7
(249,243,247)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EADC; }

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

This text font color is #E7EADC.


Background Color

.myBgColor { background-color: #E7EADC; }

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

This div background color is #E7EADC.


Border color

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

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

This div border color is #E7EADC.


Opacity

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

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

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

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

This text has shadow with #E7EADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EADC on black background.


Color preview on white background

This text has color #E7EADC on white background.



Black color preview on #E7EADC background

This text has black color on #E7EADC background.


White color preview on #E7EADC background

This text has white color on #E7EADC background.