COLOR #EFD2D1

HEX: #EFD2D1
RGB: (239,210,209)

Color info

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

RGB color model

#EFD2D1 color RGB value is (239,210,209).

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

RGB channels and saturation

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

239
210
209

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

Portions of RGB colors in percentages

R + G + B =
239 + 210 + 209 = 658 (100%)
R 239 of 658 ~ 36.32%
G 210 of 658 ~ 31.91%
B 209 of 658 ~ 31.76%

%36.32
%31.91
%31.76

CMYK color model

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

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

CMYK percentages

%0
%12.13
%12.55
%6.27

Codes

Color #EFD2D1 in popluar color models

EFD2D1
RGB239210209
HSL48.39%87.84%
HSB/HSV12.55%93.73%
CMYK0.00%12.13%12.55%
6.27%

Color #EFD2D1 in popluar number systems.

HEXEFD2D1
Decimal239210209
Binary111011111101001011010001
Octal357322321

Shades and tints

Shades of #EFD2D1

#EFD2D1
(239,210,209)
#DABFBE
(218,191,190)
#C5ACAB
(197,172,171)
#B09998
(176,153,152)
#9B8685
(155,134,133)
#867372
(134,115,114)
#71605F
(113,96,95)
#5C4D4C
(92,77,76)
#473A39
(71,58,57)
#322726
(50,39,38)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #EFD2D1

#EFD2D1
(239,210,209)
#F0D6D5
(240,214,213)
#F1DAD9
(241,218,217)
#F2DEDD
(242,222,221)
#F3E2E1
(243,226,225)
#F4E6E5
(244,230,229)
#F5EAE9
(245,234,233)
#F6EEED
(246,238,237)
#F7F2F1
(247,242,241)
#F8F6F5
(248,246,245)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD2D1; }

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

This text font color is #EFD2D1.


Background Color

.myBgColor { background-color: #EFD2D1; }

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

This div background color is #EFD2D1.


Border color

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

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

This div border color is #EFD2D1.


Opacity

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

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

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

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

This text has shadow with #EFD2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD2D1 on black background.


Color preview on white background

This text has color #EFD2D1 on white background.



Black color preview on #EFD2D1 background

This text has black color on #EFD2D1 background.


White color preview on #EFD2D1 background

This text has white color on #EFD2D1 background.