COLOR #E3E5DC

HEX: #E3E5DC RGB: (227,229,220)

Color info

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

RGB color model

#E3E5DC color RGB value is (227,229,220).

RGB: (227,229,220) (89%, 90%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 229 of 255 = 90%
B 220 of 255 = 86%

227
229
220

R + G + B ~ 88%. #E3E5DC is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 229 + 220 = 676 (100%)
R 227 of 676 ~ 33.58%
G 229 of 676 ~ 33.88%
B 220 of 676 ~ 32.54'%

%33.58
%33.88
%32.54

CMYK color model

#E3E5DC color CMYK value is (1,0,4,10).

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

CMYK: (1,0,4,10)
C1M0Y4K10 (1%, 0%, 4%, 10%)
(0.01 / 0.00 / 0.04 / 0.10)

CMYK percentages

%0.87
%0
%3.93
%10.2

Codes

Color #E3E5DC in popluar color models

E3 E5 DC
RGB 227 229 220
HSL 73° 14.75% 88.04%
HSB/HSV 73° 3.93% 89.80%
CMYK 0.87% 0.00% 3.93%
10.20%

Color #E3E5DC in popluar number systems.

HEX E3 E5 DC
Decimal 227 229 220
Binary 11100011 11100101 11011100
Octal 343 345 334

Shades and tints

Shades of #E3E5DC

#E3E5DC
(227,229,220)
#CFD1C8
(207,209,200)
#BBBDB4
(187,189,180)
#A7A9A0
(167,169,160)
#93958C
(147,149,140)
#7F8178
(127,129,120)
#6B6D64
(107,109,100)
#575950
(87,89,80)
#43453C
(67,69,60)
#2F3128
(47,49,40)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #E3E5DC

#E3E5DC
(227,229,220)
#E5E7DF
(229,231,223)
#E7E9E2
(231,233,226)
#E9EBE5
(233,235,229)
#EBEDE8
(235,237,232)
#EDEFEB
(237,239,235)
#EFF1EE
(239,241,238)
#F1F3F1
(241,243,241)
#F3F5F4
(243,245,244)
#F5F7F7
(245,247,247)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E5DC; }

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

This text font color is #E3E5DC.

Background Color

.myBgColor { background-color: #E3E5DC; }

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

This div background color is #E3E5DC.

Border color

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

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

This div border color is #E3E5DC.

Opacity

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

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

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

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

This text has shadow with #E3E5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3E5DC.

Preview

Color preview on black background

This text has color #E3E5DC on black background.


Color preview on white background

This text has color #E3E5DC on white background.


Black color preview on #E3E5DC background

This text has black color on #E3E5DC background.


White color preview on #E3E5DC background

This text has white color on #E3E5DC background.


Related colors

Complementary color

Complementary color for #hex is #1C1A23.


I love getcolorcode.com

Triadic colors

1 #DCE3E5 and #E5DCE3 with #E3E5DC are triadic colors.

2 #DCE5E3 and #E5E3DC with #E3E5DC are triadic colors.