COLOR #EFD4D2

HEX: #EFD4D2
RGB: (239,212,210)

Color info

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

RGB color model

#EFD4D2 color RGB value is (239,212,210).

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

RGB channels and saturation

R 239 of 255 = 94%
G 212 of 255 = 83%
B 210 of 255 = 82%

239
212
210

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

Portions of RGB colors in percentages

R + G + B =
239 + 212 + 210 = 661 (100%)
R 239 of 661 ~ 36.16%
G 212 of 661 ~ 32.07%
B 210 of 661 ~ 31.77%

%36.16
%32.07
%31.77

CMYK color model

#EFD4D2 color CMYK value is (0,11,12,6).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 12.13%
  • key color value is 6.27%
CMYK:
(0,11,12,6)
C0M11Y12K6 
(0%,11%,12%,6%)
(0.00/0.11/0.12/0.06)	

CMYK percentages

%0
%11.3
%12.13
%6.27

Codes

Color #EFD4D2 in popluar color models

EFD4D2
RGB239212210
HSL47.54%88.04%
HSB/HSV12.13%93.73%
CMYK0.00%11.30%12.13%
6.27%

Color #EFD4D2 in popluar number systems.

HEXEFD4D2
Decimal239212210
Binary111011111101010011010010
Octal357324322

Shades and tints

Shades of #EFD4D2

#EFD4D2
(239,212,210)
#DAC1BF
(218,193,191)
#C5AEAC
(197,174,172)
#B09B99
(176,155,153)
#9B8886
(155,136,134)
#867573
(134,117,115)
#716260
(113,98,96)
#5C4F4D
(92,79,77)
#473C3A
(71,60,58)
#322927
(50,41,39)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #EFD4D2

#EFD4D2
(239,212,210)
#F0D7D6
(240,215,214)
#F1DADA
(241,218,218)
#F2DDDE
(242,221,222)
#F3E0E2
(243,224,226)
#F4E3E6
(244,227,230)
#F5E6EA
(245,230,234)
#F6E9EE
(246,233,238)
#F7ECF2
(247,236,242)
#F8EFF6
(248,239,246)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD4D2; }

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

This text font color is #EFD4D2.


Background Color

.myBgColor { background-color: #EFD4D2; }

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

This div background color is #EFD4D2.


Border color

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

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

This div border color is #EFD4D2.


Opacity

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

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

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

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

This text has shadow with #EFD4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD4D2 on black background.


Color preview on white background

This text has color #EFD4D2 on white background.



Black color preview on #EFD4D2 background

This text has black color on #EFD4D2 background.


White color preview on #EFD4D2 background

This text has white color on #EFD4D2 background.