COLOR #E9EFE2

HEX: #E9EFE2 RGB: (233,239,226)

Color info

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

RGB color model

#E9EFE2 color RGB value is (233,239,226).

RGB: (233,239,226) (91%, 94%, 89%)

RGB channels and saturation

R 233 of 255 = 91%
G 239 of 255 = 94%
B 226 of 255 = 89%

233
239
226

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

Portions of RGB colors in percentages

R + G + B = 233 + 239 + 226 = 698 (100%)
R 233 of 698 ~ 33.38%
G 239 of 698 ~ 34.24%
B 226 of 698 ~ 32.38'%

%33.38
%34.24
%32.38

CMYK color model

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

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

CMYK: (3,0,5,6)
C3M0Y5K6 (3%, 0%, 5%, 6%)
(0.03 / 0.00 / 0.05 / 0.06)

CMYK percentages

%2.51
%0
%5.44
%6.27

Codes

Color #E9EFE2 in popluar color models

E9 EF E2
RGB 233 239 226
HSL 88° 28.89% 91.18%
HSB/HSV 88° 5.44% 93.73%
CMYK 2.51% 0.00% 5.44%
6.27%

Color #E9EFE2 in popluar number systems.

HEX E9 EF E2
Decimal 233 239 226
Binary 11101001 11101111 11100010
Octal 351 357 342

Shades and tints

Shades of #E9EFE2

#E9EFE2
(233,239,226)
#D4DACE
(212,218,206)
#BFC5BA
(191,197,186)
#AAB0A6
(170,176,166)
#959B92
(149,155,146)
#80867E
(128,134,126)
#6B716A
(107,113,106)
#565C56
(86,92,86)
#414742
(65,71,66)
#2C322E
(44,50,46)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #E9EFE2

#E9EFE2
(233,239,226)
#EBF0E4
(235,240,228)
#EDF1E6
(237,241,230)
#EFF2E8
(239,242,232)
#F1F3EA
(241,243,234)
#F3F4EC
(243,244,236)
#F5F5EE
(245,245,238)
#F7F6F0
(247,246,240)
#F9F7F2
(249,247,242)
#FBF8F4
(251,248,244)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EFE2; }

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

This text font color is #E9EFE2.

Background Color

.myBgColor { background-color: #E9EFE2; }

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

This div background color is #E9EFE2.

Border color

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

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

This div border color is #E9EFE2.

Opacity

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

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

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

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

This text has shadow with #E9EFE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9EFE2.

Preview

Color preview on black background

This text has color #E9EFE2 on black background.


Color preview on white background

This text has color #E9EFE2 on white background.


Black color preview on #E9EFE2 background

This text has black color on #E9EFE2 background.


White color preview on #E9EFE2 background

This text has white color on #E9EFE2 background.


Related colors

Complementary color

Complementary color for #hex is #16101D.


I love getcolorcode.com

Triadic colors

1 #E2E9EF and #EFE2E9 with #E9EFE2 are triadic colors.

2 #E2EFE9 and #EFE9E2 with #E9EFE2 are triadic colors.