COLOR #E6E8EE

HEX: #E6E8EE RGB: (230,232,238)

Color info

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

RGB color model

#E6E8EE color RGB value is (230,232,238).

RGB: (230,232,238) (90%, 91%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 232 of 255 = 91%
B 238 of 255 = 93%

230
232
238

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

Portions of RGB colors in percentages

R + G + B = 230 + 232 + 238 = 700 (100%)
R 230 of 700 ~ 32.86%
G 232 of 700 ~ 33.14%
B 238 of 700 ~ 34'%

%32.86
%33.14
%34

CMYK color model

#E6E8EE color CMYK value is (3,3,0,7).

  • cyan value is 3.36%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (3,3,0,7)
C3M3Y0K7 (3%, 3%, 0%, 7%)
(0.03 / 0.03 / 0.00 / 0.07)

CMYK percentages

%3.36
%2.52
%0
%6.67

Codes

Color #E6E8EE in popluar color models

E6 E8 EE
RGB 230 232 238
HSL 225° 19.05% 91.76%
HSB/HSV 225° 3.36% 93.33%
CMYK 3.36% 2.52% 0.00%
6.67%

Color #E6E8EE in popluar number systems.

HEX E6 E8 EE
Decimal 230 232 238
Binary 11100110 11101000 11101110
Octal 346 350 356

Shades and tints

Shades of #E6E8EE

#E6E8EE
(230,232,238)
#D2D3D9
(210,211,217)
#BEBEC4
(190,190,196)
#AAA9AF
(170,169,175)
#96949A
(150,148,154)
#827F85
(130,127,133)
#6E6A70
(110,106,112)
#5A555B
(90,85,91)
#464046
(70,64,70)
#322B31
(50,43,49)
#1E161C
(30,22,28)
#000000
(0,0,0)

Tints of #E6E8EE

#E6E8EE
(230,232,238)
#E8EAEF
(232,234,239)
#EAECF0
(234,236,240)
#ECEEF1
(236,238,241)
#EEF0F2
(238,240,242)
#F0F2F3
(240,242,243)
#F2F4F4
(242,244,244)
#F4F6F5
(244,246,245)
#F6F8F6
(246,248,246)
#F8FAF7
(248,250,247)
#FAFCF8
(250,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E8EE; }

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

This text font color is #E6E8EE.

Background Color

.myBgColor { background-color: #E6E8EE; }

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

This div background color is #E6E8EE.

Border color

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

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

This div border color is #E6E8EE.

Opacity

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

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

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

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

This text has shadow with #E6E8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E8EE.

Preview

Color preview on black background

This text has color #E6E8EE on black background.


Color preview on white background

This text has color #E6E8EE on white background.


Black color preview on #E6E8EE background

This text has black color on #E6E8EE background.


White color preview on #E6E8EE background

This text has white color on #E6E8EE background.


Related colors

Complementary color

Complementary color for #hex is #191711.


I love getcolorcode.com

Triadic colors

1 #EEE6E8 and #E8EEE6 with #E6E8EE are triadic colors.

2 #EEE8E6 and #E8E6EE with #E6E8EE are triadic colors.