COLOR #EFD1DE

HEX: #EFD1DE
RGB: (239,209,222)

Color info

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

RGB color model

#EFD1DE color RGB value is (239,209,222).

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

RGB channels and saturation

R 239 of 255 = 94%
G 209 of 255 = 82%
B 222 of 255 = 87%

239
209
222

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

Portions of RGB colors in percentages

R + G + B =
239 + 209 + 222 = 670 (100%)
R 239 of 670 ~ 35.67%
G 209 of 670 ~ 31.19%
B 222 of 670 ~ 33.13%

%35.67
%31.19
%33.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 7.11%
  • 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.55
%7.11
%6.27

Codes

Color #EFD1DE in popluar color models

EFD1DE
RGB239209222
HSL334°48.39%87.84%
HSB/HSV334°12.55%93.73%
CMYK0.00%12.55%7.11%
6.27%

Color #EFD1DE in popluar number systems.

HEXEFD1DE
Decimal239209222
Binary111011111101000111011110
Octal357321336

Shades and tints

Shades of #EFD1DE

#EFD1DE
(239,209,222)
#DABECA
(218,190,202)
#C5ABB6
(197,171,182)
#B098A2
(176,152,162)
#9B858E
(155,133,142)
#86727A
(134,114,122)
#715F66
(113,95,102)
#5C4C52
(92,76,82)
#47393E
(71,57,62)
#32262A
(50,38,42)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #EFD1DE

#EFD1DE
(239,209,222)
#F0D5E1
(240,213,225)
#F1D9E4
(241,217,228)
#F2DDE7
(242,221,231)
#F3E1EA
(243,225,234)
#F4E5ED
(244,229,237)
#F5E9F0
(245,233,240)
#F6EDF3
(246,237,243)
#F7F1F6
(247,241,246)
#F8F5F9
(248,245,249)
#F9F9FC
(249,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD1DE color. Also use rgb(239,209,222) instead hex code.

Text Font Color

.myTextColor { color: #EFD1DE; }

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

This text font color is #EFD1DE.


Background Color

.myBgColor { background-color: #EFD1DE; }

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

This div background color is #EFD1DE.


Border color

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

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

This div border color is #EFD1DE.


Opacity

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

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

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

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

This text has shadow with #EFD1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD1DE on black background.


Color preview on white background

This text has color #EFD1DE on white background.



Black color preview on #EFD1DE background

This text has black color on #EFD1DE background.


White color preview on #EFD1DE background

This text has white color on #EFD1DE background.