COLOR #E1EECB

HEX: #E1EECB
RGB: (225,238,203)

Color info

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

RGB color model

#E1EECB color RGB value is (225,238,203).

  • red value is 225;
  • green value is 238;
  • blue value is 203.
RGB:
(225,238,203)
(88%,93%,80%)

RGB channels and saturation

R 225 of 255 = 88%
G 238 of 255 = 93%
B 203 of 255 = 80%

225
238
203

R + G + B ~ 87%. #E1EECB is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 238 + 203 = 666 (100%)
R 225 of 666 ~ 33.78%
G 238 of 666 ~ 35.74%
B 203 of 666 ~ 30.48%

%33.78
%35.74
%30.48

CMYK color model

#E1EECB color CMYK value is (5,0,15,7).

  • cyan value is 5.46%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 6.67%
CMYK:
(5,0,15,7)
C5M0Y15K7 
(5%,0%,15%,7%)
(0.05/0.00/0.15/0.07)	

CMYK percentages

%5.46
%0
%14.71
%6.67

Codes

Color #E1EECB in popluar color models

E1EECB
RGB225238203
HSL82°50.72%86.47%
HSB/HSV82°14.71%93.33%
CMYK5.46%0.00%14.71%
6.67%

Color #E1EECB in popluar number systems.

HEXE1EECB
Decimal225238203
Binary111000011110111011001011
Octal341356313

Shades and tints

Shades of #E1EECB

#E1EECB
(225,238,203)
#CDD9B9
(205,217,185)
#B9C4A7
(185,196,167)
#A5AF95
(165,175,149)
#919A83
(145,154,131)
#7D8571
(125,133,113)
#69705F
(105,112,95)
#555B4D
(85,91,77)
#41463B
(65,70,59)
#2D3129
(45,49,41)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #E1EECB

#E1EECB
(225,238,203)
#E3EFCF
(227,239,207)
#E5F0D3
(229,240,211)
#E7F1D7
(231,241,215)
#E9F2DB
(233,242,219)
#EBF3DF
(235,243,223)
#EDF4E3
(237,244,227)
#EFF5E7
(239,245,231)
#F1F6EB
(241,246,235)
#F3F7EF
(243,247,239)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EECB color. Also use rgb(225,238,203) instead hex code.

Text Font Color

.myTextColor { color: #E1EECB; }

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

This text font color is #E1EECB.


Background Color

.myBgColor { background-color: #E1EECB; }

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

This div background color is #E1EECB.


Border color

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

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

This div border color is #E1EECB.


Opacity

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

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

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

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

This text has shadow with #E1EECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EECB on black background.


Color preview on white background

This text has color #E1EECB on white background.



Black color preview on #E1EECB background

This text has black color on #E1EECB background.


White color preview on #E1EECB background

This text has white color on #E1EECB background.