COLOR #E8EBEF

HEX: #E8EBEF
RGB: (232,235,239)

Color info

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

RGB color model

#E8EBEF color RGB value is (232,235,239).

  • red value is 232;
  • green value is 235;
  • blue value is 239.
RGB:
(232,235,239)
(91%,92%,94%)

RGB channels and saturation

R 232 of 255 = 91%
G 235 of 255 = 92%
B 239 of 255 = 94%

232
235
239

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

Portions of RGB colors in percentages

R + G + B =
232 + 235 + 239 = 706 (100%)
R 232 of 706 ~ 32.86%
G 235 of 706 ~ 33.29%
B 239 of 706 ~ 33.85%

%32.86
%33.29
%33.85

CMYK color model

#E8EBEF color CMYK value is (3,2,0,6).

  • cyan value is 2.93%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(3,2,0,6)
C3M2Y0K6 
(3%,2%,0%,6%)
(0.03/0.02/0.00/0.06)	

CMYK percentages

%2.93
%1.67
%0
%6.27

Codes

Color #E8EBEF in popluar color models

E8EBEF
RGB232235239
HSL214°17.95%92.35%
HSB/HSV214°2.93%93.73%
CMYK2.93%1.67%0.00%
6.27%

Color #E8EBEF in popluar number systems.

HEXE8EBEF
Decimal232235239
Binary111010001110101111101111
Octal350353357

Shades and tints

Shades of #E8EBEF

#E8EBEF
(232,235,239)
#D3D6DA
(211,214,218)
#BEC1C5
(190,193,197)
#A9ACB0
(169,172,176)
#94979B
(148,151,155)
#7F8286
(127,130,134)
#6A6D71
(106,109,113)
#55585C
(85,88,92)
#404347
(64,67,71)
#2B2E32
(43,46,50)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #E8EBEF

#E8EBEF
(232,235,239)
#EAECF0
(234,236,240)
#ECEDF1
(236,237,241)
#EEEEF2
(238,238,242)
#F0EFF3
(240,239,243)
#F2F0F4
(242,240,244)
#F4F1F5
(244,241,245)
#F6F2F6
(246,242,246)
#F8F3F7
(248,243,247)
#FAF4F8
(250,244,248)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8EBEF color. Also use rgb(232,235,239) instead hex code.

Text Font Color

.myTextColor { color: #E8EBEF; }

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

This text font color is #E8EBEF.


Background Color

.myBgColor { background-color: #E8EBEF; }

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

This div background color is #E8EBEF.


Border color

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

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

This div border color is #E8EBEF.


Opacity

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

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

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

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

This text has shadow with #E8EBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EBEF on black background.


Color preview on white background

This text has color #E8EBEF on white background.



Black color preview on #E8EBEF background

This text has black color on #E8EBEF background.


White color preview on #E8EBEF background

This text has white color on #E8EBEF background.