COLOR #EFD7D0

HEX: #EFD7D0
RGB: (239,215,208)

Color info

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

RGB color model

#EFD7D0 color RGB value is (239,215,208).

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

RGB channels and saturation

R 239 of 255 = 94%
G 215 of 255 = 84%
B 208 of 255 = 82%

239
215
208

R + G + B ~ 87%. #EFD7D0 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 215 + 208 = 662 (100%)
R 239 of 662 ~ 36.1%
G 215 of 662 ~ 32.48%
B 208 of 662 ~ 31.42%

%36.1
%32.48
%31.42

CMYK color model

#EFD7D0 color CMYK value is (0,10,13,6).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 12.97%
  • key color value is 6.27%
CMYK:
(0,10,13,6)
C0M10Y13K6 
(0%,10%,13%,6%)
(0.00/0.10/0.13/0.06)	

CMYK percentages

%0
%10.04
%12.97
%6.27

Codes

Color #EFD7D0 in popluar color models

EFD7D0
RGB239215208
HSL14°49.21%87.65%
HSB/HSV14°12.97%93.73%
CMYK0.00%10.04%12.97%
6.27%

Color #EFD7D0 in popluar number systems.

HEXEFD7D0
Decimal239215208
Binary111011111101011111010000
Octal357327320

Shades and tints

Shades of #EFD7D0

#EFD7D0
(239,215,208)
#DAC4BE
(218,196,190)
#C5B1AC
(197,177,172)
#B09E9A
(176,158,154)
#9B8B88
(155,139,136)
#867876
(134,120,118)
#716564
(113,101,100)
#5C5252
(92,82,82)
#473F40
(71,63,64)
#322C2E
(50,44,46)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #EFD7D0

#EFD7D0
(239,215,208)
#F0DAD4
(240,218,212)
#F1DDD8
(241,221,216)
#F2E0DC
(242,224,220)
#F3E3E0
(243,227,224)
#F4E6E4
(244,230,228)
#F5E9E8
(245,233,232)
#F6ECEC
(246,236,236)
#F7EFF0
(247,239,240)
#F8F2F4
(248,242,244)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD7D0; }

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

This text font color is #EFD7D0.


Background Color

.myBgColor { background-color: #EFD7D0; }

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

This div background color is #EFD7D0.


Border color

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

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

This div border color is #EFD7D0.


Opacity

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

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

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

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

This text has shadow with #EFD7D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD7D0 on black background.


Color preview on white background

This text has color #EFD7D0 on white background.



Black color preview on #EFD7D0 background

This text has black color on #EFD7D0 background.


White color preview on #EFD7D0 background

This text has white color on #EFD7D0 background.