COLOR #EFE9EE

HEX: #EFE9EE RGB: (239,233,238)

Color info

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

RGB color model

#EFE9EE color RGB value is (239,233,238).

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

RGB channels and saturation

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

239
233
238

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

Portions of RGB colors in percentages

R + G + B = 239 + 233 + 238 = 710 (100%)
R 239 of 710 ~ 33.66%
G 233 of 710 ~ 32.82%
B 238 of 710 ~ 33.52'%

%33.66
%32.82
%33.52

CMYK color model

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

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

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

CMYK percentages

%0
%2.51
%0.42
%6.27

Codes

Color #EFE9EE in popluar color models

EF E9 EE
RGB 239 233 238
HSL 310° 15.79% 92.55%
HSB/HSV 310° 2.51% 93.73%
CMYK 0.00% 2.51% 0.42%
6.27%

Color #EFE9EE in popluar number systems.

HEX EF E9 EE
Decimal 239 233 238
Binary 11101111 11101001 11101110
Octal 357 351 356

Shades and tints

Shades of #EFE9EE

#EFE9EE
(239,233,238)
#DAD4D9
(218,212,217)
#C5BFC4
(197,191,196)
#B0AAAF
(176,170,175)
#9B959A
(155,149,154)
#868085
(134,128,133)
#716B70
(113,107,112)
#5C565B
(92,86,91)
#474146
(71,65,70)
#322C31
(50,44,49)
#1D171C
(29,23,28)
#000000
(0,0,0)

Tints of #EFE9EE

#EFE9EE
(239,233,238)
#F0EBEF
(240,235,239)
#F1EDF0
(241,237,240)
#F2EFF1
(242,239,241)
#F3F1F2
(243,241,242)
#F4F3F3
(244,243,243)
#F5F5F4
(245,245,244)
#F6F7F5
(246,247,245)
#F7F9F6
(247,249,246)
#F8FBF7
(248,251,247)
#F9FDF8
(249,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE9EE; }

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

This text font color is #EFE9EE.

Background Color

.myBgColor { background-color: #EFE9EE; }

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

This div background color is #EFE9EE.

Border color

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

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

This div border color is #EFE9EE.

Opacity

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

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

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

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

This text has shadow with #EFE9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE9EE.

Preview

Color preview on black background

This text has color #EFE9EE on black background.


Color preview on white background

This text has color #EFE9EE on white background.


Black color preview on #EFE9EE background

This text has black color on #EFE9EE background.


White color preview on #EFE9EE background

This text has white color on #EFE9EE background.


Related colors

Complementary color

Complementary color for #hex is #101611.


I love getcolorcode.com

Triadic colors

1 #EEEFE9 and #E9EEEF with #EFE9EE are triadic colors.

2 #EEE9EF and #E9EFEE with #EFE9EE are triadic colors.