COLOR #E1EDAB

HEX: #E1EDAB
RGB: (225,237,171)

Color info

#E1EDAB contains mainly red and green colors. Web safe color of #E1EDAB is #CCFF99 (or #CF9).

RGB color model

#E1EDAB color RGB value is (225,237,171).

  • red value is 225;
  • green value is 237;
  • blue value is 171.
RGB:
(225,237,171)
(88%,93%,67%)

RGB channels and saturation

R 225 of 255 = 88%
G 237 of 255 = 93%
B 171 of 255 = 67%

225
237
171

R + G + B ~ 83%. #E1EDAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 237 + 171 = 633 (100%)
R 225 of 633 ~ 35.55%
G 237 of 633 ~ 37.44%
B 171 of 633 ~ 27.01%

%35.55
%37.44
%27.01

CMYK color model

#E1EDAB color CMYK value is (5,0,28,7).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 27.85%
  • key color value is 7.06%
CMYK:
(5,0,28,7)
C5M0Y28K7 
(5%,0%,28%,7%)
(0.05/0.00/0.28/0.07)	

CMYK percentages

%5.06
%0
%27.85
%7.06

Codes

Color #E1EDAB in popluar color models

E1EDAB
RGB225237171
HSL71°64.71%80.00%
HSB/HSV71°27.85%92.94%
CMYK5.06%0.00%27.85%
7.06%

Color #E1EDAB in popluar number systems.

HEXE1EDAB
Decimal225237171
Binary111000011110110110101011
Octal341355253

Shades and tints

Shades of #E1EDAB

#E1EDAB
(225,237,171)
#CDD89C
(205,216,156)
#B9C38D
(185,195,141)
#A5AE7E
(165,174,126)
#91996F
(145,153,111)
#7D8460
(125,132,96)
#696F51
(105,111,81)
#555A42
(85,90,66)
#414533
(65,69,51)
#2D3024
(45,48,36)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #E1EDAB

#E1EDAB
(225,237,171)
#E3EEB2
(227,238,178)
#E5EFB9
(229,239,185)
#E7F0C0
(231,240,192)
#E9F1C7
(233,241,199)
#EBF2CE
(235,242,206)
#EDF3D5
(237,243,213)
#EFF4DC
(239,244,220)
#F1F5E3
(241,245,227)
#F3F6EA
(243,246,234)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EDAB color. Also use rgb(225,237,171) instead hex code.

Text Font Color

.myTextColor { color: #E1EDAB; }

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

This text font color is #E1EDAB.


Background Color

.myBgColor { background-color: #E1EDAB; }

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

This div background color is #E1EDAB.


Border color

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

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

This div border color is #E1EDAB.


Opacity

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

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

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

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

This text has shadow with #E1EDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EDAB on black background.


Color preview on white background

This text has color #E1EDAB on white background.



Black color preview on #E1EDAB background

This text has black color on #E1EDAB background.


White color preview on #E1EDAB background

This text has white color on #E1EDAB background.