COLOR #EFE8E9

HEX: #EFE8E9 RGB: (239,232,233)

Color info

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

RGB color model

#EFE8E9 color RGB value is (239,232,233).

RGB: (239,232,233) (94%, 91%, 91%)

RGB channels and saturation

R 239 of 255 = 94%
G 232 of 255 = 91%
B 233 of 255 = 91%

239
232
233

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

Portions of RGB colors in percentages

R + G + B = 239 + 232 + 233 = 704 (100%)
R 239 of 704 ~ 33.95%
G 232 of 704 ~ 32.95%
B 233 of 704 ~ 33.1'%

%33.95
%32.95
%33.1

CMYK color model

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

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

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

CMYK percentages

%0
%2.93
%2.51
%6.27

Codes

Color #EFE8E9 in popluar color models

EF E8 E9
RGB 239 232 233
HSL 351° 17.95% 92.35%
HSB/HSV 351° 2.93% 93.73%
CMYK 0.00% 2.93% 2.51%
6.27%

Color #EFE8E9 in popluar number systems.

HEX EF E8 E9
Decimal 239 232 233
Binary 11101111 11101000 11101001
Octal 357 350 351

Shades and tints

Shades of #EFE8E9

#EFE8E9
(239,232,233)
#DAD3D4
(218,211,212)
#C5BEBF
(197,190,191)
#B0A9AA
(176,169,170)
#9B9495
(155,148,149)
#867F80
(134,127,128)
#716A6B
(113,106,107)
#5C5556
(92,85,86)
#474041
(71,64,65)
#322B2C
(50,43,44)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #EFE8E9

#EFE8E9
(239,232,233)
#F0EAEB
(240,234,235)
#F1ECED
(241,236,237)
#F2EEEF
(242,238,239)
#F3F0F1
(243,240,241)
#F4F2F3
(244,242,243)
#F5F4F5
(245,244,245)
#F6F6F7
(246,246,247)
#F7F8F9
(247,248,249)
#F8FAFB
(248,250,251)
#F9FCFD
(249,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE8E9; }

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

This text font color is #EFE8E9.

Background Color

.myBgColor { background-color: #EFE8E9; }

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

This div background color is #EFE8E9.

Border color

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

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

This div border color is #EFE8E9.

Opacity

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

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

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

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

This text has shadow with #EFE8E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE8E9.

Preview

Color preview on black background

This text has color #EFE8E9 on black background.


Color preview on white background

This text has color #EFE8E9 on white background.


Black color preview on #EFE8E9 background

This text has black color on #EFE8E9 background.


White color preview on #EFE8E9 background

This text has white color on #EFE8E9 background.


Related colors

Complementary color

Complementary color for #hex is #101716.


I love getcolorcode.com

Triadic colors

1 #E9EFE8 and #E8E9EF with #EFE8E9 are triadic colors.

2 #E9E8EF and #E8EFE9 with #EFE8E9 are triadic colors.