COLOR #E6EBE8

HEX: #E6EBE8
RGB: (230,235,232)

Color info

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

RGB color model

#E6EBE8 color RGB value is (230,235,232).

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

RGB channels and saturation

R 230 of 255 = 90%
G 235 of 255 = 92%
B 232 of 255 = 91%

230
235
232

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

Portions of RGB colors in percentages

R + G + B =
230 + 235 + 232 = 697 (100%)
R 230 of 697 ~ 33%
G 235 of 697 ~ 33.72%
B 232 of 697 ~ 33.29%

%33
%33.72
%33.29

CMYK color model

#E6EBE8 color CMYK value is (2,0,1,8).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 7.84%
CMYK:
(2,0,1,8)
C2M0Y1K8 
(2%,0%,1%,8%)
(0.02/0.00/0.01/0.08)	

CMYK percentages

%2.13
%0
%1.28
%7.84

Codes

Color #E6EBE8 in popluar color models

E6EBE8
RGB230235232
HSL144°11.11%91.18%
HSB/HSV144°2.13%92.16%
CMYK2.13%0.00%1.28%
7.84%

Color #E6EBE8 in popluar number systems.

HEXE6EBE8
Decimal230235232
Binary111001101110101111101000
Octal346353350

Shades and tints

Shades of #E6EBE8

#E6EBE8
(230,235,232)
#D2D6D3
(210,214,211)
#BEC1BE
(190,193,190)
#AAACA9
(170,172,169)
#969794
(150,151,148)
#82827F
(130,130,127)
#6E6D6A
(110,109,106)
#5A5855
(90,88,85)
#464340
(70,67,64)
#322E2B
(50,46,43)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #E6EBE8

#E6EBE8
(230,235,232)
#E8ECEA
(232,236,234)
#EAEDEC
(234,237,236)
#ECEEEE
(236,238,238)
#EEEFF0
(238,239,240)
#F0F0F2
(240,240,242)
#F2F1F4
(242,241,244)
#F4F2F6
(244,242,246)
#F6F3F8
(246,243,248)
#F8F4FA
(248,244,250)
#FAF5FC
(250,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EBE8; }

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

This text font color is #E6EBE8.


Background Color

.myBgColor { background-color: #E6EBE8; }

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

This div background color is #E6EBE8.


Border color

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

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

This div border color is #E6EBE8.


Opacity

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

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

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

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

This text has shadow with #E6EBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBE8 on black background.


Color preview on white background

This text has color #E6EBE8 on white background.



Black color preview on #E6EBE8 background

This text has black color on #E6EBE8 background.


White color preview on #E6EBE8 background

This text has white color on #E6EBE8 background.