COLOR #EFD3DF

HEX: #EFD3DF
RGB: (239,211,223)

Color info

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

RGB color model

#EFD3DF color RGB value is (239,211,223).

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

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 223 of 255 = 87%

239
211
223

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

Portions of RGB colors in percentages

R + G + B =
239 + 211 + 223 = 673 (100%)
R 239 of 673 ~ 35.51%
G 211 of 673 ~ 31.35%
B 223 of 673 ~ 33.14%

%35.51
%31.35
%33.14

CMYK color model

#EFD3DF color CMYK value is (0,12,7,6).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 6.69%
  • key color value is 6.27%
CMYK:
(0,12,7,6)
C0M12Y7K6 
(0%,12%,7%,6%)
(0.00/0.12/0.07/0.06)	

CMYK percentages

%0
%11.72
%6.69
%6.27

Codes

Color #EFD3DF in popluar color models

EFD3DF
RGB239211223
HSL334°46.67%88.24%
HSB/HSV334°11.72%93.73%
CMYK0.00%11.72%6.69%
6.27%

Color #EFD3DF in popluar number systems.

HEXEFD3DF
Decimal239211223
Binary111011111101001111011111
Octal357323337

Shades and tints

Shades of #EFD3DF

#EFD3DF
(239,211,223)
#DAC0CB
(218,192,203)
#C5ADB7
(197,173,183)
#B09AA3
(176,154,163)
#9B878F
(155,135,143)
#86747B
(134,116,123)
#716167
(113,97,103)
#5C4E53
(92,78,83)
#473B3F
(71,59,63)
#32282B
(50,40,43)
#1D1517
(29,21,23)
#000000
(0,0,0)

Tints of #EFD3DF

#EFD3DF
(239,211,223)
#F0D7E1
(240,215,225)
#F1DBE3
(241,219,227)
#F2DFE5
(242,223,229)
#F3E3E7
(243,227,231)
#F4E7E9
(244,231,233)
#F5EBEB
(245,235,235)
#F6EFED
(246,239,237)
#F7F3EF
(247,243,239)
#F8F7F1
(248,247,241)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD3DF; }

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

This text font color is #EFD3DF.


Background Color

.myBgColor { background-color: #EFD3DF; }

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

This div background color is #EFD3DF.


Border color

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

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

This div border color is #EFD3DF.


Opacity

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

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

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

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

This text has shadow with #EFD3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD3DF on black background.


Color preview on white background

This text has color #EFD3DF on white background.



Black color preview on #EFD3DF background

This text has black color on #EFD3DF background.


White color preview on #EFD3DF background

This text has white color on #EFD3DF background.