COLOR #E6EDEB

HEX: #E6EDEB
RGB: (230,237,235)

Color info

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

RGB color model

#E6EDEB color RGB value is (230,237,235).

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

RGB channels and saturation

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

230
237
235

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

Portions of RGB colors in percentages

R + G + B =
230 + 237 + 235 = 702 (100%)
R 230 of 702 ~ 32.76%
G 237 of 702 ~ 33.76%
B 235 of 702 ~ 33.48%

%32.76
%33.76
%33.48

CMYK color model

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

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

CMYK percentages

%2.95
%0
%0.84
%7.06

Codes

Color #E6EDEB in popluar color models

E6EDEB
RGB230237235
HSL163°16.28%91.57%
HSB/HSV163°2.95%92.94%
CMYK2.95%0.00%0.84%
7.06%

Color #E6EDEB in popluar number systems.

HEXE6EDEB
Decimal230237235
Binary111001101110110111101011
Octal346355353

Shades and tints

Shades of #E6EDEB

#E6EDEB
(230,237,235)
#D2D8D6
(210,216,214)
#BEC3C1
(190,195,193)
#AAAEAC
(170,174,172)
#969997
(150,153,151)
#828482
(130,132,130)
#6E6F6D
(110,111,109)
#5A5A58
(90,90,88)
#464543
(70,69,67)
#32302E
(50,48,46)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #E6EDEB

#E6EDEB
(230,237,235)
#E8EEEC
(232,238,236)
#EAEFED
(234,239,237)
#ECF0EE
(236,240,238)
#EEF1EF
(238,241,239)
#F0F2F0
(240,242,240)
#F2F3F1
(242,243,241)
#F4F4F2
(244,244,242)
#F6F5F3
(246,245,243)
#F8F6F4
(248,246,244)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDEB; }

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

This text font color is #E6EDEB.


Background Color

.myBgColor { background-color: #E6EDEB; }

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

This div background color is #E6EDEB.


Border color

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

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

This div border color is #E6EDEB.


Opacity

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

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

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

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

This text has shadow with #E6EDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EDEB on black background.


Color preview on white background

This text has color #E6EDEB on white background.



Black color preview on #E6EDEB background

This text has black color on #E6EDEB background.


White color preview on #E6EDEB background

This text has white color on #E6EDEB background.