COLOR #E6EDED

HEX: #E6EDED RGB: (230,237,237)

Color info

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

RGB color model

#E6EDED color RGB value is (230,237,237).

RGB: (230,237,237) (90%, 93%, 93%)

RGB channels and saturation

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

230
237
237

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

Portions of RGB colors in percentages

R + G + B = 230 + 237 + 237 = 704 (100%)
R 230 of 704 ~ 32.67%
G 237 of 704 ~ 33.66%
B 237 of 704 ~ 33.66'%

%32.67
%33.66
%33.66

CMYK color model

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

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

CMYK percentages

%2.95
%0
%0
%7.06

Codes

Color #E6EDED in popluar color models

E6 ED ED
RGB 230 237 237
HSL 180° 16.28% 91.57%
HSB/HSV 180° 2.95% 92.94%
CMYK 2.95% 0.00% 0.00%
7.06%

Color #E6EDED in popluar number systems.

HEX E6 ED ED
Decimal 230 237 237
Binary 11100110 11101101 11101101
Octal 346 355 355

Shades and tints

Shades of #E6EDED

#E6EDED
(230,237,237)
#D2D8D8
(210,216,216)
#BEC3C3
(190,195,195)
#AAAEAE
(170,174,174)
#969999
(150,153,153)
#828484
(130,132,132)
#6E6F6F
(110,111,111)
#5A5A5A
(90,90,90)
#464545
(70,69,69)
#323030
(50,48,48)
#1E1B1B
(30,27,27)
#000000
(0,0,0)

Tints of #E6EDED

#E6EDED
(230,237,237)
#E8EEEE
(232,238,238)
#EAEFEF
(234,239,239)
#ECF0F0
(236,240,240)
#EEF1F1
(238,241,241)
#F0F2F2
(240,242,242)
#F2F3F3
(242,243,243)
#F4F4F4
(244,244,244)
#F6F5F5
(246,245,245)
#F8F6F6
(248,246,246)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDED; }

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

This text font color is #E6EDED.

Background Color

.myBgColor { background-color: #E6EDED; }

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

This div background color is #E6EDED.

Border color

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

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

This div border color is #E6EDED.

Opacity

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

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

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

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

This text has shadow with #E6EDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EDED.

Preview

Color preview on black background

This text has color #E6EDED on black background.


Color preview on white background

This text has color #E6EDED on white background.


Black color preview on #E6EDED background

This text has black color on #E6EDED background.


White color preview on #E6EDED background

This text has white color on #E6EDED background.


Related colors

Complementary color

Complementary color for #hex is #191212.


I love getcolorcode.com