COLOR #EFD0EF

HEX: #EFD0EF
RGB: (239,208,239)

Color info

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

RGB color model

#EFD0EF color RGB value is (239,208,239).

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

RGB channels and saturation

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

239
208
239

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

Portions of RGB colors in percentages

R + G + B =
239 + 208 + 239 = 686 (100%)
R 239 of 686 ~ 34.84%
G 208 of 686 ~ 30.32%
B 239 of 686 ~ 34.84%

%34.84
%30.32
%34.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.97%
  • 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.97
%0
%6.27

Codes

Color #EFD0EF in popluar color models

EFD0EF
RGB239208239
HSL300°49.21%87.65%
HSB/HSV300°12.97%93.73%
CMYK0.00%12.97%0.00%
6.27%

Color #EFD0EF in popluar number systems.

HEXEFD0EF
Decimal239208239
Binary111011111101000011101111
Octal357320357

Shades and tints

Shades of #EFD0EF

#EFD0EF
(239,208,239)
#DABEDA
(218,190,218)
#C5ACC5
(197,172,197)
#B09AB0
(176,154,176)
#9B889B
(155,136,155)
#867686
(134,118,134)
#716471
(113,100,113)
#5C525C
(92,82,92)
#474047
(71,64,71)
#322E32
(50,46,50)
#1D1C1D
(29,28,29)
#000000
(0,0,0)

Tints of #EFD0EF

#EFD0EF
(239,208,239)
#F0D4F0
(240,212,240)
#F1D8F1
(241,216,241)
#F2DCF2
(242,220,242)
#F3E0F3
(243,224,243)
#F4E4F4
(244,228,244)
#F5E8F5
(245,232,245)
#F6ECF6
(246,236,246)
#F7F0F7
(247,240,247)
#F8F4F8
(248,244,248)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD0EF; }

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

This text font color is #EFD0EF.


Background Color

.myBgColor { background-color: #EFD0EF; }

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

This div background color is #EFD0EF.


Border color

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

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

This div border color is #EFD0EF.


Opacity

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

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

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

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

This text has shadow with #EFD0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD0EF on black background.


Color preview on white background

This text has color #EFD0EF on white background.



Black color preview on #EFD0EF background

This text has black color on #EFD0EF background.


White color preview on #EFD0EF background

This text has white color on #EFD0EF background.