COLOR #EFDED0

HEX: #EFDED0
RGB: (239,222,208)

Color info

#EFDED0 contains red, green and blue colors in about the same proportion. Web safe color of #EFDED0 is #FFCCCC (or #FCC).

RGB color model

#EFDED0 color RGB value is (239,222,208).

  • red value is 239;
  • green value is 222;
  • blue value is 208.
RGB:
(239,222,208)
(94%,87%,82%)

RGB channels and saturation

R 239 of 255 = 94%
G 222 of 255 = 87%
B 208 of 255 = 82%

239
222
208

R + G + B ~ 88%. #EFDED0 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 222 + 208 = 669 (100%)
R 239 of 669 ~ 35.72%
G 222 of 669 ~ 33.18%
B 208 of 669 ~ 31.09%

%35.72
%33.18
%31.09

CMYK color model

#EFDED0 color CMYK value is (0,7,13,6).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 12.97%
  • key color value is 6.27%
CMYK:
(0,7,13,6)
C0M7Y13K6 
(0%,7%,13%,6%)
(0.00/0.07/0.13/0.06)	

CMYK percentages

%0
%7.11
%12.97
%6.27

Codes

Color #EFDED0 in popluar color models

EFDED0
RGB239222208
HSL27°49.21%87.65%
HSB/HSV27°12.97%93.73%
CMYK0.00%7.11%12.97%
6.27%

Color #EFDED0 in popluar number systems.

HEXEFDED0
Decimal239222208
Binary111011111101111011010000
Octal357336320

Shades and tints

Shades of #EFDED0

#EFDED0
(239,222,208)
#DACABE
(218,202,190)
#C5B6AC
(197,182,172)
#B0A29A
(176,162,154)
#9B8E88
(155,142,136)
#867A76
(134,122,118)
#716664
(113,102,100)
#5C5252
(92,82,82)
#473E40
(71,62,64)
#322A2E
(50,42,46)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #EFDED0

#EFDED0
(239,222,208)
#F0E1D4
(240,225,212)
#F1E4D8
(241,228,216)
#F2E7DC
(242,231,220)
#F3EAE0
(243,234,224)
#F4EDE4
(244,237,228)
#F5F0E8
(245,240,232)
#F6F3EC
(246,243,236)
#F7F6F0
(247,246,240)
#F8F9F4
(248,249,244)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDED0; }

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

This text font color is #EFDED0.


Background Color

.myBgColor { background-color: #EFDED0; }

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

This div background color is #EFDED0.


Border color

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

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

This div border color is #EFDED0.


Opacity

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

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

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

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

This text has shadow with #EFDED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDED0 on black background.


Color preview on white background

This text has color #EFDED0 on white background.



Black color preview on #EFDED0 background

This text has black color on #EFDED0 background.


White color preview on #EFDED0 background

This text has white color on #EFDED0 background.