COLOR #EFE8EA

HEX: #EFE8EA RGB: (239,232,234)

Color info

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

RGB color model

#EFE8EA color RGB value is (239,232,234).

RGB: (239,232,234) (94%, 91%, 92%)

RGB channels and saturation

R 239 of 255 = 94%
G 232 of 255 = 91%
B 234 of 255 = 92%

239
232
234

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

Portions of RGB colors in percentages

R + G + B = 239 + 232 + 234 = 705 (100%)
R 239 of 705 ~ 33.9%
G 232 of 705 ~ 32.91%
B 234 of 705 ~ 33.19'%

%33.9
%32.91
%33.19

CMYK color model

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

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

CMYK: (0,3,2,6)
C0M3Y2K6 (0%, 3%, 2%, 6%)
(0.00 / 0.03 / 0.02 / 0.06)

CMYK percentages

%0
%2.93
%2.09
%6.27

Codes

Color #EFE8EA in popluar color models

EF E8 EA
RGB 239 232 234
HSL 343° 17.95% 92.35%
HSB/HSV 343° 2.93% 93.73%
CMYK 0.00% 2.93% 2.09%
6.27%

Color #EFE8EA in popluar number systems.

HEX EF E8 EA
Decimal 239 232 234
Binary 11101111 11101000 11101010
Octal 357 350 352

Shades and tints

Shades of #EFE8EA

#EFE8EA
(239,232,234)
#DAD3D5
(218,211,213)
#C5BEC0
(197,190,192)
#B0A9AB
(176,169,171)
#9B9496
(155,148,150)
#867F81
(134,127,129)
#716A6C
(113,106,108)
#5C5557
(92,85,87)
#474042
(71,64,66)
#322B2D
(50,43,45)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #EFE8EA

#EFE8EA
(239,232,234)
#F0EAEB
(240,234,235)
#F1ECEC
(241,236,236)
#F2EEED
(242,238,237)
#F3F0EE
(243,240,238)
#F4F2EF
(244,242,239)
#F5F4F0
(245,244,240)
#F6F6F1
(246,246,241)
#F7F8F2
(247,248,242)
#F8FAF3
(248,250,243)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE8EA; }

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

This text font color is #EFE8EA.

Background Color

.myBgColor { background-color: #EFE8EA; }

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

This div background color is #EFE8EA.

Border color

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

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

This div border color is #EFE8EA.

Opacity

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

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

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

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

This text has shadow with #EFE8EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE8EA.

Preview

Color preview on black background

This text has color #EFE8EA on black background.


Color preview on white background

This text has color #EFE8EA on white background.


Black color preview on #EFE8EA background

This text has black color on #EFE8EA background.


White color preview on #EFE8EA background

This text has white color on #EFE8EA background.


Related colors

Complementary color

Complementary color for #hex is #101715.


I love getcolorcode.com

Triadic colors

1 #EAEFE8 and #E8EAEF with #EFE8EA are triadic colors.

2 #EAE8EF and #E8EFEA with #EFE8EA are triadic colors.