COLOR #EFD1EF

HEX: #EFD1EF
RGB: (239,209,239)

Color info

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

RGB color model

#EFD1EF color RGB value is (239,209,239).

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

RGB channels and saturation

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

239
209
239

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

Portions of RGB colors in percentages

R + G + B =
239 + 209 + 239 = 687 (100%)
R 239 of 687 ~ 34.79%
G 209 of 687 ~ 30.42%
B 239 of 687 ~ 34.79%

%34.79
%30.42
%34.79

CMYK color model

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

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

CMYK percentages

%0
%12.55
%0
%6.27

Codes

Color #EFD1EF in popluar color models

EFD1EF
RGB239209239
HSL300°48.39%87.84%
HSB/HSV300°12.55%93.73%
CMYK0.00%12.55%0.00%
6.27%

Color #EFD1EF in popluar number systems.

HEXEFD1EF
Decimal239209239
Binary111011111101000111101111
Octal357321357

Shades and tints

Shades of #EFD1EF

#EFD1EF
(239,209,239)
#DABEDA
(218,190,218)
#C5ABC5
(197,171,197)
#B098B0
(176,152,176)
#9B859B
(155,133,155)
#867286
(134,114,134)
#715F71
(113,95,113)
#5C4C5C
(92,76,92)
#473947
(71,57,71)
#322632
(50,38,50)
#1D131D
(29,19,29)
#000000
(0,0,0)

Tints of #EFD1EF

#EFD1EF
(239,209,239)
#F0D5F0
(240,213,240)
#F1D9F1
(241,217,241)
#F2DDF2
(242,221,242)
#F3E1F3
(243,225,243)
#F4E5F4
(244,229,244)
#F5E9F5
(245,233,245)
#F6EDF6
(246,237,246)
#F7F1F7
(247,241,247)
#F8F5F8
(248,245,248)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD1EF; }

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

This text font color is #EFD1EF.


Background Color

.myBgColor { background-color: #EFD1EF; }

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

This div background color is #EFD1EF.


Border color

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

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

This div border color is #EFD1EF.


Opacity

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

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

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

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

This text has shadow with #EFD1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD1EF on black background.


Color preview on white background

This text has color #EFD1EF on white background.



Black color preview on #EFD1EF background

This text has black color on #EFD1EF background.


White color preview on #EFD1EF background

This text has white color on #EFD1EF background.