COLOR #EFEDED

HEX: #EFEDED
RGB: (239,237,237)

Color info

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

RGB color model

#EFEDED color RGB value is (239,237,237).

  • red value is 239;
  • green value is 237;
  • blue value is 237.
RGB:
(239,237,237)
(94%,93%,93%)

RGB channels and saturation

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

239
237
237

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

Portions of RGB colors in percentages

R + G + B =
239 + 237 + 237 = 713 (100%)
R 239 of 713 ~ 33.52%
G 237 of 713 ~ 33.24%
B 237 of 713 ~ 33.24%

%33.52
%33.24
%33.24

CMYK color model

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

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

CMYK percentages

%0
%0.84
%0.84
%6.27

Codes

Color #EFEDED in popluar color models

EFEDED
RGB239237237
HSL5.88%93.33%
HSB/HSV0.84%93.73%
CMYK0.00%0.84%0.84%
6.27%

Color #EFEDED in popluar number systems.

HEXEFEDED
Decimal239237237
Binary111011111110110111101101
Octal357355355

Shades and tints

Shades of #EFEDED

#EFEDED
(239,237,237)
#DAD8D8
(218,216,216)
#C5C3C3
(197,195,195)
#B0AEAE
(176,174,174)
#9B9999
(155,153,153)
#868484
(134,132,132)
#716F6F
(113,111,111)
#5C5A5A
(92,90,90)
#474545
(71,69,69)
#323030
(50,48,48)
#1D1B1B
(29,27,27)
#000000
(0,0,0)

Tints of #EFEDED

#EFEDED
(239,237,237)
#F0EEEE
(240,238,238)
#F1EFEF
(241,239,239)
#F2F0F0
(242,240,240)
#F3F1F1
(243,241,241)
#F4F2F2
(244,242,242)
#F5F3F3
(245,243,243)
#F6F4F4
(246,244,244)
#F7F5F5
(247,245,245)
#F8F6F6
(248,246,246)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEDED; }

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

This text font color is #EFEDED.


Background Color

.myBgColor { background-color: #EFEDED; }

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

This div background color is #EFEDED.


Border color

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

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

This div border color is #EFEDED.


Opacity

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

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

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

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

This text has shadow with #EFEDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEDED on black background.


Color preview on white background

This text has color #EFEDED on white background.



Black color preview on #EFEDED background

This text has black color on #EFEDED background.


White color preview on #EFEDED background

This text has white color on #EFEDED background.