COLOR #EFD7D6

HEX: #EFD7D6
RGB: (239,215,214)

Color info

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

RGB color model

#EFD7D6 color RGB value is (239,215,214).

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

RGB channels and saturation

R 239 of 255 = 94%
G 215 of 255 = 84%
B 214 of 255 = 84%

239
215
214

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

Portions of RGB colors in percentages

R + G + B =
239 + 215 + 214 = 668 (100%)
R 239 of 668 ~ 35.78%
G 215 of 668 ~ 32.19%
B 214 of 668 ~ 32.04%

%35.78
%32.19
%32.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 10.46%
  • key color value is 6.27%
CMYK:
(0,10,10,6)
C0M10Y10K6 
(0%,10%,10%,6%)
(0.00/0.10/0.10/0.06)	

CMYK percentages

%0
%10.04
%10.46
%6.27

Codes

Color #EFD7D6 in popluar color models

EFD7D6
RGB239215214
HSL43.86%88.82%
HSB/HSV10.46%93.73%
CMYK0.00%10.04%10.46%
6.27%

Color #EFD7D6 in popluar number systems.

HEXEFD7D6
Decimal239215214
Binary111011111101011111010110
Octal357327326

Shades and tints

Shades of #EFD7D6

#EFD7D6
(239,215,214)
#DAC4C3
(218,196,195)
#C5B1B0
(197,177,176)
#B09E9D
(176,158,157)
#9B8B8A
(155,139,138)
#867877
(134,120,119)
#716564
(113,101,100)
#5C5251
(92,82,81)
#473F3E
(71,63,62)
#322C2B
(50,44,43)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #EFD7D6

#EFD7D6
(239,215,214)
#F0DAD9
(240,218,217)
#F1DDDC
(241,221,220)
#F2E0DF
(242,224,223)
#F3E3E2
(243,227,226)
#F4E6E5
(244,230,229)
#F5E9E8
(245,233,232)
#F6ECEB
(246,236,235)
#F7EFEE
(247,239,238)
#F8F2F1
(248,242,241)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD7D6; }

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

This text font color is #EFD7D6.


Background Color

.myBgColor { background-color: #EFD7D6; }

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

This div background color is #EFD7D6.


Border color

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

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

This div border color is #EFD7D6.


Opacity

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

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

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

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

This text has shadow with #EFD7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD7D6 on black background.


Color preview on white background

This text has color #EFD7D6 on white background.



Black color preview on #EFD7D6 background

This text has black color on #EFD7D6 background.


White color preview on #EFD7D6 background

This text has white color on #EFD7D6 background.