COLOR #E5EBDC

HEX: #E5EBDC RGB: (229,235,220)

Color info

#E5EBDC contains red, green and blue colors in about the same proportion. Web safe color of #E5EBDC is #CCFFCC (or #CFC).

RGB color model

#E5EBDC color RGB value is (229,235,220).

RGB: (229,235,220) (90%, 92%, 86%)

RGB channels and saturation

R 229 of 255 = 90%
G 235 of 255 = 92%
B 220 of 255 = 86%

229
235
220

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

Portions of RGB colors in percentages

R + G + B = 229 + 235 + 220 = 684 (100%)
R 229 of 684 ~ 33.48%
G 235 of 684 ~ 34.36%
B 220 of 684 ~ 32.16'%

%33.48
%34.36
%32.16

CMYK color model

#E5EBDC color CMYK value is (3,0,6,8).

  • cyan value is 2.55%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 7.84%

CMYK: (3,0,6,8)
C3M0Y6K8 (3%, 0%, 6%, 8%)
(0.03 / 0.00 / 0.06 / 0.08)

CMYK percentages

%2.55
%0
%6.38
%7.84

Codes

Color #E5EBDC in popluar color models

E5 EB DC
RGB 229 235 220
HSL 84° 27.27% 89.22%
HSB/HSV 84° 6.38% 92.16%
CMYK 2.55% 0.00% 6.38%
7.84%

Color #E5EBDC in popluar number systems.

HEX E5 EB DC
Decimal 229 235 220
Binary 11100101 11101011 11011100
Octal 345 353 334

Shades and tints

Shades of #E5EBDC

#E5EBDC
(229,235,220)
#D1D6C8
(209,214,200)
#BDC1B4
(189,193,180)
#A9ACA0
(169,172,160)
#95978C
(149,151,140)
#818278
(129,130,120)
#6D6D64
(109,109,100)
#595850
(89,88,80)
#45433C
(69,67,60)
#312E28
(49,46,40)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #E5EBDC

#E5EBDC
(229,235,220)
#E7ECDF
(231,236,223)
#E9EDE2
(233,237,226)
#EBEEE5
(235,238,229)
#EDEFE8
(237,239,232)
#EFF0EB
(239,240,235)
#F1F1EE
(241,241,238)
#F3F2F1
(243,242,241)
#F5F3F4
(245,243,244)
#F7F4F7
(247,244,247)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EBDC; }

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

This text font color is #E5EBDC.

Background Color

.myBgColor { background-color: #E5EBDC; }

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

This div background color is #E5EBDC.

Border color

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

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

This div border color is #E5EBDC.

Opacity

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

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

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

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

This text has shadow with #E5EBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EBDC.

Preview

Color preview on black background

This text has color #E5EBDC on black background.


Color preview on white background

This text has color #E5EBDC on white background.


Black color preview on #E5EBDC background

This text has black color on #E5EBDC background.


White color preview on #E5EBDC background

This text has white color on #E5EBDC background.


Related colors

Complementary color

Complementary color for #hex is #1A1423.


I love getcolorcode.com

Triadic colors

1 #DCE5EB and #EBDCE5 with #E5EBDC are triadic colors.

2 #DCEBE5 and #EBE5DC with #E5EBDC are triadic colors.