COLOR #EFD5D6

HEX: #EFD5D6
RGB: (239,213,214)

Color info

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

RGB color model

#EFD5D6 color RGB value is (239,213,214).

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

RGB channels and saturation

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

239
213
214

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

Portions of RGB colors in percentages

R + G + B =
239 + 213 + 214 = 666 (100%)
R 239 of 666 ~ 35.89%
G 213 of 666 ~ 31.98%
B 214 of 666 ~ 32.13%

%35.89
%31.98
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 10.46%
  • 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.46
%6.27

Codes

Color #EFD5D6 in popluar color models

EFD5D6
RGB239213214
HSL358°44.83%88.63%
HSB/HSV358°10.88%93.73%
CMYK0.00%10.88%10.46%
6.27%

Color #EFD5D6 in popluar number systems.

HEXEFD5D6
Decimal239213214
Binary111011111101010111010110
Octal357325326

Shades and tints

Shades of #EFD5D6

#EFD5D6
(239,213,214)
#DAC2C3
(218,194,195)
#C5AFB0
(197,175,176)
#B09C9D
(176,156,157)
#9B898A
(155,137,138)
#867677
(134,118,119)
#716364
(113,99,100)
#5C5051
(92,80,81)
#473D3E
(71,61,62)
#322A2B
(50,42,43)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #EFD5D6

#EFD5D6
(239,213,214)
#F0D8D9
(240,216,217)
#F1DBDC
(241,219,220)
#F2DEDF
(242,222,223)
#F3E1E2
(243,225,226)
#F4E4E5
(244,228,229)
#F5E7E8
(245,231,232)
#F6EAEB
(246,234,235)
#F7EDEE
(247,237,238)
#F8F0F1
(248,240,241)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD5D6; }

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

This text font color is #EFD5D6.


Background Color

.myBgColor { background-color: #EFD5D6; }

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

This div background color is #EFD5D6.


Border color

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

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

This div border color is #EFD5D6.


Opacity

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

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

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

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

This text has shadow with #EFD5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD5D6 on black background.


Color preview on white background

This text has color #EFD5D6 on white background.



Black color preview on #EFD5D6 background

This text has black color on #EFD5D6 background.


White color preview on #EFD5D6 background

This text has white color on #EFD5D6 background.