COLOR #EFD5D7

HEX: #EFD5D7
RGB: (239,213,215)

Color info

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

RGB color model

#EFD5D7 color RGB value is (239,213,215).

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

RGB channels and saturation

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

239
213
215

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

Portions of RGB colors in percentages

R + G + B =
239 + 213 + 215 = 667 (100%)
R 239 of 667 ~ 35.83%
G 213 of 667 ~ 31.93%
B 215 of 667 ~ 32.23%

%35.83
%31.93
%32.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 10.04%
  • key color value is 6.27%
CMYK:
(0,11,10,6)
C0M11Y10K6 
(0%,11%,10%,6%)
(0.00/0.11/0.10/0.06)	

CMYK percentages

%0
%10.88
%10.04
%6.27

Codes

Color #EFD5D7 in popluar color models

EFD5D7
RGB239213215
HSL355°44.83%88.63%
HSB/HSV355°10.88%93.73%
CMYK0.00%10.88%10.04%
6.27%

Color #EFD5D7 in popluar number systems.

HEXEFD5D7
Decimal239213215
Binary111011111101010111010111
Octal357325327

Shades and tints

Shades of #EFD5D7

#EFD5D7
(239,213,215)
#DAC2C4
(218,194,196)
#C5AFB1
(197,175,177)
#B09C9E
(176,156,158)
#9B898B
(155,137,139)
#867678
(134,118,120)
#716365
(113,99,101)
#5C5052
(92,80,82)
#473D3F
(71,61,63)
#322A2C
(50,42,44)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #EFD5D7

#EFD5D7
(239,213,215)
#F0D8DA
(240,216,218)
#F1DBDD
(241,219,221)
#F2DEE0
(242,222,224)
#F3E1E3
(243,225,227)
#F4E4E6
(244,228,230)
#F5E7E9
(245,231,233)
#F6EAEC
(246,234,236)
#F7EDEF
(247,237,239)
#F8F0F2
(248,240,242)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD5D7; }

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

This text font color is #EFD5D7.


Background Color

.myBgColor { background-color: #EFD5D7; }

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

This div background color is #EFD5D7.


Border color

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

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

This div border color is #EFD5D7.


Opacity

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

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

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

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

This text has shadow with #EFD5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD5D7 on black background.


Color preview on white background

This text has color #EFD5D7 on white background.



Black color preview on #EFD5D7 background

This text has black color on #EFD5D7 background.


White color preview on #EFD5D7 background

This text has white color on #EFD5D7 background.