COLOR #E1ECCB

HEX: #E1ECCB
RGB: (225,236,203)

Color info

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

RGB color model

#E1ECCB color RGB value is (225,236,203).

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

RGB channels and saturation

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

225
236
203

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

Portions of RGB colors in percentages

R + G + B =
225 + 236 + 203 = 664 (100%)
R 225 of 664 ~ 33.89%
G 236 of 664 ~ 35.54%
B 203 of 664 ~ 30.57%

%33.89
%35.54
%30.57

CMYK color model

#E1ECCB color CMYK value is (5,0,14,7).

  • cyan value is 4.66%
  • magenta value is 0.00%
  • yellow value is 13.98%
  • key color value is 7.45%
CMYK:
(5,0,14,7)
C5M0Y14K7 
(5%,0%,14%,7%)
(0.05/0.00/0.14/0.07)	

CMYK percentages

%4.66
%0
%13.98
%7.45

Codes

Color #E1ECCB in popluar color models

E1ECCB
RGB225236203
HSL80°46.48%86.08%
HSB/HSV80°13.98%92.55%
CMYK4.66%0.00%13.98%
7.45%

Color #E1ECCB in popluar number systems.

HEXE1ECCB
Decimal225236203
Binary111000011110110011001011
Octal341354313

Shades and tints

Shades of #E1ECCB

#E1ECCB
(225,236,203)
#CDD7B9
(205,215,185)
#B9C2A7
(185,194,167)
#A5AD95
(165,173,149)
#919883
(145,152,131)
#7D8371
(125,131,113)
#696E5F
(105,110,95)
#55594D
(85,89,77)
#41443B
(65,68,59)
#2D2F29
(45,47,41)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #E1ECCB

#E1ECCB
(225,236,203)
#E3EDCF
(227,237,207)
#E5EED3
(229,238,211)
#E7EFD7
(231,239,215)
#E9F0DB
(233,240,219)
#EBF1DF
(235,241,223)
#EDF2E3
(237,242,227)
#EFF3E7
(239,243,231)
#F1F4EB
(241,244,235)
#F3F5EF
(243,245,239)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1ECCB; }

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

This text font color is #E1ECCB.


Background Color

.myBgColor { background-color: #E1ECCB; }

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

This div background color is #E1ECCB.


Border color

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

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

This div border color is #E1ECCB.


Opacity

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

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

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

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

This text has shadow with #E1ECCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1ECCB on black background.


Color preview on white background

This text has color #E1ECCB on white background.



Black color preview on #E1ECCB background

This text has black color on #E1ECCB background.


White color preview on #E1ECCB background

This text has white color on #E1ECCB background.