COLOR #EFE7EA

HEX: #EFE7EA RGB: (239,231,234)

Color info

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

RGB color model

#EFE7EA color RGB value is (239,231,234).

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

RGB channels and saturation

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

239
231
234

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

Portions of RGB colors in percentages

R + G + B = 239 + 231 + 234 = 704 (100%)
R 239 of 704 ~ 33.95%
G 231 of 704 ~ 32.81%
B 234 of 704 ~ 33.24'%

%33.95
%32.81
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.35%
  • 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
%3.35
%2.09
%6.27

Codes

Color #EFE7EA in popluar color models

EF E7 EA
RGB 239 231 234
HSL 338° 20.00% 92.16%
HSB/HSV 338° 3.35% 93.73%
CMYK 0.00% 3.35% 2.09%
6.27%

Color #EFE7EA in popluar number systems.

HEX EF E7 EA
Decimal 239 231 234
Binary 11101111 11100111 11101010
Octal 357 347 352

Shades and tints

Shades of #EFE7EA

#EFE7EA
(239,231,234)
#DAD2D5
(218,210,213)
#C5BDC0
(197,189,192)
#B0A8AB
(176,168,171)
#9B9396
(155,147,150)
#867E81
(134,126,129)
#71696C
(113,105,108)
#5C5457
(92,84,87)
#473F42
(71,63,66)
#322A2D
(50,42,45)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #EFE7EA

#EFE7EA
(239,231,234)
#F0E9EB
(240,233,235)
#F1EBEC
(241,235,236)
#F2EDED
(242,237,237)
#F3EFEE
(243,239,238)
#F4F1EF
(244,241,239)
#F5F3F0
(245,243,240)
#F6F5F1
(246,245,241)
#F7F7F2
(247,247,242)
#F8F9F3
(248,249,243)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE7EA; }

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

This text font color is #EFE7EA.

Background Color

.myBgColor { background-color: #EFE7EA; }

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

This div background color is #EFE7EA.

Border color

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

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

This div border color is #EFE7EA.

Opacity

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

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

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

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

This text has shadow with #EFE7EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE7EA.

Preview

Color preview on black background

This text has color #EFE7EA on black background.


Color preview on white background

This text has color #EFE7EA on white background.


Black color preview on #EFE7EA background

This text has black color on #EFE7EA background.


White color preview on #EFE7EA background

This text has white color on #EFE7EA background.


Related colors

Complementary color

Complementary color for #hex is #101815.


I love getcolorcode.com

Triadic colors

1 #EAEFE7 and #E7EAEF with #EFE7EA are triadic colors.

2 #EAE7EF and #E7EFEA with #EFE7EA are triadic colors.