COLOR #E7EBEA

HEX: #E7EBEA
RGB: (231,235,234)

Color info

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

RGB color model

#E7EBEA color RGB value is (231,235,234).

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

RGB channels and saturation

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

231
235
234

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

Portions of RGB colors in percentages

R + G + B =
231 + 235 + 234 = 700 (100%)
R 231 of 700 ~ 33%
G 235 of 700 ~ 33.57%
B 234 of 700 ~ 33.43%

%33
%33.57
%33.43

CMYK color model

#E7EBEA color CMYK value is (2,0,0,8).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(2,0,0,8)
C2M0Y0K8 
(2%,0%,0%,8%)
(0.02/0.00/0.00/0.08)	

CMYK percentages

%1.7
%0
%0.43
%7.84

Codes

Color #E7EBEA in popluar color models

E7EBEA
RGB231235234
HSL165°9.09%91.37%
HSB/HSV165°1.70%92.16%
CMYK1.70%0.00%0.43%
7.84%

Color #E7EBEA in popluar number systems.

HEXE7EBEA
Decimal231235234
Binary111001111110101111101010
Octal347353352

Shades and tints

Shades of #E7EBEA

#E7EBEA
(231,235,234)
#D2D6D5
(210,214,213)
#BDC1C0
(189,193,192)
#A8ACAB
(168,172,171)
#939796
(147,151,150)
#7E8281
(126,130,129)
#696D6C
(105,109,108)
#545857
(84,88,87)
#3F4342
(63,67,66)
#2A2E2D
(42,46,45)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #E7EBEA

#E7EBEA
(231,235,234)
#E9ECEB
(233,236,235)
#EBEDEC
(235,237,236)
#EDEEED
(237,238,237)
#EFEFEE
(239,239,238)
#F1F0EF
(241,240,239)
#F3F1F0
(243,241,240)
#F5F2F1
(245,242,241)
#F7F3F2
(247,243,242)
#F9F4F3
(249,244,243)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EBEA; }

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

This text font color is #E7EBEA.


Background Color

.myBgColor { background-color: #E7EBEA; }

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

This div background color is #E7EBEA.


Border color

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

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

This div border color is #E7EBEA.


Opacity

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

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

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

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

This text has shadow with #E7EBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EBEA on black background.


Color preview on white background

This text has color #E7EBEA on white background.



Black color preview on #E7EBEA background

This text has black color on #E7EBEA background.


White color preview on #E7EBEA background

This text has white color on #E7EBEA background.