COLOR #EFD7DC

HEX: #EFD7DC
RGB: (239,215,220)

Color info

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

RGB color model

#EFD7DC color RGB value is (239,215,220).

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

RGB channels and saturation

R 239 of 255 = 94%
G 215 of 255 = 84%
B 220 of 255 = 86%

239
215
220

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

Portions of RGB colors in percentages

R + G + B =
239 + 215 + 220 = 674 (100%)
R 239 of 674 ~ 35.46%
G 215 of 674 ~ 31.9%
B 220 of 674 ~ 32.64%

%35.46
%31.9
%32.64

CMYK color model

#EFD7DC color CMYK value is (0,10,8,6).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 7.95%
  • key color value is 6.27%
CMYK:
(0,10,8,6)
C0M10Y8K6 
(0%,10%,8%,6%)
(0.00/0.10/0.08/0.06)	

CMYK percentages

%0
%10.04
%7.95
%6.27

Codes

Color #EFD7DC in popluar color models

EFD7DC
RGB239215220
HSL348°42.86%89.02%
HSB/HSV348°10.04%93.73%
CMYK0.00%10.04%7.95%
6.27%

Color #EFD7DC in popluar number systems.

HEXEFD7DC
Decimal239215220
Binary111011111101011111011100
Octal357327334

Shades and tints

Shades of #EFD7DC

#EFD7DC
(239,215,220)
#DAC4C8
(218,196,200)
#C5B1B4
(197,177,180)
#B09EA0
(176,158,160)
#9B8B8C
(155,139,140)
#867878
(134,120,120)
#716564
(113,101,100)
#5C5250
(92,82,80)
#473F3C
(71,63,60)
#322C28
(50,44,40)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #EFD7DC

#EFD7DC
(239,215,220)
#F0DADF
(240,218,223)
#F1DDE2
(241,221,226)
#F2E0E5
(242,224,229)
#F3E3E8
(243,227,232)
#F4E6EB
(244,230,235)
#F5E9EE
(245,233,238)
#F6ECF1
(246,236,241)
#F7EFF4
(247,239,244)
#F8F2F7
(248,242,247)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD7DC; }

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

This text font color is #EFD7DC.


Background Color

.myBgColor { background-color: #EFD7DC; }

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

This div background color is #EFD7DC.


Border color

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

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

This div border color is #EFD7DC.


Opacity

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

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

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

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

This text has shadow with #EFD7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD7DC on black background.


Color preview on white background

This text has color #EFD7DC on white background.



Black color preview on #EFD7DC background

This text has black color on #EFD7DC background.


White color preview on #EFD7DC background

This text has white color on #EFD7DC background.