COLOR #E9EFEC

HEX: #E9EFEC RGB: (233,239,236)

Color info

#E9EFEC contains red, green and blue colors in about the same proportion. Web safe color of #E9EFEC is #FFFFFF (or #FFF).

RGB color model

#E9EFEC color RGB value is (233,239,236).

RGB: (233,239,236) (91%, 94%, 93%)

RGB channels and saturation

R 233 of 255 = 91%
G 239 of 255 = 94%
B 236 of 255 = 93%

233
239
236

R + G + B ~ 93%. #E9EFEC is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 239 + 236 = 708 (100%)
R 233 of 708 ~ 32.91%
G 239 of 708 ~ 33.76%
B 236 of 708 ~ 33.33'%

%32.91
%33.76
%33.33

CMYK color model

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

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

CMYK: (3,0,1,6)
C3M0Y1K6 (3%, 0%, 1%, 6%)
(0.03 / 0.00 / 0.01 / 0.06)

CMYK percentages

%2.51
%0
%1.26
%6.27

Codes

Color #E9EFEC in popluar color models

E9 EF EC
RGB 233 239 236
HSL 150° 15.79% 92.55%
HSB/HSV 150° 2.51% 93.73%
CMYK 2.51% 0.00% 1.26%
6.27%

Color #E9EFEC in popluar number systems.

HEX E9 EF EC
Decimal 233 239 236
Binary 11101001 11101111 11101100
Octal 351 357 354

Shades and tints

Shades of #E9EFEC

#E9EFEC
(233,239,236)
#D4DAD7
(212,218,215)
#BFC5C2
(191,197,194)
#AAB0AD
(170,176,173)
#959B98
(149,155,152)
#808683
(128,134,131)
#6B716E
(107,113,110)
#565C59
(86,92,89)
#414744
(65,71,68)
#2C322F
(44,50,47)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #E9EFEC

#E9EFEC
(233,239,236)
#EBF0ED
(235,240,237)
#EDF1EE
(237,241,238)
#EFF2EF
(239,242,239)
#F1F3F0
(241,243,240)
#F3F4F1
(243,244,241)
#F5F5F2
(245,245,242)
#F7F6F3
(247,246,243)
#F9F7F4
(249,247,244)
#FBF8F5
(251,248,245)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EFEC; }

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

This text font color is #E9EFEC.

Background Color

.myBgColor { background-color: #E9EFEC; }

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

This div background color is #E9EFEC.

Border color

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

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

This div border color is #E9EFEC.

Opacity

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

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

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

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

This text has shadow with #E9EFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9EFEC.

Preview

Color preview on black background

This text has color #E9EFEC on black background.


Color preview on white background

This text has color #E9EFEC on white background.


Black color preview on #E9EFEC background

This text has black color on #E9EFEC background.


White color preview on #E9EFEC background

This text has white color on #E9EFEC background.


Related colors

Complementary color

Complementary color for #hex is #161013.


I love getcolorcode.com

Triadic colors

1 #ECE9EF and #EFECE9 with #E9EFEC are triadic colors.

2 #ECEFE9 and #EFE9EC with #E9EFEC are triadic colors.