COLOR #EFEDEE

HEX: #EFEDEE
RGB: (239,237,238)

Color info

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

RGB color model

#EFEDEE color RGB value is (239,237,238).

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

RGB channels and saturation

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

239
237
238

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

Portions of RGB colors in percentages

R + G + B =
239 + 237 + 238 = 714 (100%)
R 239 of 714 ~ 33.47%
G 237 of 714 ~ 33.19%
B 238 of 714 ~ 33.33%

%33.47
%33.19
%33.33

CMYK color model

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

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

CMYK percentages

%0
%0.84
%0.42
%6.27

Codes

Color #EFEDEE in popluar color models

EFEDEE
RGB239237238
HSL330°5.88%93.33%
HSB/HSV330°0.84%93.73%
CMYK0.00%0.84%0.42%
6.27%

Color #EFEDEE in popluar number systems.

HEXEFEDEE
Decimal239237238
Binary111011111110110111101110
Octal357355356

Shades and tints

Shades of #EFEDEE

#EFEDEE
(239,237,238)
#DAD8D9
(218,216,217)
#C5C3C4
(197,195,196)
#B0AEAF
(176,174,175)
#9B999A
(155,153,154)
#868485
(134,132,133)
#716F70
(113,111,112)
#5C5A5B
(92,90,91)
#474546
(71,69,70)
#323031
(50,48,49)
#1D1B1C
(29,27,28)
#000000
(0,0,0)

Tints of #EFEDEE

#EFEDEE
(239,237,238)
#F0EEEF
(240,238,239)
#F1EFF0
(241,239,240)
#F2F0F1
(242,240,241)
#F3F1F2
(243,241,242)
#F4F2F3
(244,242,243)
#F5F3F4
(245,243,244)
#F6F4F5
(246,244,245)
#F7F5F6
(247,245,246)
#F8F6F7
(248,246,247)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEDEE; }

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

This text font color is #EFEDEE.


Background Color

.myBgColor { background-color: #EFEDEE; }

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

This div background color is #EFEDEE.


Border color

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

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

This div border color is #EFEDEE.


Opacity

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

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

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

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

This text has shadow with #EFEDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEDEE on black background.


Color preview on white background

This text has color #EFEDEE on white background.



Black color preview on #EFEDEE background

This text has black color on #EFEDEE background.


White color preview on #EFEDEE background

This text has white color on #EFEDEE background.