COLOR #EFD1D3

HEX: #EFD1D3
RGB: (239,209,211)

Color info

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

RGB color model

#EFD1D3 color RGB value is (239,209,211).

  • red value is 239;
  • green value is 209;
  • blue value is 211.
RGB:
(239,209,211)
(94%,82%,83%)

RGB channels and saturation

R 239 of 255 = 94%
G 209 of 255 = 82%
B 211 of 255 = 83%

239
209
211

R + G + B ~ 86%. #EFD1D3 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 209 + 211 = 659 (100%)
R 239 of 659 ~ 36.27%
G 209 of 659 ~ 31.71%
B 211 of 659 ~ 32.02%

%36.27
%31.71
%32.02

CMYK color model

#EFD1D3 color CMYK value is (0,13,12,6).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 11.72%
  • key color value is 6.27%
CMYK:
(0,13,12,6)
C0M13Y12K6 
(0%,13%,12%,6%)
(0.00/0.13/0.12/0.06)	

CMYK percentages

%0
%12.55
%11.72
%6.27

Codes

Color #EFD1D3 in popluar color models

EFD1D3
RGB239209211
HSL356°48.39%87.84%
HSB/HSV356°12.55%93.73%
CMYK0.00%12.55%11.72%
6.27%

Color #EFD1D3 in popluar number systems.

HEXEFD1D3
Decimal239209211
Binary111011111101000111010011
Octal357321323

Shades and tints

Shades of #EFD1D3

#EFD1D3
(239,209,211)
#DABEC0
(218,190,192)
#C5ABAD
(197,171,173)
#B0989A
(176,152,154)
#9B8587
(155,133,135)
#867274
(134,114,116)
#715F61
(113,95,97)
#5C4C4E
(92,76,78)
#47393B
(71,57,59)
#322628
(50,38,40)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #EFD1D3

#EFD1D3
(239,209,211)
#F0D5D7
(240,213,215)
#F1D9DB
(241,217,219)
#F2DDDF
(242,221,223)
#F3E1E3
(243,225,227)
#F4E5E7
(244,229,231)
#F5E9EB
(245,233,235)
#F6EDEF
(246,237,239)
#F7F1F3
(247,241,243)
#F8F5F7
(248,245,247)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD1D3 color. Also use rgb(239,209,211) instead hex code.

Text Font Color

.myTextColor { color: #EFD1D3; }

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

This text font color is #EFD1D3.


Background Color

.myBgColor { background-color: #EFD1D3; }

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

This div background color is #EFD1D3.


Border color

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

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

This div border color is #EFD1D3.


Opacity

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

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

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

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

This text has shadow with #EFD1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD1D3 on black background.


Color preview on white background

This text has color #EFD1D3 on white background.



Black color preview on #EFD1D3 background

This text has black color on #EFD1D3 background.


White color preview on #EFD1D3 background

This text has white color on #EFD1D3 background.