COLOR #E1EFB0

HEX: #E1EFB0
RGB: (225,239,176)

Color info

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

RGB color model

#E1EFB0 color RGB value is (225,239,176).

  • red value is 225;
  • green value is 239;
  • blue value is 176.
RGB:
(225,239,176)
(88%,94%,69%)

RGB channels and saturation

R 225 of 255 = 88%
G 239 of 255 = 94%
B 176 of 255 = 69%

225
239
176

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

Portions of RGB colors in percentages

R + G + B =
225 + 239 + 176 = 640 (100%)
R 225 of 640 ~ 35.16%
G 239 of 640 ~ 37.34%
B 176 of 640 ~ 27.5%

%35.16
%37.34
%27.5

CMYK color model

#E1EFB0 color CMYK value is (6,0,26,6).

  • cyan value is 5.86%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 6.27%
CMYK:
(6,0,26,6)
C6M0Y26K6 
(6%,0%,26%,6%)
(0.06/0.00/0.26/0.06)	

CMYK percentages

%5.86
%0
%26.36
%6.27

Codes

Color #E1EFB0 in popluar color models

E1EFB0
RGB225239176
HSL73°66.32%81.37%
HSB/HSV73°26.36%93.73%
CMYK5.86%0.00%26.36%
6.27%

Color #E1EFB0 in popluar number systems.

HEXE1EFB0
Decimal225239176
Binary111000011110111110110000
Octal341357260

Shades and tints

Shades of #E1EFB0

#E1EFB0
(225,239,176)
#CDDAA0
(205,218,160)
#B9C590
(185,197,144)
#A5B080
(165,176,128)
#919B70
(145,155,112)
#7D8660
(125,134,96)
#697150
(105,113,80)
#555C40
(85,92,64)
#414730
(65,71,48)
#2D3220
(45,50,32)
#191D10
(25,29,16)
#000000
(0,0,0)

Tints of #E1EFB0

#E1EFB0
(225,239,176)
#E3F0B7
(227,240,183)
#E5F1BE
(229,241,190)
#E7F2C5
(231,242,197)
#E9F3CC
(233,243,204)
#EBF4D3
(235,244,211)
#EDF5DA
(237,245,218)
#EFF6E1
(239,246,225)
#F1F7E8
(241,247,232)
#F3F8EF
(243,248,239)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EFB0 color. Also use rgb(225,239,176) instead hex code.

Text Font Color

.myTextColor { color: #E1EFB0; }

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

This text font color is #E1EFB0.


Background Color

.myBgColor { background-color: #E1EFB0; }

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

This div background color is #E1EFB0.


Border color

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

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

This div border color is #E1EFB0.


Opacity

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

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

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

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

This text has shadow with #E1EFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EFB0 on black background.


Color preview on white background

This text has color #E1EFB0 on white background.



Black color preview on #E1EFB0 background

This text has black color on #E1EFB0 background.


White color preview on #E1EFB0 background

This text has white color on #E1EFB0 background.