COLOR #E1EBC9

HEX: #E1EBC9
RGB: (225,235,201)

Color info

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

RGB color model

#E1EBC9 color RGB value is (225,235,201).

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

RGB channels and saturation

R 225 of 255 = 88%
G 235 of 255 = 92%
B 201 of 255 = 79%

225
235
201

R + G + B ~ 86%. #E1EBC9 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 235 + 201 = 661 (100%)
R 225 of 661 ~ 34.04%
G 235 of 661 ~ 35.55%
B 201 of 661 ~ 30.41%

%34.04
%35.55
%30.41

CMYK color model

#E1EBC9 color CMYK value is (4,0,14,8).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 7.84%
CMYK:
(4,0,14,8)
C4M0Y14K8 
(4%,0%,14%,8%)
(0.04/0.00/0.14/0.08)	

CMYK percentages

%4.26
%0
%14.47
%7.84

Codes

Color #E1EBC9 in popluar color models

E1EBC9
RGB225235201
HSL78°45.95%85.49%
HSB/HSV78°14.47%92.16%
CMYK4.26%0.00%14.47%
7.84%

Color #E1EBC9 in popluar number systems.

HEXE1EBC9
Decimal225235201
Binary111000011110101111001001
Octal341353311

Shades and tints

Shades of #E1EBC9

#E1EBC9
(225,235,201)
#CDD6B7
(205,214,183)
#B9C1A5
(185,193,165)
#A5AC93
(165,172,147)
#919781
(145,151,129)
#7D826F
(125,130,111)
#696D5D
(105,109,93)
#55584B
(85,88,75)
#414339
(65,67,57)
#2D2E27
(45,46,39)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #E1EBC9

#E1EBC9
(225,235,201)
#E3ECCD
(227,236,205)
#E5EDD1
(229,237,209)
#E7EED5
(231,238,213)
#E9EFD9
(233,239,217)
#EBF0DD
(235,240,221)
#EDF1E1
(237,241,225)
#EFF2E5
(239,242,229)
#F1F3E9
(241,243,233)
#F3F4ED
(243,244,237)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EBC9; }

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

This text font color is #E1EBC9.


Background Color

.myBgColor { background-color: #E1EBC9; }

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

This div background color is #E1EBC9.


Border color

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

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

This div border color is #E1EBC9.


Opacity

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

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

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

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

This text has shadow with #E1EBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EBC9 on black background.


Color preview on white background

This text has color #E1EBC9 on white background.



Black color preview on #E1EBC9 background

This text has black color on #E1EBC9 background.


White color preview on #E1EBC9 background

This text has white color on #E1EBC9 background.