COLOR #E6EBEE

HEX: #E6EBEE
RGB: (230,235,238)

Color info

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

RGB color model

#E6EBEE color RGB value is (230,235,238).

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

RGB channels and saturation

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

230
235
238

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

Portions of RGB colors in percentages

R + G + B =
230 + 235 + 238 = 703 (100%)
R 230 of 703 ~ 32.72%
G 235 of 703 ~ 33.43%
B 238 of 703 ~ 33.85%

%32.72
%33.43
%33.85

CMYK color model

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

  • cyan value is 3.36%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(3,1,0,7)
C3M1Y0K7 
(3%,1%,0%,7%)
(0.03/0.01/0.00/0.07)	

CMYK percentages

%3.36
%1.26
%0
%6.67

Codes

Color #E6EBEE in popluar color models

E6EBEE
RGB230235238
HSL203°19.05%91.76%
HSB/HSV203°3.36%93.33%
CMYK3.36%1.26%0.00%
6.67%

Color #E6EBEE in popluar number systems.

HEXE6EBEE
Decimal230235238
Binary111001101110101111101110
Octal346353356

Shades and tints

Shades of #E6EBEE

#E6EBEE
(230,235,238)
#D2D6D9
(210,214,217)
#BEC1C4
(190,193,196)
#AAACAF
(170,172,175)
#96979A
(150,151,154)
#828285
(130,130,133)
#6E6D70
(110,109,112)
#5A585B
(90,88,91)
#464346
(70,67,70)
#322E31
(50,46,49)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #E6EBEE

#E6EBEE
(230,235,238)
#E8ECEF
(232,236,239)
#EAEDF0
(234,237,240)
#ECEEF1
(236,238,241)
#EEEFF2
(238,239,242)
#F0F0F3
(240,240,243)
#F2F1F4
(242,241,244)
#F4F2F5
(244,242,245)
#F6F3F6
(246,243,246)
#F8F4F7
(248,244,247)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EBEE; }

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

This text font color is #E6EBEE.


Background Color

.myBgColor { background-color: #E6EBEE; }

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

This div background color is #E6EBEE.


Border color

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

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

This div border color is #E6EBEE.


Opacity

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

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

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

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

This text has shadow with #E6EBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBEE on black background.


Color preview on white background

This text has color #E6EBEE on white background.



Black color preview on #E6EBEE background

This text has black color on #E6EBEE background.


White color preview on #E6EBEE background

This text has white color on #E6EBEE background.