COLOR #EFD1ED

HEX: #EFD1ED
RGB: (239,209,237)

Color info

#EFD1ED contains red, green and blue colors in about the same proportion. Web safe color of #EFD1ED is #FFCCFF (or #FCF).

RGB color model

#EFD1ED color RGB value is (239,209,237).

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

RGB channels and saturation

R 239 of 255 = 94%
G 209 of 255 = 82%
B 237 of 255 = 93%

239
209
237

R + G + B ~ 90%. #EFD1ED is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 209 + 237 = 685 (100%)
R 239 of 685 ~ 34.89%
G 209 of 685 ~ 30.51%
B 237 of 685 ~ 34.6%

%34.89
%30.51
%34.6

CMYK color model

#EFD1ED color CMYK value is (0,13,1,6).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 0.84%
  • key color value is 6.27%
CMYK:
(0,13,1,6)
C0M13Y1K6 
(0%,13%,1%,6%)
(0.00/0.13/0.01/0.06)	

CMYK percentages

%0
%12.55
%0.84
%6.27

Codes

Color #EFD1ED in popluar color models

EFD1ED
RGB239209237
HSL304°48.39%87.84%
HSB/HSV304°12.55%93.73%
CMYK0.00%12.55%0.84%
6.27%

Color #EFD1ED in popluar number systems.

HEXEFD1ED
Decimal239209237
Binary111011111101000111101101
Octal357321355

Shades and tints

Shades of #EFD1ED

#EFD1ED
(239,209,237)
#DABED8
(218,190,216)
#C5ABC3
(197,171,195)
#B098AE
(176,152,174)
#9B8599
(155,133,153)
#867284
(134,114,132)
#715F6F
(113,95,111)
#5C4C5A
(92,76,90)
#473945
(71,57,69)
#322630
(50,38,48)
#1D131B
(29,19,27)
#000000
(0,0,0)

Tints of #EFD1ED

#EFD1ED
(239,209,237)
#F0D5EE
(240,213,238)
#F1D9EF
(241,217,239)
#F2DDF0
(242,221,240)
#F3E1F1
(243,225,241)
#F4E5F2
(244,229,242)
#F5E9F3
(245,233,243)
#F6EDF4
(246,237,244)
#F7F1F5
(247,241,245)
#F8F5F6
(248,245,246)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD1ED; }

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

This text font color is #EFD1ED.


Background Color

.myBgColor { background-color: #EFD1ED; }

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

This div background color is #EFD1ED.


Border color

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

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

This div border color is #EFD1ED.


Opacity

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

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

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

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

This text has shadow with #EFD1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD1ED on black background.


Color preview on white background

This text has color #EFD1ED on white background.



Black color preview on #EFD1ED background

This text has black color on #EFD1ED background.


White color preview on #EFD1ED background

This text has white color on #EFD1ED background.