COLOR #E1EBD5

HEX: #E1EBD5 RGB: (225,235,213)

Color info

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

RGB color model

#E1EBD5 color RGB value is (225,235,213).

RGB: (225,235,213) (88%, 92%, 84%)

RGB channels and saturation

R 225 of 255 = 88%
G 235 of 255 = 92%
B 213 of 255 = 84%

225
235
213

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

Portions of RGB colors in percentages

R + G + B = 225 + 235 + 213 = 673 (100%)
R 225 of 673 ~ 33.43%
G 235 of 673 ~ 34.92%
B 213 of 673 ~ 31.65'%

%33.43
%34.92
%31.65

CMYK color model

#E1EBD5 color CMYK value is (4,0,9,8).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 7.84%

CMYK: (4,0,9,8)
C4M0Y9K8 (4%, 0%, 9%, 8%)
(0.04 / 0.00 / 0.09 / 0.08)

CMYK percentages

%4.26
%0
%9.36
%7.84

Codes

Color #E1EBD5 in popluar color models

E1 EB D5
RGB 225 235 213
HSL 87° 35.48% 87.84%
HSB/HSV 87° 9.36% 92.16%
CMYK 4.26% 0.00% 9.36%
7.84%

Color #E1EBD5 in popluar number systems.

HEX E1 EB D5
Decimal 225 235 213
Binary 11100001 11101011 11010101
Octal 341 353 325

Shades and tints

Shades of #E1EBD5

#E1EBD5
(225,235,213)
#CDD6C2
(205,214,194)
#B9C1AF
(185,193,175)
#A5AC9C
(165,172,156)
#919789
(145,151,137)
#7D8276
(125,130,118)
#696D63
(105,109,99)
#555850
(85,88,80)
#41433D
(65,67,61)
#2D2E2A
(45,46,42)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #E1EBD5

#E1EBD5
(225,235,213)
#E3ECD8
(227,236,216)
#E5EDDB
(229,237,219)
#E7EEDE
(231,238,222)
#E9EFE1
(233,239,225)
#EBF0E4
(235,240,228)
#EDF1E7
(237,241,231)
#EFF2EA
(239,242,234)
#F1F3ED
(241,243,237)
#F3F4F0
(243,244,240)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EBD5 color. Also use rgb(225,235,213) instead hex code.

Text Font Color

.myTextColor { color: #E1EBD5; }

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

This text font color is #E1EBD5.

Background Color

.myBgColor { background-color: #E1EBD5; }

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

This div background color is #E1EBD5.

Border color

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

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

This div border color is #E1EBD5.

Opacity

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

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

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

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

This text has shadow with #E1EBD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EBD5.

Preview

Color preview on black background

This text has color #E1EBD5 on black background.


Color preview on white background

This text has color #E1EBD5 on white background.


Black color preview on #E1EBD5 background

This text has black color on #E1EBD5 background.


White color preview on #E1EBD5 background

This text has white color on #E1EBD5 background.


Related colors

Complementary color

Complementary color for #hex is #1E142A.


I love getcolorcode.com

Triadic colors

1 #D5E1EB and #EBD5E1 with #E1EBD5 are triadic colors.

2 #D5EBE1 and #EBE1D5 with #E1EBD5 are triadic colors.