COLOR #E6EDE7

HEX: #E6EDE7 RGB: (230,237,231)

Color info

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

RGB color model

#E6EDE7 color RGB value is (230,237,231).

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

RGB channels and saturation

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

230
237
231

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

Portions of RGB colors in percentages

R + G + B = 230 + 237 + 231 = 698 (100%)
R 230 of 698 ~ 32.95%
G 237 of 698 ~ 33.95%
B 231 of 698 ~ 33.09'%

%32.95
%33.95
%33.09

CMYK color model

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

  • cyan value is 2.95%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 7.06%

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

CMYK percentages

%2.95
%0
%2.53
%7.06

Codes

Color #E6EDE7 in popluar color models

E6 ED E7
RGB 230 237 231
HSL 129° 16.28% 91.57%
HSB/HSV 129° 2.95% 92.94%
CMYK 2.95% 0.00% 2.53%
7.06%

Color #E6EDE7 in popluar number systems.

HEX E6 ED E7
Decimal 230 237 231
Binary 11100110 11101101 11100111
Octal 346 355 347

Shades and tints

Shades of #E6EDE7

#E6EDE7
(230,237,231)
#D2D8D2
(210,216,210)
#BEC3BD
(190,195,189)
#AAAEA8
(170,174,168)
#969993
(150,153,147)
#82847E
(130,132,126)
#6E6F69
(110,111,105)
#5A5A54
(90,90,84)
#46453F
(70,69,63)
#32302A
(50,48,42)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #E6EDE7

#E6EDE7
(230,237,231)
#E8EEE9
(232,238,233)
#EAEFEB
(234,239,235)
#ECF0ED
(236,240,237)
#EEF1EF
(238,241,239)
#F0F2F1
(240,242,241)
#F2F3F3
(242,243,243)
#F4F4F5
(244,244,245)
#F6F5F7
(246,245,247)
#F8F6F9
(248,246,249)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDE7; }

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

This text font color is #E6EDE7.

Background Color

.myBgColor { background-color: #E6EDE7; }

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

This div background color is #E6EDE7.

Border color

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

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

This div border color is #E6EDE7.

Opacity

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

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

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

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

This text has shadow with #E6EDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EDE7.

Preview

Color preview on black background

This text has color #E6EDE7 on black background.


Color preview on white background

This text has color #E6EDE7 on white background.


Black color preview on #E6EDE7 background

This text has black color on #E6EDE7 background.


White color preview on #E6EDE7 background

This text has white color on #E6EDE7 background.


Related colors

Complementary color

Complementary color for #hex is #191218.


I love getcolorcode.com

Triadic colors

1 #E7E6ED and #EDE7E6 with #E6EDE7 are triadic colors.

2 #E7EDE6 and #EDE6E7 with #E6EDE7 are triadic colors.