COLOR #E9EFE0

HEX: #E9EFE0 RGB: (233,239,224)

Color info

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

RGB color model

#E9EFE0 color RGB value is (233,239,224).

RGB: (233,239,224) (91%, 94%, 88%)

RGB channels and saturation

R 233 of 255 = 91%
G 239 of 255 = 94%
B 224 of 255 = 88%

233
239
224

R + G + B ~ 91%. #E9EFE0 is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 239 + 224 = 696 (100%)
R 233 of 696 ~ 33.48%
G 239 of 696 ~ 34.34%
B 224 of 696 ~ 32.18'%

%33.48
%34.34
%32.18

CMYK color model

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

  • cyan value is 2.51%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 6.27%

CMYK: (3,0,6,6)
C3M0Y6K6 (3%, 0%, 6%, 6%)
(0.03 / 0.00 / 0.06 / 0.06)

CMYK percentages

%2.51
%0
%6.28
%6.27

Codes

Color #E9EFE0 in popluar color models

E9 EF E0
RGB 233 239 224
HSL 84° 31.91% 90.78%
HSB/HSV 84° 6.28% 93.73%
CMYK 2.51% 0.00% 6.28%
6.27%

Color #E9EFE0 in popluar number systems.

HEX E9 EF E0
Decimal 233 239 224
Binary 11101001 11101111 11100000
Octal 351 357 340

Shades and tints

Shades of #E9EFE0

#E9EFE0
(233,239,224)
#D4DACC
(212,218,204)
#BFC5B8
(191,197,184)
#AAB0A4
(170,176,164)
#959B90
(149,155,144)
#80867C
(128,134,124)
#6B7168
(107,113,104)
#565C54
(86,92,84)
#414740
(65,71,64)
#2C322C
(44,50,44)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #E9EFE0

#E9EFE0
(233,239,224)
#EBF0E2
(235,240,226)
#EDF1E4
(237,241,228)
#EFF2E6
(239,242,230)
#F1F3E8
(241,243,232)
#F3F4EA
(243,244,234)
#F5F5EC
(245,245,236)
#F7F6EE
(247,246,238)
#F9F7F0
(249,247,240)
#FBF8F2
(251,248,242)
#FDF9F4
(253,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EFE0; }

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

This text font color is #E9EFE0.

Background Color

.myBgColor { background-color: #E9EFE0; }

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

This div background color is #E9EFE0.

Border color

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

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

This div border color is #E9EFE0.

Opacity

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

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

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

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

This text has shadow with #E9EFE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9EFE0.

Preview

Color preview on black background

This text has color #E9EFE0 on black background.


Color preview on white background

This text has color #E9EFE0 on white background.


Black color preview on #E9EFE0 background

This text has black color on #E9EFE0 background.


White color preview on #E9EFE0 background

This text has white color on #E9EFE0 background.


Related colors

Complementary color

Complementary color for #hex is #16101F.


I love getcolorcode.com

Triadic colors

1 #E0E9EF and #EFE0E9 with #E9EFE0 are triadic colors.

2 #E0EFE9 and #EFE9E0 with #E9EFE0 are triadic colors.