COLOR #E7EAE8

HEX: #E7EAE8
RGB: (231,234,232)

Color info

#E7EAE8 contains red, green and blue colors in about the same proportion. Web safe color of #E7EAE8 is #FFFFFF (or #FFF).

RGB color model

#E7EAE8 color RGB value is (231,234,232).

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

RGB channels and saturation

R 231 of 255 = 91%
G 234 of 255 = 92%
B 232 of 255 = 91%

231
234
232

R + G + B ~ 91%. #E7EAE8 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 234 + 232 = 697 (100%)
R 231 of 697 ~ 33.14%
G 234 of 697 ~ 33.57%
B 232 of 697 ~ 33.29%

%33.14
%33.57
%33.29

CMYK color model

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

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 8.24%
CMYK:
(1,0,1,8)
C1M0Y1K8 
(1%,0%,1%,8%)
(0.01/0.00/0.01/0.08)	

CMYK percentages

%1.28
%0
%0.85
%8.24

Codes

Color #E7EAE8 in popluar color models

E7EAE8
RGB231234232
HSL140°6.67%91.18%
HSB/HSV140°1.28%91.76%
CMYK1.28%0.00%0.85%
8.24%

Color #E7EAE8 in popluar number systems.

HEXE7EAE8
Decimal231234232
Binary111001111110101011101000
Octal347352350

Shades and tints

Shades of #E7EAE8

#E7EAE8
(231,234,232)
#D2D5D3
(210,213,211)
#BDC0BE
(189,192,190)
#A8ABA9
(168,171,169)
#939694
(147,150,148)
#7E817F
(126,129,127)
#696C6A
(105,108,106)
#545755
(84,87,85)
#3F4240
(63,66,64)
#2A2D2B
(42,45,43)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #E7EAE8

#E7EAE8
(231,234,232)
#E9EBEA
(233,235,234)
#EBECEC
(235,236,236)
#EDEDEE
(237,237,238)
#EFEEF0
(239,238,240)
#F1EFF2
(241,239,242)
#F3F0F4
(243,240,244)
#F5F1F6
(245,241,246)
#F7F2F8
(247,242,248)
#F9F3FA
(249,243,250)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EAE8; }

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

This text font color is #E7EAE8.


Background Color

.myBgColor { background-color: #E7EAE8; }

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

This div background color is #E7EAE8.


Border color

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

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

This div border color is #E7EAE8.


Opacity

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

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

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

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

This text has shadow with #E7EAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EAE8 on black background.


Color preview on white background

This text has color #E7EAE8 on white background.



Black color preview on #E7EAE8 background

This text has black color on #E7EAE8 background.


White color preview on #E7EAE8 background

This text has white color on #E7EAE8 background.