COLOR #EFD1D1

HEX: #EFD1D1
RGB: (239,209,209)

Color info

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

RGB color model

#EFD1D1 color RGB value is (239,209,209).

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

RGB channels and saturation

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

239
209
209

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

Portions of RGB colors in percentages

R + G + B =
239 + 209 + 209 = 657 (100%)
R 239 of 657 ~ 36.38%
G 209 of 657 ~ 31.81%
B 209 of 657 ~ 31.81%

%36.38
%31.81
%31.81

CMYK color model

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

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

CMYK percentages

%0
%12.55
%12.55
%6.27

Codes

Color #EFD1D1 in popluar color models

EFD1D1
RGB239209209
HSL48.39%87.84%
HSB/HSV12.55%93.73%
CMYK0.00%12.55%12.55%
6.27%

Color #EFD1D1 in popluar number systems.

HEXEFD1D1
Decimal239209209
Binary111011111101000111010001
Octal357321321

Shades and tints

Shades of #EFD1D1

#EFD1D1
(239,209,209)
#DABEBE
(218,190,190)
#C5ABAB
(197,171,171)
#B09898
(176,152,152)
#9B8585
(155,133,133)
#867272
(134,114,114)
#715F5F
(113,95,95)
#5C4C4C
(92,76,76)
#473939
(71,57,57)
#322626
(50,38,38)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #EFD1D1

#EFD1D1
(239,209,209)
#F0D5D5
(240,213,213)
#F1D9D9
(241,217,217)
#F2DDDD
(242,221,221)
#F3E1E1
(243,225,225)
#F4E5E5
(244,229,229)
#F5E9E9
(245,233,233)
#F6EDED
(246,237,237)
#F7F1F1
(247,241,241)
#F8F5F5
(248,245,245)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD1D1; }

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

This text font color is #EFD1D1.


Background Color

.myBgColor { background-color: #EFD1D1; }

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

This div background color is #EFD1D1.


Border color

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

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

This div border color is #EFD1D1.


Opacity

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

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

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

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

This text has shadow with #EFD1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD1D1 on black background.


Color preview on white background

This text has color #EFD1D1 on white background.



Black color preview on #EFD1D1 background

This text has black color on #EFD1D1 background.


White color preview on #EFD1D1 background

This text has white color on #EFD1D1 background.