COLOR #E1EBD7

HEX: #E1EBD7
RGB: (225,235,215)

Color info

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

RGB color model

#E1EBD7 color RGB value is (225,235,215).

  • red value is 225;
  • green value is 235;
  • blue value is 215.
RGB:
(225,235,215)
(88%,92%,84%)

RGB channels and saturation

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

225
235
215

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

Portions of RGB colors in percentages

R + G + B =
225 + 235 + 215 = 675 (100%)
R 225 of 675 ~ 33.33%
G 235 of 675 ~ 34.81%
B 215 of 675 ~ 31.85%

%33.33
%34.81
%31.85

CMYK color model

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

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • 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
%8.51
%7.84

Codes

Color #E1EBD7 in popluar color models

E1EBD7
RGB225235215
HSL90°33.33%88.24%
HSB/HSV90°8.51%92.16%
CMYK4.26%0.00%8.51%
7.84%

Color #E1EBD7 in popluar number systems.

HEXE1EBD7
Decimal225235215
Binary111000011110101111010111
Octal341353327

Shades and tints

Shades of #E1EBD7

#E1EBD7
(225,235,215)
#CDD6C4
(205,214,196)
#B9C1B1
(185,193,177)
#A5AC9E
(165,172,158)
#91978B
(145,151,139)
#7D8278
(125,130,120)
#696D65
(105,109,101)
#555852
(85,88,82)
#41433F
(65,67,63)
#2D2E2C
(45,46,44)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #E1EBD7

#E1EBD7
(225,235,215)
#E3ECDA
(227,236,218)
#E5EDDD
(229,237,221)
#E7EEE0
(231,238,224)
#E9EFE3
(233,239,227)
#EBF0E6
(235,240,230)
#EDF1E9
(237,241,233)
#EFF2EC
(239,242,236)
#F1F3EF
(241,243,239)
#F3F4F2
(243,244,242)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EBD7; }

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

This text font color is #E1EBD7.


Background Color

.myBgColor { background-color: #E1EBD7; }

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

This div background color is #E1EBD7.


Border color

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

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

This div border color is #E1EBD7.


Opacity

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

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

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

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

This text has shadow with #E1EBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EBD7 on black background.


Color preview on white background

This text has color #E1EBD7 on white background.



Black color preview on #E1EBD7 background

This text has black color on #E1EBD7 background.


White color preview on #E1EBD7 background

This text has white color on #E1EBD7 background.