COLOR #E6EDEE

HEX: #E6EDEE
RGB: (230,237,238)

Color info

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

RGB color model

#E6EDEE color RGB value is (230,237,238).

  • red value is 230;
  • green value is 237;
  • blue value is 238.
RGB:
(230,237,238)
(90%,93%,93%)

RGB channels and saturation

R 230 of 255 = 90%
G 237 of 255 = 93%
B 238 of 255 = 93%

230
237
238

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

Portions of RGB colors in percentages

R + G + B =
230 + 237 + 238 = 705 (100%)
R 230 of 705 ~ 32.62%
G 237 of 705 ~ 33.62%
B 238 of 705 ~ 33.76%

%32.62
%33.62
%33.76

CMYK color model

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

  • cyan value is 3.36%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(3,0,0,7)
C3M0Y0K7 
(3%,0%,0%,7%)
(0.03/0.00/0.00/0.07)	

CMYK percentages

%3.36
%0.42
%0
%6.67

Codes

Color #E6EDEE in popluar color models

E6EDEE
RGB230237238
HSL188°19.05%91.76%
HSB/HSV188°3.36%93.33%
CMYK3.36%0.42%0.00%
6.67%

Color #E6EDEE in popluar number systems.

HEXE6EDEE
Decimal230237238
Binary111001101110110111101110
Octal346355356

Shades and tints

Shades of #E6EDEE

#E6EDEE
(230,237,238)
#D2D8D9
(210,216,217)
#BEC3C4
(190,195,196)
#AAAEAF
(170,174,175)
#96999A
(150,153,154)
#828485
(130,132,133)
#6E6F70
(110,111,112)
#5A5A5B
(90,90,91)
#464546
(70,69,70)
#323031
(50,48,49)
#1E1B1C
(30,27,28)
#000000
(0,0,0)

Tints of #E6EDEE

#E6EDEE
(230,237,238)
#E8EEEF
(232,238,239)
#EAEFF0
(234,239,240)
#ECF0F1
(236,240,241)
#EEF1F2
(238,241,242)
#F0F2F3
(240,242,243)
#F2F3F4
(242,243,244)
#F4F4F5
(244,244,245)
#F6F5F6
(246,245,246)
#F8F6F7
(248,246,247)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDEE; }

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

This text font color is #E6EDEE.


Background Color

.myBgColor { background-color: #E6EDEE; }

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

This div background color is #E6EDEE.


Border color

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

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

This div border color is #E6EDEE.


Opacity

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

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

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

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

This text has shadow with #E6EDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EDEE on black background.


Color preview on white background

This text has color #E6EDEE on white background.



Black color preview on #E6EDEE background

This text has black color on #E6EDEE background.


White color preview on #E6EDEE background

This text has white color on #E6EDEE background.