COLOR #E7EADB

HEX: #E7EADB
RGB: (231,234,219)

Color info

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

RGB color model

#E7EADB color RGB value is (231,234,219).

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

RGB channels and saturation

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

231
234
219

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

Portions of RGB colors in percentages

R + G + B =
231 + 234 + 219 = 684 (100%)
R 231 of 684 ~ 33.77%
G 234 of 684 ~ 34.21%
B 219 of 684 ~ 32.02%

%33.77
%34.21
%32.02

CMYK color model

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

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • 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
%6.41
%8.24

Codes

Color #E7EADB in popluar color models

E7EADB
RGB231234219
HSL72°26.32%88.82%
HSB/HSV72°6.41%91.76%
CMYK1.28%0.00%6.41%
8.24%

Color #E7EADB in popluar number systems.

HEXE7EADB
Decimal231234219
Binary111001111110101011011011
Octal347352333

Shades and tints

Shades of #E7EADB

#E7EADB
(231,234,219)
#D2D5C8
(210,213,200)
#BDC0B5
(189,192,181)
#A8ABA2
(168,171,162)
#93968F
(147,150,143)
#7E817C
(126,129,124)
#696C69
(105,108,105)
#545756
(84,87,86)
#3F4243
(63,66,67)
#2A2D30
(42,45,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #E7EADB

#E7EADB
(231,234,219)
#E9EBDE
(233,235,222)
#EBECE1
(235,236,225)
#EDEDE4
(237,237,228)
#EFEEE7
(239,238,231)
#F1EFEA
(241,239,234)
#F3F0ED
(243,240,237)
#F5F1F0
(245,241,240)
#F7F2F3
(247,242,243)
#F9F3F6
(249,243,246)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EADB; }

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

This text font color is #E7EADB.


Background Color

.myBgColor { background-color: #E7EADB; }

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

This div background color is #E7EADB.


Border color

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

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

This div border color is #E7EADB.


Opacity

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

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

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

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

This text has shadow with #E7EADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EADB on black background.


Color preview on white background

This text has color #E7EADB on white background.



Black color preview on #E7EADB background

This text has black color on #E7EADB background.


White color preview on #E7EADB background

This text has white color on #E7EADB background.