COLOR #EFD5EF

HEX: #EFD5EF
RGB: (239,213,239)

Color info

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

RGB color model

#EFD5EF color RGB value is (239,213,239).

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

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 239 of 255 = 94%

239
213
239

R + G + B ~ 91%. #EFD5EF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 213 + 239 = 691 (100%)
R 239 of 691 ~ 34.59%
G 213 of 691 ~ 30.82%
B 239 of 691 ~ 34.59%

%34.59
%30.82
%34.59

CMYK color model

#EFD5EF color CMYK value is (0,11,0,6).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(0,11,0,6)
C0M11Y0K6 
(0%,11%,0%,6%)
(0.00/0.11/0.00/0.06)	

CMYK percentages

%0
%10.88
%0
%6.27

Codes

Color #EFD5EF in popluar color models

EFD5EF
RGB239213239
HSL300°44.83%88.63%
HSB/HSV300°10.88%93.73%
CMYK0.00%10.88%0.00%
6.27%

Color #EFD5EF in popluar number systems.

HEXEFD5EF
Decimal239213239
Binary111011111101010111101111
Octal357325357

Shades and tints

Shades of #EFD5EF

#EFD5EF
(239,213,239)
#DAC2DA
(218,194,218)
#C5AFC5
(197,175,197)
#B09CB0
(176,156,176)
#9B899B
(155,137,155)
#867686
(134,118,134)
#716371
(113,99,113)
#5C505C
(92,80,92)
#473D47
(71,61,71)
#322A32
(50,42,50)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #EFD5EF

#EFD5EF
(239,213,239)
#F0D8F0
(240,216,240)
#F1DBF1
(241,219,241)
#F2DEF2
(242,222,242)
#F3E1F3
(243,225,243)
#F4E4F4
(244,228,244)
#F5E7F5
(245,231,245)
#F6EAF6
(246,234,246)
#F7EDF7
(247,237,247)
#F8F0F8
(248,240,248)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD5EF; }

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

This text font color is #EFD5EF.


Background Color

.myBgColor { background-color: #EFD5EF; }

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

This div background color is #EFD5EF.


Border color

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

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

This div border color is #EFD5EF.


Opacity

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

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

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

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

This text has shadow with #EFD5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD5EF on black background.


Color preview on white background

This text has color #EFD5EF on white background.



Black color preview on #EFD5EF background

This text has black color on #EFD5EF background.


White color preview on #EFD5EF background

This text has white color on #EFD5EF background.