COLOR #E8EBE6

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

Color info

#E8EBE6 contains red, green and blue colors in about the same proportion. Web safe color of #E8EBE6 is #FFFFCC (or #FFC).

RGB color model

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

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

RGB channels and saturation

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

232
235
230

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

Portions of RGB colors in percentages

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

%33.29
%33.72
%33

CMYK color model

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

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

CMYK percentages

%1.28
%0
%2.13
%7.84

Codes

Color #E8EBE6 in popluar color models

E8EBE6
RGB232235230
HSL96°11.11%91.18%
HSB/HSV96°2.13%92.16%
CMYK1.28%0.00%2.13%
7.84%

Color #E8EBE6 in popluar number systems.

HEXE8EBE6
Decimal232235230
Binary111010001110101111100110
Octal350353346

Shades and tints

Shades of #E8EBE6

#E8EBE6
(232,235,230)
#D3D6D2
(211,214,210)
#BEC1BE
(190,193,190)
#A9ACAA
(169,172,170)
#949796
(148,151,150)
#7F8282
(127,130,130)
#6A6D6E
(106,109,110)
#55585A
(85,88,90)
#404346
(64,67,70)
#2B2E32
(43,46,50)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #E8EBE6

#E8EBE6
(232,235,230)
#EAECE8
(234,236,232)
#ECEDEA
(236,237,234)
#EEEEEC
(238,238,236)
#F0EFEE
(240,239,238)
#F2F0F0
(242,240,240)
#F4F1F2
(244,241,242)
#F6F2F4
(246,242,244)
#F8F3F6
(248,243,246)
#FAF4F8
(250,244,248)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EBE6; }

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

This text font color is #E8EBE6.


Background Color

.myBgColor { background-color: #E8EBE6; }

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

This div background color is #E8EBE6.


Border color

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

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

This div border color is #E8EBE6.


Opacity

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

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

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

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

This text has shadow with #E8EBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EBE6 on black background.


Color preview on white background

This text has color #E8EBE6 on white background.



Black color preview on #E8EBE6 background

This text has black color on #E8EBE6 background.


White color preview on #E8EBE6 background

This text has white color on #E8EBE6 background.