COLOR #EFD4D3

HEX: #EFD4D3
RGB: (239,212,211)

Color info

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

RGB color model

#EFD4D3 color RGB value is (239,212,211).

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

RGB channels and saturation

R 239 of 255 = 94%
G 212 of 255 = 83%
B 211 of 255 = 83%

239
212
211

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

Portions of RGB colors in percentages

R + G + B =
239 + 212 + 211 = 662 (100%)
R 239 of 662 ~ 36.1%
G 212 of 662 ~ 32.02%
B 211 of 662 ~ 31.87%

%36.1
%32.02
%31.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 11.72%
  • 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
%11.72
%6.27

Codes

Color #EFD4D3 in popluar color models

EFD4D3
RGB239212211
HSL46.67%88.24%
HSB/HSV11.72%93.73%
CMYK0.00%11.30%11.72%
6.27%

Color #EFD4D3 in popluar number systems.

HEXEFD4D3
Decimal239212211
Binary111011111101010011010011
Octal357324323

Shades and tints

Shades of #EFD4D3

#EFD4D3
(239,212,211)
#DAC1C0
(218,193,192)
#C5AEAD
(197,174,173)
#B09B9A
(176,155,154)
#9B8887
(155,136,135)
#867574
(134,117,116)
#716261
(113,98,97)
#5C4F4E
(92,79,78)
#473C3B
(71,60,59)
#322928
(50,41,40)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #EFD4D3

#EFD4D3
(239,212,211)
#F0D7D7
(240,215,215)
#F1DADB
(241,218,219)
#F2DDDF
(242,221,223)
#F3E0E3
(243,224,227)
#F4E3E7
(244,227,231)
#F5E6EB
(245,230,235)
#F6E9EF
(246,233,239)
#F7ECF3
(247,236,243)
#F8EFF7
(248,239,247)
#F9F2FB
(249,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD4D3; }

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

This text font color is #EFD4D3.


Background Color

.myBgColor { background-color: #EFD4D3; }

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

This div background color is #EFD4D3.


Border color

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

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

This div border color is #EFD4D3.


Opacity

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

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

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

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

This text has shadow with #EFD4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD4D3 on black background.


Color preview on white background

This text has color #EFD4D3 on white background.



Black color preview on #EFD4D3 background

This text has black color on #EFD4D3 background.


White color preview on #EFD4D3 background

This text has white color on #EFD4D3 background.