COLOR #E8E5EA

HEX: #E8E5EA RGB: (232,229,234)

Color info

#E8E5EA contains red, green and blue colors in about the same proportion. Web safe color of #E8E5EA is #FFCCFF (or #FCF).

RGB color model

#E8E5EA color RGB value is (232,229,234).

RGB: (232,229,234) (91%, 90%, 92%)

RGB channels and saturation

R 232 of 255 = 91%
G 229 of 255 = 90%
B 234 of 255 = 92%

232
229
234

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

Portions of RGB colors in percentages

R + G + B = 232 + 229 + 234 = 695 (100%)
R 232 of 695 ~ 33.38%
G 229 of 695 ~ 32.95%
B 234 of 695 ~ 33.67'%

%33.38
%32.95
%33.67

CMYK color model

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

  • cyan value is 0.85%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (1,2,0,8)
C1M2Y0K8 (1%, 2%, 0%, 8%)
(0.01 / 0.02 / 0.00 / 0.08)

CMYK percentages

%0.85
%2.14
%0
%8.24

Codes

Color #E8E5EA in popluar color models

E8 E5 EA
RGB 232 229 234
HSL 276° 10.64% 90.78%
HSB/HSV 276° 2.14% 91.76%
CMYK 0.85% 2.14% 0.00%
8.24%

Color #E8E5EA in popluar number systems.

HEX E8 E5 EA
Decimal 232 229 234
Binary 11101000 11100101 11101010
Octal 350 345 352

Shades and tints

Shades of #E8E5EA

#E8E5EA
(232,229,234)
#D3D1D5
(211,209,213)
#BEBDC0
(190,189,192)
#A9A9AB
(169,169,171)
#949596
(148,149,150)
#7F8181
(127,129,129)
#6A6D6C
(106,109,108)
#555957
(85,89,87)
#404542
(64,69,66)
#2B312D
(43,49,45)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #E8E5EA

#E8E5EA
(232,229,234)
#EAE7EB
(234,231,235)
#ECE9EC
(236,233,236)
#EEEBED
(238,235,237)
#F0EDEE
(240,237,238)
#F2EFEF
(242,239,239)
#F4F1F0
(244,241,240)
#F6F3F1
(246,243,241)
#F8F5F2
(248,245,242)
#FAF7F3
(250,247,243)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8E5EA color. Also use rgb(232,229,234) instead hex code.

Text Font Color

.myTextColor { color: #E8E5EA; }

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

This text font color is #E8E5EA.

Background Color

.myBgColor { background-color: #E8E5EA; }

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

This div background color is #E8E5EA.

Border color

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

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

This div border color is #E8E5EA.

Opacity

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

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

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

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

This text has shadow with #E8E5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8E5EA.

Preview

Color preview on black background

This text has color #E8E5EA on black background.


Color preview on white background

This text has color #E8E5EA on white background.


Black color preview on #E8E5EA background

This text has black color on #E8E5EA background.


White color preview on #E8E5EA background

This text has white color on #E8E5EA background.


Related colors

Complementary color

Complementary color for #hex is #171A15.


I love getcolorcode.com

Triadic colors

1 #EAE8E5 and #E5EAE8 with #E8E5EA are triadic colors.

2 #EAE5E8 and #E5E8EA with #E8E5EA are triadic colors.