COLOR #EFD0DF

HEX: #EFD0DF
RGB: (239,208,223)

Color info

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

RGB color model

#EFD0DF color RGB value is (239,208,223).

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

RGB channels and saturation

R 239 of 255 = 94%
G 208 of 255 = 82%
B 223 of 255 = 87%

239
208
223

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

Portions of RGB colors in percentages

R + G + B =
239 + 208 + 223 = 670 (100%)
R 239 of 670 ~ 35.67%
G 208 of 670 ~ 31.04%
B 223 of 670 ~ 33.28%

%35.67
%31.04
%33.28

CMYK color model

#EFD0DF color CMYK value is (0,13,7,6).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 6.69%
  • key color value is 6.27%
CMYK:
(0,13,7,6)
C0M13Y7K6 
(0%,13%,7%,6%)
(0.00/0.13/0.07/0.06)	

CMYK percentages

%0
%12.97
%6.69
%6.27

Codes

Color #EFD0DF in popluar color models

EFD0DF
RGB239208223
HSL331°49.21%87.65%
HSB/HSV331°12.97%93.73%
CMYK0.00%12.97%6.69%
6.27%

Color #EFD0DF in popluar number systems.

HEXEFD0DF
Decimal239208223
Binary111011111101000011011111
Octal357320337

Shades and tints

Shades of #EFD0DF

#EFD0DF
(239,208,223)
#DABECB
(218,190,203)
#C5ACB7
(197,172,183)
#B09AA3
(176,154,163)
#9B888F
(155,136,143)
#86767B
(134,118,123)
#716467
(113,100,103)
#5C5253
(92,82,83)
#47403F
(71,64,63)
#322E2B
(50,46,43)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #EFD0DF

#EFD0DF
(239,208,223)
#F0D4E1
(240,212,225)
#F1D8E3
(241,216,227)
#F2DCE5
(242,220,229)
#F3E0E7
(243,224,231)
#F4E4E9
(244,228,233)
#F5E8EB
(245,232,235)
#F6ECED
(246,236,237)
#F7F0EF
(247,240,239)
#F8F4F1
(248,244,241)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD0DF; }

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

This text font color is #EFD0DF.


Background Color

.myBgColor { background-color: #EFD0DF; }

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

This div background color is #EFD0DF.


Border color

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

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

This div border color is #EFD0DF.


Opacity

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

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

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

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

This text has shadow with #EFD0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD0DF on black background.


Color preview on white background

This text has color #EFD0DF on white background.



Black color preview on #EFD0DF background

This text has black color on #EFD0DF background.


White color preview on #EFD0DF background

This text has white color on #EFD0DF background.