COLOR #E6EDE8

HEX: #E6EDE8
RGB: (230,237,232)

Color info

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

RGB color model

#E6EDE8 color RGB value is (230,237,232).

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

RGB channels and saturation

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

230
237
232

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

Portions of RGB colors in percentages

R + G + B =
230 + 237 + 232 = 699 (100%)
R 230 of 699 ~ 32.9%
G 237 of 699 ~ 33.91%
B 232 of 699 ~ 33.19%

%32.9
%33.91
%33.19

CMYK color model

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

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

CMYK percentages

%2.95
%0
%2.11
%7.06

Codes

Color #E6EDE8 in popluar color models

E6EDE8
RGB230237232
HSL137°16.28%91.57%
HSB/HSV137°2.95%92.94%
CMYK2.95%0.00%2.11%
7.06%

Color #E6EDE8 in popluar number systems.

HEXE6EDE8
Decimal230237232
Binary111001101110110111101000
Octal346355350

Shades and tints

Shades of #E6EDE8

#E6EDE8
(230,237,232)
#D2D8D3
(210,216,211)
#BEC3BE
(190,195,190)
#AAAEA9
(170,174,169)
#969994
(150,153,148)
#82847F
(130,132,127)
#6E6F6A
(110,111,106)
#5A5A55
(90,90,85)
#464540
(70,69,64)
#32302B
(50,48,43)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #E6EDE8

#E6EDE8
(230,237,232)
#E8EEEA
(232,238,234)
#EAEFEC
(234,239,236)
#ECF0EE
(236,240,238)
#EEF1F0
(238,241,240)
#F0F2F2
(240,242,242)
#F2F3F4
(242,243,244)
#F4F4F6
(244,244,246)
#F6F5F8
(246,245,248)
#F8F6FA
(248,246,250)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDE8; }

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

This text font color is #E6EDE8.


Background Color

.myBgColor { background-color: #E6EDE8; }

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

This div background color is #E6EDE8.


Border color

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

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

This div border color is #E6EDE8.


Opacity

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

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

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

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

This text has shadow with #E6EDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EDE8 on black background.


Color preview on white background

This text has color #E6EDE8 on white background.



Black color preview on #E6EDE8 background

This text has black color on #E6EDE8 background.


White color preview on #E6EDE8 background

This text has white color on #E6EDE8 background.