COLOR #E7EAEA

HEX: #E7EAEA
RGB: (231,234,234)

Color info

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

RGB color model

#E7EAEA color RGB value is (231,234,234).

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

RGB channels and saturation

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

231
234
234

R + G + B ~ 92%. #E7EAEA is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 234 + 234 = 699 (100%)
R 231 of 699 ~ 33.05%
G 234 of 699 ~ 33.48%
B 234 of 699 ~ 33.48%

%33.05
%33.48
%33.48

CMYK color model

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

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

CMYK percentages

%1.28
%0
%0
%8.24

Codes

Color #E7EAEA in popluar color models

E7EAEA
RGB231234234
HSL180°6.67%91.18%
HSB/HSV180°1.28%91.76%
CMYK1.28%0.00%0.00%
8.24%

Color #E7EAEA in popluar number systems.

HEXE7EAEA
Decimal231234234
Binary111001111110101011101010
Octal347352352

Shades and tints

Shades of #E7EAEA

#E7EAEA
(231,234,234)
#D2D5D5
(210,213,213)
#BDC0C0
(189,192,192)
#A8ABAB
(168,171,171)
#939696
(147,150,150)
#7E8181
(126,129,129)
#696C6C
(105,108,108)
#545757
(84,87,87)
#3F4242
(63,66,66)
#2A2D2D
(42,45,45)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #E7EAEA

#E7EAEA
(231,234,234)
#E9EBEB
(233,235,235)
#EBECEC
(235,236,236)
#EDEDED
(237,237,237)
#EFEEEE
(239,238,238)
#F1EFEF
(241,239,239)
#F3F0F0
(243,240,240)
#F5F1F1
(245,241,241)
#F7F2F2
(247,242,242)
#F9F3F3
(249,243,243)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EAEA; }

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

This text font color is #E7EAEA.


Background Color

.myBgColor { background-color: #E7EAEA; }

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

This div background color is #E7EAEA.


Border color

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

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

This div border color is #E7EAEA.


Opacity

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

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

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

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

This text has shadow with #E7EAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EAEA on black background.


Color preview on white background

This text has color #E7EAEA on white background.



Black color preview on #E7EAEA background

This text has black color on #E7EAEA background.


White color preview on #E7EAEA background

This text has white color on #E7EAEA background.