COLOR #EFD9D7

HEX: #EFD9D7
RGB: (239,217,215)

Color info

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

RGB color model

#EFD9D7 color RGB value is (239,217,215).

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

RGB channels and saturation

R 239 of 255 = 94%
G 217 of 255 = 85%
B 215 of 255 = 84%

239
217
215

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

Portions of RGB colors in percentages

R + G + B =
239 + 217 + 215 = 671 (100%)
R 239 of 671 ~ 35.62%
G 217 of 671 ~ 32.34%
B 215 of 671 ~ 32.04%

%35.62
%32.34
%32.04

CMYK color model

#EFD9D7 color CMYK value is (0,9,10,6).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 10.04%
  • key color value is 6.27%
CMYK: (0,9,10,6) C0M9Y10K6 (0%,9%,10%,6%) (0.00/0.09/0.10/0.06)

CMYK percentages

%0
%9.21
%10.04
%6.27

Codes

Color #EFD9D7 in popluar color models

EFD9D7
RGB239217215
HSL42.86%89.02%
HSB/HSV10.04%93.73%
CMYK0.00%9.21%10.04%
6.27%

Color #EFD9D7 in popluar number systems.

HEXEFD9D7
Decimal239217215
Binary111011111101100111010111
Octal357331327

Shades and tints

Shades of #EFD9D7

#EFD9D7
(239,217,215)
#DAC6C4
(218,198,196)
#C5B3B1
(197,179,177)
#B0A09E
(176,160,158)
#9B8D8B
(155,141,139)
#867A78
(134,122,120)
#716765
(113,103,101)
#5C5452
(92,84,82)
#47413F
(71,65,63)
#322E2C
(50,46,44)
#1D1B19
(29,27,25)
#000000
(0,0,0)

Tints of #EFD9D7

#EFD9D7
(239,217,215)
#F0DCDA
(240,220,218)
#F1DFDD
(241,223,221)
#F2E2E0
(242,226,224)
#F3E5E3
(243,229,227)
#F4E8E6
(244,232,230)
#F5EBE9
(245,235,233)
#F6EEEC
(246,238,236)
#F7F1EF
(247,241,239)
#F8F4F2
(248,244,242)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD9D7; }

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

This text font color is #EFD9D7.


Background Color

.myBgColor { background-color: #EFD9D7; }

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

This div background color is #EFD9D7.


Border color

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

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

This div border color is #EFD9D7.


Opacity

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

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

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

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

This text has shadow with #EFD9D7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EFD9D7 on black background.


Color preview on white background

This text has color #EFD9D7 on white background.



Black color preview on #EFD9D7 background

This text has black color on #EFD9D7 background.


White color preview on #EFD9D7 background

This text has white color on #EFD9D7 background.