COLOR #EFEBED

HEX: #EFEBED RGB: (239,235,237)

Color info

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

RGB color model

#EFEBED color RGB value is (239,235,237).

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

RGB channels and saturation

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

239
235
237

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

Portions of RGB colors in percentages

R + G + B = 239 + 235 + 237 = 711 (100%)
R 239 of 711 ~ 33.61%
G 235 of 711 ~ 33.05%
B 237 of 711 ~ 33.33'%

%33.61
%33.05
%33.33

CMYK color model

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

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

Codes

Color #EFEBED in popluar color models

EF EB ED
RGB 239 235 237
HSL 330° 11.11% 92.94%
HSB/HSV 330° 1.67% 93.73%
CMYK 0.00% 1.67% 0.84%
6.27%

Color #EFEBED in popluar number systems.

HEX EF EB ED
Decimal 239 235 237
Binary 11101111 11101011 11101101
Octal 357 353 355

Shades and tints

Shades of #EFEBED

#EFEBED
(239,235,237)
#DAD6D8
(218,214,216)
#C5C1C3
(197,193,195)
#B0ACAE
(176,172,174)
#9B9799
(155,151,153)
#868284
(134,130,132)
#716D6F
(113,109,111)
#5C585A
(92,88,90)
#474345
(71,67,69)
#322E30
(50,46,48)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #EFEBED

#EFEBED
(239,235,237)
#F0ECEE
(240,236,238)
#F1EDEF
(241,237,239)
#F2EEF0
(242,238,240)
#F3EFF1
(243,239,241)
#F4F0F2
(244,240,242)
#F5F1F3
(245,241,243)
#F6F2F4
(246,242,244)
#F7F3F5
(247,243,245)
#F8F4F6
(248,244,246)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEBED; }

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

This text font color is #EFEBED.

Background Color

.myBgColor { background-color: #EFEBED; }

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

This div background color is #EFEBED.

Border color

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

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

This div border color is #EFEBED.

Opacity

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

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

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

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

This text has shadow with #EFEBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEBED.

Preview

Color preview on black background

This text has color #EFEBED on black background.


Color preview on white background

This text has color #EFEBED on white background.


Black color preview on #EFEBED background

This text has black color on #EFEBED background.


White color preview on #EFEBED background

This text has white color on #EFEBED background.


Related colors

Complementary color

Complementary color for #hex is #101412.


I love getcolorcode.com

Triadic colors

1 #EDEFEB and #EBEDEF with #EFEBED are triadic colors.

2 #EDEBEF and #EBEFED with #EFEBED are triadic colors.