COLOR #E1ECB8

HEX: #E1ECB8
RGB: (225,236,184)

Color info

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

RGB color model

#E1ECB8 color RGB value is (225,236,184).

  • red value is 225;
  • green value is 236;
  • blue value is 184.
RGB:
(225,236,184)
(88%,93%,72%)

RGB channels and saturation

R 225 of 255 = 88%
G 236 of 255 = 93%
B 184 of 255 = 72%

225
236
184

R + G + B ~ 84%. #E1ECB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 236 + 184 = 645 (100%)
R 225 of 645 ~ 34.88%
G 236 of 645 ~ 36.59%
B 184 of 645 ~ 28.53%

%34.88
%36.59
%28.53

CMYK color model

#E1ECB8 color CMYK value is (5,0,22,7).

  • cyan value is 4.66%
  • magenta value is 0.00%
  • yellow value is 22.03%
  • key color value is 7.45%
CMYK:
(5,0,22,7)
C5M0Y22K7 
(5%,0%,22%,7%)
(0.05/0.00/0.22/0.07)	

CMYK percentages

%4.66
%0
%22.03
%7.45

Codes

Color #E1ECB8 in popluar color models

E1ECB8
RGB225236184
HSL73°57.78%82.35%
HSB/HSV73°22.03%92.55%
CMYK4.66%0.00%22.03%
7.45%

Color #E1ECB8 in popluar number systems.

HEXE1ECB8
Decimal225236184
Binary111000011110110010111000
Octal341354270

Shades and tints

Shades of #E1ECB8

#E1ECB8
(225,236,184)
#CDD7A8
(205,215,168)
#B9C298
(185,194,152)
#A5AD88
(165,173,136)
#919878
(145,152,120)
#7D8368
(125,131,104)
#696E58
(105,110,88)
#555948
(85,89,72)
#414438
(65,68,56)
#2D2F28
(45,47,40)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #E1ECB8

#E1ECB8
(225,236,184)
#E3EDBE
(227,237,190)
#E5EEC4
(229,238,196)
#E7EFCA
(231,239,202)
#E9F0D0
(233,240,208)
#EBF1D6
(235,241,214)
#EDF2DC
(237,242,220)
#EFF3E2
(239,243,226)
#F1F4E8
(241,244,232)
#F3F5EE
(243,245,238)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1ECB8 color. Also use rgb(225,236,184) instead hex code.

Text Font Color

.myTextColor { color: #E1ECB8; }

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

This text font color is #E1ECB8.


Background Color

.myBgColor { background-color: #E1ECB8; }

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

This div background color is #E1ECB8.


Border color

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

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

This div border color is #E1ECB8.


Opacity

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

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

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

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

This text has shadow with #E1ECB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1ECB8 on black background.


Color preview on white background

This text has color #E1ECB8 on white background.



Black color preview on #E1ECB8 background

This text has black color on #E1ECB8 background.


White color preview on #E1ECB8 background

This text has white color on #E1ECB8 background.