COLOR #E9EFE5

HEX: #E9EFE5
RGB: (233,239,229)

Color info

#E9EFE5 contains red, green and blue colors in about the same proportion. Web safe color of #E9EFE5 is #FFFFCC (or #FFC).

RGB color model

#E9EFE5 color RGB value is (233,239,229).

  • red value is 233;
  • green value is 239;
  • blue value is 229.
RGB:
(233,239,229)
(91%,94%,90%)

RGB channels and saturation

R 233 of 255 = 91%
G 239 of 255 = 94%
B 229 of 255 = 90%

233
239
229

R + G + B ~ 92%. #E9EFE5 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 239 + 229 = 701 (100%)
R 233 of 701 ~ 33.24%
G 239 of 701 ~ 34.09%
B 229 of 701 ~ 32.67%

%33.24
%34.09
%32.67

CMYK color model

#E9EFE5 color CMYK value is (3,0,4,6).

  • cyan value is 2.51%
  • magenta value is 0.00%
  • yellow value is 4.18%
  • key color value is 6.27%
CMYK:
(3,0,4,6)
C3M0Y4K6 
(3%,0%,4%,6%)
(0.03/0.00/0.04/0.06)	

CMYK percentages

%2.51
%0
%4.18
%6.27

Codes

Color #E9EFE5 in popluar color models

E9EFE5
RGB233239229
HSL96°23.81%91.76%
HSB/HSV96°4.18%93.73%
CMYK2.51%0.00%4.18%
6.27%

Color #E9EFE5 in popluar number systems.

HEXE9EFE5
Decimal233239229
Binary111010011110111111100101
Octal351357345

Shades and tints

Shades of #E9EFE5

#E9EFE5
(233,239,229)
#D4DAD1
(212,218,209)
#BFC5BD
(191,197,189)
#AAB0A9
(170,176,169)
#959B95
(149,155,149)
#808681
(128,134,129)
#6B716D
(107,113,109)
#565C59
(86,92,89)
#414745
(65,71,69)
#2C3231
(44,50,49)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #E9EFE5

#E9EFE5
(233,239,229)
#EBF0E7
(235,240,231)
#EDF1E9
(237,241,233)
#EFF2EB
(239,242,235)
#F1F3ED
(241,243,237)
#F3F4EF
(243,244,239)
#F5F5F1
(245,245,241)
#F7F6F3
(247,246,243)
#F9F7F5
(249,247,245)
#FBF8F7
(251,248,247)
#FDF9F9
(253,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9EFE5 color. Also use rgb(233,239,229) instead hex code.

Text Font Color

.myTextColor { color: #E9EFE5; }

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

This text font color is #E9EFE5.


Background Color

.myBgColor { background-color: #E9EFE5; }

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

This div background color is #E9EFE5.


Border color

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

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

This div border color is #E9EFE5.


Opacity

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

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

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

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

This text has shadow with #E9EFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EFE5 on black background.


Color preview on white background

This text has color #E9EFE5 on white background.



Black color preview on #E9EFE5 background

This text has black color on #E9EFE5 background.


White color preview on #E9EFE5 background

This text has white color on #E9EFE5 background.