COLOR #E3DED5

HEX: #E3DED5 RGB: (227,222,213)

Color info

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

RGB color model

#E3DED5 color RGB value is (227,222,213).

RGB: (227,222,213) (89%, 87%, 84%)

RGB channels and saturation

R 227 of 255 = 89%
G 222 of 255 = 87%
B 213 of 255 = 84%

227
222
213

R + G + B ~ 87%. #E3DED5 is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 222 + 213 = 662 (100%)
R 227 of 662 ~ 34.29%
G 222 of 662 ~ 33.53%
B 213 of 662 ~ 32.18'%

%34.29
%33.53
%32.18

CMYK color model

#E3DED5 color CMYK value is (0,2,6,11).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 6.17%
  • key color value is 10.98%

CMYK: (0,2,6,11)
C0M2Y6K11 (0%, 2%, 6%, 11%)
(0.00 / 0.02 / 0.06 / 0.11)

CMYK percentages

%0
%2.2
%6.17
%10.98

Codes

Color #E3DED5 in popluar color models

E3 DE D5
RGB 227 222 213
HSL 39° 20.00% 86.27%
HSB/HSV 39° 6.17% 89.02%
CMYK 0.00% 2.20% 6.17%
10.98%

Color #E3DED5 in popluar number systems.

HEX E3 DE D5
Decimal 227 222 213
Binary 11100011 11011110 11010101
Octal 343 336 325

Shades and tints

Shades of #E3DED5

#E3DED5
(227,222,213)
#CFCAC2
(207,202,194)
#BBB6AF
(187,182,175)
#A7A29C
(167,162,156)
#938E89
(147,142,137)
#7F7A76
(127,122,118)
#6B6663
(107,102,99)
#575250
(87,82,80)
#433E3D
(67,62,61)
#2F2A2A
(47,42,42)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #E3DED5

#E3DED5
(227,222,213)
#E5E1D8
(229,225,216)
#E7E4DB
(231,228,219)
#E9E7DE
(233,231,222)
#EBEAE1
(235,234,225)
#EDEDE4
(237,237,228)
#EFF0E7
(239,240,231)
#F1F3EA
(241,243,234)
#F3F6ED
(243,246,237)
#F5F9F0
(245,249,240)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DED5 color. Also use rgb(227,222,213) instead hex code.

Text Font Color

.myTextColor { color: #E3DED5; }

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

This text font color is #E3DED5.

Background Color

.myBgColor { background-color: #E3DED5; }

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

This div background color is #E3DED5.

Border color

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

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

This div border color is #E3DED5.

Opacity

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

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

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

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

This text has shadow with #E3DED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DED5.

Preview

Color preview on black background

This text has color #E3DED5 on black background.


Color preview on white background

This text has color #E3DED5 on white background.


Black color preview on #E3DED5 background

This text has black color on #E3DED5 background.


White color preview on #E3DED5 background

This text has white color on #E3DED5 background.


Related colors

Complementary color

Complementary color for #hex is #1C212A.


I love getcolorcode.com

Triadic colors

1 #D5E3DE and #DED5E3 with #E3DED5 are triadic colors.

2 #D5DEE3 and #DEE3D5 with #E3DED5 are triadic colors.