COLOR #EFEDE7

HEX: #EFEDE7
RGB: (239,237,231)

Color info

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

RGB color model

#EFEDE7 color RGB value is (239,237,231).

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

RGB channels and saturation

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

239
237
231

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

Portions of RGB colors in percentages

R + G + B =
239 + 237 + 231 = 707 (100%)
R 239 of 707 ~ 33.8%
G 237 of 707 ~ 33.52%
B 231 of 707 ~ 32.67%

%33.8
%33.52
%32.67

CMYK color model

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

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

CMYK percentages

%0
%0.84
%3.35
%6.27

Codes

Color #EFEDE7 in popluar color models

EFEDE7
RGB239237231
HSL45°20.00%92.16%
HSB/HSV45°3.35%93.73%
CMYK0.00%0.84%3.35%
6.27%

Color #EFEDE7 in popluar number systems.

HEXEFEDE7
Decimal239237231
Binary111011111110110111100111
Octal357355347

Shades and tints

Shades of #EFEDE7

#EFEDE7
(239,237,231)
#DAD8D2
(218,216,210)
#C5C3BD
(197,195,189)
#B0AEA8
(176,174,168)
#9B9993
(155,153,147)
#86847E
(134,132,126)
#716F69
(113,111,105)
#5C5A54
(92,90,84)
#47453F
(71,69,63)
#32302A
(50,48,42)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #EFEDE7

#EFEDE7
(239,237,231)
#F0EEE9
(240,238,233)
#F1EFEB
(241,239,235)
#F2F0ED
(242,240,237)
#F3F1EF
(243,241,239)
#F4F2F1
(244,242,241)
#F5F3F3
(245,243,243)
#F6F4F5
(246,244,245)
#F7F5F7
(247,245,247)
#F8F6F9
(248,246,249)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEDE7; }

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

This text font color is #EFEDE7.


Background Color

.myBgColor { background-color: #EFEDE7; }

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

This div background color is #EFEDE7.


Border color

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

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

This div border color is #EFEDE7.


Opacity

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

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

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

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

This text has shadow with #EFEDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEDE7 on black background.


Color preview on white background

This text has color #EFEDE7 on white background.



Black color preview on #EFEDE7 background

This text has black color on #EFEDE7 background.


White color preview on #EFEDE7 background

This text has white color on #EFEDE7 background.