COLOR #E1EBD3

HEX: #E1EBD3 RGB: (225,235,211)

Color info

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

RGB color model

#E1EBD3 color RGB value is (225,235,211).

RGB: (225,235,211) (88%, 92%, 83%)

RGB channels and saturation

R 225 of 255 = 88%
G 235 of 255 = 92%
B 211 of 255 = 83%

225
235
211

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

Portions of RGB colors in percentages

R + G + B = 225 + 235 + 211 = 671 (100%)
R 225 of 671 ~ 33.53%
G 235 of 671 ~ 35.02%
B 211 of 671 ~ 31.45'%

%33.53
%35.02
%31.45

CMYK color model

#E1EBD3 color CMYK value is (4,0,10,8).

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

CMYK: (4,0,10,8)
C4M0Y10K8 (4%, 0%, 10%, 8%)
(0.04 / 0.00 / 0.10 / 0.08)

CMYK percentages

%4.26
%0
%10.21
%7.84

Codes

Color #E1EBD3 in popluar color models

E1 EB D3
RGB 225 235 211
HSL 85° 37.50% 87.45%
HSB/HSV 85° 10.21% 92.16%
CMYK 4.26% 0.00% 10.21%
7.84%

Color #E1EBD3 in popluar number systems.

HEX E1 EB D3
Decimal 225 235 211
Binary 11100001 11101011 11010011
Octal 341 353 323

Shades and tints

Shades of #E1EBD3

#E1EBD3
(225,235,211)
#CDD6C0
(205,214,192)
#B9C1AD
(185,193,173)
#A5AC9A
(165,172,154)
#919787
(145,151,135)
#7D8274
(125,130,116)
#696D61
(105,109,97)
#55584E
(85,88,78)
#41433B
(65,67,59)
#2D2E28
(45,46,40)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #E1EBD3

#E1EBD3
(225,235,211)
#E3ECD7
(227,236,215)
#E5EDDB
(229,237,219)
#E7EEDF
(231,238,223)
#E9EFE3
(233,239,227)
#EBF0E7
(235,240,231)
#EDF1EB
(237,241,235)
#EFF2EF
(239,242,239)
#F1F3F3
(241,243,243)
#F3F4F7
(243,244,247)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EBD3; }

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

This text font color is #E1EBD3.

Background Color

.myBgColor { background-color: #E1EBD3; }

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

This div background color is #E1EBD3.

Border color

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

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

This div border color is #E1EBD3.

Opacity

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

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

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

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

This text has shadow with #E1EBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EBD3.

Preview

Color preview on black background

This text has color #E1EBD3 on black background.


Color preview on white background

This text has color #E1EBD3 on white background.


Black color preview on #E1EBD3 background

This text has black color on #E1EBD3 background.


White color preview on #E1EBD3 background

This text has white color on #E1EBD3 background.


Related colors

Complementary color

Complementary color for #hex is #1E142C.


I love getcolorcode.com

Triadic colors

1 #D3E1EB and #EBD3E1 with #E1EBD3 are triadic colors.

2 #D3EBE1 and #EBE1D3 with #E1EBD3 are triadic colors.