COLOR #E8EBE0

HEX: #E8EBE0
RGB: (232,235,224)

Color info

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

RGB color model

#E8EBE0 color RGB value is (232,235,224).

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

RGB channels and saturation

R 232 of 255 = 91%
G 235 of 255 = 92%
B 224 of 255 = 88%

232
235
224

R + G + B ~ 90%. #E8EBE0 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 235 + 224 = 691 (100%)
R 232 of 691 ~ 33.57%
G 235 of 691 ~ 34.01%
B 224 of 691 ~ 32.42%

%33.57
%34.01
%32.42

CMYK color model

#E8EBE0 color CMYK value is (1,0,5,8).

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 4.68%
  • key color value is 7.84%
CMYK:
(1,0,5,8)
C1M0Y5K8 
(1%,0%,5%,8%)
(0.01/0.00/0.05/0.08)	

CMYK percentages

%1.28
%0
%4.68
%7.84

Codes

Color #E8EBE0 in popluar color models

E8EBE0
RGB232235224
HSL76°21.57%90.00%
HSB/HSV76°4.68%92.16%
CMYK1.28%0.00%4.68%
7.84%

Color #E8EBE0 in popluar number systems.

HEXE8EBE0
Decimal232235224
Binary111010001110101111100000
Octal350353340

Shades and tints

Shades of #E8EBE0

#E8EBE0
(232,235,224)
#D3D6CC
(211,214,204)
#BEC1B8
(190,193,184)
#A9ACA4
(169,172,164)
#949790
(148,151,144)
#7F827C
(127,130,124)
#6A6D68
(106,109,104)
#555854
(85,88,84)
#404340
(64,67,64)
#2B2E2C
(43,46,44)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #E8EBE0

#E8EBE0
(232,235,224)
#EAECE2
(234,236,226)
#ECEDE4
(236,237,228)
#EEEEE6
(238,238,230)
#F0EFE8
(240,239,232)
#F2F0EA
(242,240,234)
#F4F1EC
(244,241,236)
#F6F2EE
(246,242,238)
#F8F3F0
(248,243,240)
#FAF4F2
(250,244,242)
#FCF5F4
(252,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EBE0; }

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

This text font color is #E8EBE0.


Background Color

.myBgColor { background-color: #E8EBE0; }

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

This div background color is #E8EBE0.


Border color

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

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

This div border color is #E8EBE0.


Opacity

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

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

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

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

This text has shadow with #E8EBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EBE0 on black background.


Color preview on white background

This text has color #E8EBE0 on white background.



Black color preview on #E8EBE0 background

This text has black color on #E8EBE0 background.


White color preview on #E8EBE0 background

This text has white color on #E8EBE0 background.