COLOR #EFEDEC

HEX: #EFEDEC
RGB: (239,237,236)

Color info

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

RGB color model

#EFEDEC color RGB value is (239,237,236).

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

RGB channels and saturation

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

239
237
236

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

Portions of RGB colors in percentages

R + G + B =
239 + 237 + 236 = 712 (100%)
R 239 of 712 ~ 33.57%
G 237 of 712 ~ 33.29%
B 236 of 712 ~ 33.15%

%33.57
%33.29
%33.15

CMYK color model

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

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

Codes

Color #EFEDEC in popluar color models

EFEDEC
RGB239237236
HSL20°8.57%93.14%
HSB/HSV20°1.26%93.73%
CMYK0.00%0.84%1.26%
6.27%

Color #EFEDEC in popluar number systems.

HEXEFEDEC
Decimal239237236
Binary111011111110110111101100
Octal357355354

Shades and tints

Shades of #EFEDEC

#EFEDEC
(239,237,236)
#DAD8D7
(218,216,215)
#C5C3C2
(197,195,194)
#B0AEAD
(176,174,173)
#9B9998
(155,153,152)
#868483
(134,132,131)
#716F6E
(113,111,110)
#5C5A59
(92,90,89)
#474544
(71,69,68)
#32302F
(50,48,47)
#1D1B1A
(29,27,26)
#000000
(0,0,0)

Tints of #EFEDEC

#EFEDEC
(239,237,236)
#F0EEED
(240,238,237)
#F1EFEE
(241,239,238)
#F2F0EF
(242,240,239)
#F3F1F0
(243,241,240)
#F4F2F1
(244,242,241)
#F5F3F2
(245,243,242)
#F6F4F3
(246,244,243)
#F7F5F4
(247,245,244)
#F8F6F5
(248,246,245)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEDEC; }

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

This text font color is #EFEDEC.


Background Color

.myBgColor { background-color: #EFEDEC; }

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

This div background color is #EFEDEC.


Border color

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

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

This div border color is #EFEDEC.


Opacity

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

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

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

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

This text has shadow with #EFEDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEDEC on black background.


Color preview on white background

This text has color #EFEDEC on white background.



Black color preview on #EFEDEC background

This text has black color on #EFEDEC background.


White color preview on #EFEDEC background

This text has white color on #EFEDEC background.