COLOR #EFD8DF

HEX: #EFD8DF
RGB: (239,216,223)

Color info

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

RGB color model

#EFD8DF color RGB value is (239,216,223).

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

RGB channels and saturation

R 239 of 255 = 94%
G 216 of 255 = 85%
B 223 of 255 = 87%

239
216
223

R + G + B ~ 89%. #EFD8DF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 216 + 223 = 678 (100%)
R 239 of 678 ~ 35.25%
G 216 of 678 ~ 31.86%
B 223 of 678 ~ 32.89%

%35.25
%31.86
%32.89

CMYK color model

#EFD8DF color CMYK value is (0,10,7,6).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 6.69%
  • key color value is 6.27%
CMYK:
(0,10,7,6)
C0M10Y7K6 
(0%,10%,7%,6%)
(0.00/0.10/0.07/0.06)	

CMYK percentages

%0
%9.62
%6.69
%6.27

Codes

Color #EFD8DF in popluar color models

EFD8DF
RGB239216223
HSL342°41.82%89.22%
HSB/HSV342°9.62%93.73%
CMYK0.00%9.62%6.69%
6.27%

Color #EFD8DF in popluar number systems.

HEXEFD8DF
Decimal239216223
Binary111011111101100011011111
Octal357330337

Shades and tints

Shades of #EFD8DF

#EFD8DF
(239,216,223)
#DAC5CB
(218,197,203)
#C5B2B7
(197,178,183)
#B09FA3
(176,159,163)
#9B8C8F
(155,140,143)
#86797B
(134,121,123)
#716667
(113,102,103)
#5C5353
(92,83,83)
#47403F
(71,64,63)
#322D2B
(50,45,43)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #EFD8DF

#EFD8DF
(239,216,223)
#F0DBE1
(240,219,225)
#F1DEE3
(241,222,227)
#F2E1E5
(242,225,229)
#F3E4E7
(243,228,231)
#F4E7E9
(244,231,233)
#F5EAEB
(245,234,235)
#F6EDED
(246,237,237)
#F7F0EF
(247,240,239)
#F8F3F1
(248,243,241)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD8DF; }

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

This text font color is #EFD8DF.


Background Color

.myBgColor { background-color: #EFD8DF; }

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

This div background color is #EFD8DF.


Border color

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

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

This div border color is #EFD8DF.


Opacity

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

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

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

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

This text has shadow with #EFD8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD8DF on black background.


Color preview on white background

This text has color #EFD8DF on white background.



Black color preview on #EFD8DF background

This text has black color on #EFD8DF background.


White color preview on #EFD8DF background

This text has white color on #EFD8DF background.