COLOR #E5E0E3

HEX: #E5E0E3 RGB: (229,224,227)

Color info

#E5E0E3 contains red, green and blue colors in about the same proportion. Web safe color of #E5E0E3 is #CCCCCC (or #CCC).

RGB color model

#E5E0E3 color RGB value is (229,224,227).

RGB: (229,224,227) (90%, 88%, 89%)

RGB channels and saturation

R 229 of 255 = 90%
G 224 of 255 = 88%
B 227 of 255 = 89%

229
224
227

R + G + B ~ 89%. #E5E0E3 is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 224 + 227 = 680 (100%)
R 229 of 680 ~ 33.68%
G 224 of 680 ~ 32.94%
B 227 of 680 ~ 33.38'%

%33.68
%32.94
%33.38

CMYK color model

#E5E0E3 color CMYK value is (0,2,1,10).

  • cyan value is 0.00%
  • magenta value is 2.18%
  • yellow value is 0.87%
  • key color value is 10.20%

CMYK: (0,2,1,10)
C0M2Y1K10 (0%, 2%, 1%, 10%)
(0.00 / 0.02 / 0.01 / 0.10)

CMYK percentages

%0
%2.18
%0.87
%10.2

Codes

Color #E5E0E3 in popluar color models

E5 E0 E3
RGB 229 224 227
HSL 324° 8.77% 88.82%
HSB/HSV 324° 2.18% 89.80%
CMYK 0.00% 2.18% 0.87%
10.20%

Color #E5E0E3 in popluar number systems.

HEX E5 E0 E3
Decimal 229 224 227
Binary 11100101 11100000 11100011
Octal 345 340 343

Shades and tints

Shades of #E5E0E3

#E5E0E3
(229,224,227)
#D1CCCF
(209,204,207)
#BDB8BB
(189,184,187)
#A9A4A7
(169,164,167)
#959093
(149,144,147)
#817C7F
(129,124,127)
#6D686B
(109,104,107)
#595457
(89,84,87)
#454043
(69,64,67)
#312C2F
(49,44,47)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #E5E0E3

#E5E0E3
(229,224,227)
#E7E2E5
(231,226,229)
#E9E4E7
(233,228,231)
#EBE6E9
(235,230,233)
#EDE8EB
(237,232,235)
#EFEAED
(239,234,237)
#F1ECEF
(241,236,239)
#F3EEF1
(243,238,241)
#F5F0F3
(245,240,243)
#F7F2F5
(247,242,245)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E0E3 color. Also use rgb(229,224,227) instead hex code.

Text Font Color

.myTextColor { color: #E5E0E3; }

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

This text font color is #E5E0E3.

Background Color

.myBgColor { background-color: #E5E0E3; }

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

This div background color is #E5E0E3.

Border color

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

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

This div border color is #E5E0E3.

Opacity

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

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

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

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

This text has shadow with #E5E0E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E0E3.

Preview

Color preview on black background

This text has color #E5E0E3 on black background.


Color preview on white background

This text has color #E5E0E3 on white background.


Black color preview on #E5E0E3 background

This text has black color on #E5E0E3 background.


White color preview on #E5E0E3 background

This text has white color on #E5E0E3 background.


Related colors

Complementary color

Complementary color for #hex is #1A1F1C.


I love getcolorcode.com

Triadic colors

1 #E3E5E0 and #E0E3E5 with #E5E0E3 are triadic colors.

2 #E3E0E5 and #E0E5E3 with #E5E0E3 are triadic colors.