COLOR #EFD3DC

HEX: #EFD3DC
RGB: (239,211,220)

Color info

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

RGB color model

#EFD3DC color RGB value is (239,211,220).

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

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 220 of 255 = 86%

239
211
220

R + G + B ~ 88%. #EFD3DC is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 211 + 220 = 670 (100%)
R 239 of 670 ~ 35.67%
G 211 of 670 ~ 31.49%
B 220 of 670 ~ 32.84%

%35.67
%31.49
%32.84

CMYK color model

#EFD3DC color CMYK value is (0,12,8,6).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 7.95%
  • key color value is 6.27%
CMYK:
(0,12,8,6)
C0M12Y8K6 
(0%,12%,8%,6%)
(0.00/0.12/0.08/0.06)	

CMYK percentages

%0
%11.72
%7.95
%6.27

Codes

Color #EFD3DC in popluar color models

EFD3DC
RGB239211220
HSL341°46.67%88.24%
HSB/HSV341°11.72%93.73%
CMYK0.00%11.72%7.95%
6.27%

Color #EFD3DC in popluar number systems.

HEXEFD3DC
Decimal239211220
Binary111011111101001111011100
Octal357323334

Shades and tints

Shades of #EFD3DC

#EFD3DC
(239,211,220)
#DAC0C8
(218,192,200)
#C5ADB4
(197,173,180)
#B09AA0
(176,154,160)
#9B878C
(155,135,140)
#867478
(134,116,120)
#716164
(113,97,100)
#5C4E50
(92,78,80)
#473B3C
(71,59,60)
#322828
(50,40,40)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #EFD3DC

#EFD3DC
(239,211,220)
#F0D7DF
(240,215,223)
#F1DBE2
(241,219,226)
#F2DFE5
(242,223,229)
#F3E3E8
(243,227,232)
#F4E7EB
(244,231,235)
#F5EBEE
(245,235,238)
#F6EFF1
(246,239,241)
#F7F3F4
(247,243,244)
#F8F7F7
(248,247,247)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD3DC; }

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

This text font color is #EFD3DC.


Background Color

.myBgColor { background-color: #EFD3DC; }

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

This div background color is #EFD3DC.


Border color

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

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

This div border color is #EFD3DC.


Opacity

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

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

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

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

This text has shadow with #EFD3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD3DC on black background.


Color preview on white background

This text has color #EFD3DC on white background.



Black color preview on #EFD3DC background

This text has black color on #EFD3DC background.


White color preview on #EFD3DC background

This text has white color on #EFD3DC background.