COLOR #EFD9FF

HEX: #EFD9FF
RGB: (239,217,255)

Color info

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

RGB color model

#EFD9FF color RGB value is (239,217,255).

  • red value is 239;
  • green value is 217;
  • blue value is 255.
RGB:
(239,217,255)
(94%,85%,100%)

RGB channels and saturation

R 239 of 255 = 94%
G 217 of 255 = 85%
B 255 of 255 = 100%

239
217
255

R + G + B ~ 93%. #EFD9FF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 217 + 255 = 711 (100%)
R 239 of 711 ~ 33.61%
G 217 of 711 ~ 30.52%
B 255 of 711 ~ 35.86%

%33.61
%30.52
%35.86

CMYK color model

#EFD9FF color CMYK value is (6,15,0,0).

  • cyan value is 6.27%
  • magenta value is 14.90%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(6,15,0,0)
C6M15Y0K0 
(6%,15%,0%,0%)
(0.06/0.15/0.00/0.00)	

CMYK percentages

%6.27
%14.9
%0
%0

Codes

Color #EFD9FF in popluar color models

EFD9FF
RGB239217255
HSL275°100.00%92.55%
HSB/HSV275°14.90%100.00%
CMYK6.27%14.90%0.00%
0.00%

Color #EFD9FF in popluar number systems.

HEXEFD9FF
Decimal239217255
Binary111011111101100111111111
Octal357331377

Shades and tints

Shades of #EFD9FF

#EFD9FF
(239,217,255)
#DAC6E8
(218,198,232)
#C5B3D1
(197,179,209)
#B0A0BA
(176,160,186)
#9B8DA3
(155,141,163)
#867A8C
(134,122,140)
#716775
(113,103,117)
#5C545E
(92,84,94)
#474147
(71,65,71)
#322E30
(50,46,48)
#1D1B19
(29,27,25)
#000000
(0,0,0)

Tints of #EFD9FF

#EFD9FF
(239,217,255)
#F0DCFF
(240,220,255)
#F1DFFF
(241,223,255)
#F2E2FF
(242,226,255)
#F3E5FF
(243,229,255)
#F4E8FF
(244,232,255)
#F5EBFF
(245,235,255)
#F6EEFF
(246,238,255)
#F7F1FF
(247,241,255)
#F8F4FF
(248,244,255)
#F9F7FF
(249,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD9FF; }

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

This text font color is #EFD9FF.


Background Color

.myBgColor { background-color: #EFD9FF; }

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

This div background color is #EFD9FF.


Border color

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

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

This div border color is #EFD9FF.


Opacity

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

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

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

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

This text has shadow with #EFD9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD9FF on black background.


Color preview on white background

This text has color #EFD9FF on white background.



Black color preview on #EFD9FF background

This text has black color on #EFD9FF background.


White color preview on #EFD9FF background

This text has white color on #EFD9FF background.