COLOR #E1EEB9

HEX: #E1EEB9
RGB: (225,238,185)

Color info

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

RGB color model

#E1EEB9 color RGB value is (225,238,185).

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

RGB channels and saturation

R 225 of 255 = 88%
G 238 of 255 = 93%
B 185 of 255 = 73%

225
238
185

R + G + B ~ 85%. #E1EEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 238 + 185 = 648 (100%)
R 225 of 648 ~ 34.72%
G 238 of 648 ~ 36.73%
B 185 of 648 ~ 28.55%

%34.72
%36.73
%28.55

CMYK color model

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

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

CMYK percentages

%5.46
%0
%22.27
%6.67

Codes

Color #E1EEB9 in popluar color models

E1EEB9
RGB225238185
HSL75°60.92%82.94%
HSB/HSV75°22.27%93.33%
CMYK5.46%0.00%22.27%
6.67%

Color #E1EEB9 in popluar number systems.

HEXE1EEB9
Decimal225238185
Binary111000011110111010111001
Octal341356271

Shades and tints

Shades of #E1EEB9

#E1EEB9
(225,238,185)
#CDD9A9
(205,217,169)
#B9C499
(185,196,153)
#A5AF89
(165,175,137)
#919A79
(145,154,121)
#7D8569
(125,133,105)
#697059
(105,112,89)
#555B49
(85,91,73)
#414639
(65,70,57)
#2D3129
(45,49,41)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #E1EEB9

#E1EEB9
(225,238,185)
#E3EFBF
(227,239,191)
#E5F0C5
(229,240,197)
#E7F1CB
(231,241,203)
#E9F2D1
(233,242,209)
#EBF3D7
(235,243,215)
#EDF4DD
(237,244,221)
#EFF5E3
(239,245,227)
#F1F6E9
(241,246,233)
#F3F7EF
(243,247,239)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EEB9; }

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

This text font color is #E1EEB9.


Background Color

.myBgColor { background-color: #E1EEB9; }

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

This div background color is #E1EEB9.


Border color

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

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

This div border color is #E1EEB9.


Opacity

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

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

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

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

This text has shadow with #E1EEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EEB9 on black background.


Color preview on white background

This text has color #E1EEB9 on white background.



Black color preview on #E1EEB9 background

This text has black color on #E1EEB9 background.


White color preview on #E1EEB9 background

This text has white color on #E1EEB9 background.