COLOR #E6E8EB

HEX: #E6E8EB
RGB: (230,232,235)

Color info

#E6E8EB contains red, green and blue colors in about the same proportion. Web safe color of #E6E8EB is #CCFFFF (or #CFF).

RGB color model

#E6E8EB color RGB value is (230,232,235).

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

RGB channels and saturation

R 230 of 255 = 90%
G 232 of 255 = 91%
B 235 of 255 = 92%

230
232
235

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

Portions of RGB colors in percentages

R + G + B =
230 + 232 + 235 = 697 (100%)
R 230 of 697 ~ 33%
G 232 of 697 ~ 33.29%
B 235 of 697 ~ 33.72%

%33
%33.29
%33.72

CMYK color model

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

  • cyan value is 2.13%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,1,0,8)
C2M1Y0K8 
(2%,1%,0%,8%)
(0.02/0.01/0.00/0.08)	

CMYK percentages

%2.13
%1.28
%0
%7.84

Codes

Color #E6E8EB in popluar color models

E6E8EB
RGB230232235
HSL216°11.11%91.18%
HSB/HSV216°2.13%92.16%
CMYK2.13%1.28%0.00%
7.84%

Color #E6E8EB in popluar number systems.

HEXE6E8EB
Decimal230232235
Binary111001101110100011101011
Octal346350353

Shades and tints

Shades of #E6E8EB

#E6E8EB
(230,232,235)
#D2D3D6
(210,211,214)
#BEBEC1
(190,190,193)
#AAA9AC
(170,169,172)
#969497
(150,148,151)
#827F82
(130,127,130)
#6E6A6D
(110,106,109)
#5A5558
(90,85,88)
#464043
(70,64,67)
#322B2E
(50,43,46)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #E6E8EB

#E6E8EB
(230,232,235)
#E8EAEC
(232,234,236)
#EAECED
(234,236,237)
#ECEEEE
(236,238,238)
#EEF0EF
(238,240,239)
#F0F2F0
(240,242,240)
#F2F4F1
(242,244,241)
#F4F6F2
(244,246,242)
#F6F8F3
(246,248,243)
#F8FAF4
(248,250,244)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E8EB; }

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

This text font color is #E6E8EB.


Background Color

.myBgColor { background-color: #E6E8EB; }

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

This div background color is #E6E8EB.


Border color

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

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

This div border color is #E6E8EB.


Opacity

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

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

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

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

This text has shadow with #E6E8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E8EB on black background.


Color preview on white background

This text has color #E6E8EB on white background.



Black color preview on #E6E8EB background

This text has black color on #E6E8EB background.


White color preview on #E6E8EB background

This text has white color on #E6E8EB background.