COLOR #EFEAED

HEX: #EFEAED RGB: (239,234,237)

Color info

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

RGB color model

#EFEAED color RGB value is (239,234,237).

RGB: (239,234,237) (94%, 92%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 234 of 255 = 92%
B 237 of 255 = 93%

239
234
237

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

Portions of RGB colors in percentages

R + G + B = 239 + 234 + 237 = 710 (100%)
R 239 of 710 ~ 33.66%
G 234 of 710 ~ 32.96%
B 237 of 710 ~ 33.38'%

%33.66
%32.96
%33.38

CMYK color model

#EFEAED color CMYK value is (0,2,1,6).

  • cyan value is 0.00%
  • magenta value is 2.09%
  • yellow value is 0.84%
  • key color value is 6.27%
CMYK: (0,2,1,6) C0M2Y1K6 (0%,2%,1%,6%) (0.00/0.02/0.01/0.06) 

CMYK percentages

%0
%2.09
%0.84
%6.27

Codes

Color #EFEAED in popluar color models

EF EA ED
RGB 239 234 237
HSL 324° 13.51% 92.75%
HSB/HSV 324° 2.09% 93.73%
CMYK 0.00% 2.09% 0.84%
6.27%

Color #EFEAED in popluar number systems.

HEX EF EA ED
Decimal 239 234 237
Binary 11101111 11101010 11101101
Octal 357 352 355

Shades and tints

Shades of #EFEAED

#EFEAED
(239,234,237)
#DAD5D8
(218,213,216)
#C5C0C3
(197,192,195)
#B0ABAE
(176,171,174)
#9B9699
(155,150,153)
#868184
(134,129,132)
#716C6F
(113,108,111)
#5C575A
(92,87,90)
#474245
(71,66,69)
#322D30
(50,45,48)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #EFEAED

#EFEAED
(239,234,237)
#F0EBEE
(240,235,238)
#F1ECEF
(241,236,239)
#F2EDF0
(242,237,240)
#F3EEF1
(243,238,241)
#F4EFF2
(244,239,242)
#F5F0F3
(245,240,243)
#F6F1F4
(246,241,244)
#F7F2F5
(247,242,245)
#F8F3F6
(248,243,246)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEAED; }

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

This text font color is #EFEAED.

Background Color

.myBgColor { background-color: #EFEAED; }

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

This div background color is #EFEAED.

Border color

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

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

This div border color is #EFEAED.

Opacity

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

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

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

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

This text has shadow with #EFEAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEAED.

Preview

Color preview on black background

This text has color #EFEAED on black background.


Color preview on white background

This text has color #EFEAED on white background.


Black color preview on #EFEAED background

This text has black color on #EFEAED background.


White color preview on #EFEAED background

This text has white color on #EFEAED background.


Related colors

Complementary color

Complementary color for #hex is #101512.


I love getcolorcode.com

Triadic colors

1 #EDEFEA and #EAEDEF with #EFEAED are triadic colors.

2 #EDEAEF and #EAEFED with #EFEAED are triadic colors.