COLOR #EFD3FF

HEX: #EFD3FF
RGB: (239,211,255)

Color info

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

RGB color model

#EFD3FF color RGB value is (239,211,255).

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

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 255 of 255 = 100%

239
211
255

R + G + B ~ 92%. #EFD3FF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 211 + 255 = 705 (100%)
R 239 of 705 ~ 33.9%
G 211 of 705 ~ 29.93%
B 255 of 705 ~ 36.17%

%33.9
%29.93
%36.17

CMYK color model

#EFD3FF color CMYK value is (6,17,0,0).

  • cyan value is 6.27%
  • magenta value is 17.25%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(6,17,0,0)
C6M17Y0K0 
(6%,17%,0%,0%)
(0.06/0.17/0.00/0.00)	

CMYK percentages

%6.27
%17.25
%0
%0

Codes

Color #EFD3FF in popluar color models

EFD3FF
RGB239211255
HSL278°100.00%91.37%
HSB/HSV278°17.25%100.00%
CMYK6.27%17.25%0.00%
0.00%

Color #EFD3FF in popluar number systems.

HEXEFD3FF
Decimal239211255
Binary111011111101001111111111
Octal357323377

Shades and tints

Shades of #EFD3FF

#EFD3FF
(239,211,255)
#DAC0E8
(218,192,232)
#C5ADD1
(197,173,209)
#B09ABA
(176,154,186)
#9B87A3
(155,135,163)
#86748C
(134,116,140)
#716175
(113,97,117)
#5C4E5E
(92,78,94)
#473B47
(71,59,71)
#322830
(50,40,48)
#1D1519
(29,21,25)
#000000
(0,0,0)

Tints of #EFD3FF

#EFD3FF
(239,211,255)
#F0D7FF
(240,215,255)
#F1DBFF
(241,219,255)
#F2DFFF
(242,223,255)
#F3E3FF
(243,227,255)
#F4E7FF
(244,231,255)
#F5EBFF
(245,235,255)
#F6EFFF
(246,239,255)
#F7F3FF
(247,243,255)
#F8F7FF
(248,247,255)
#F9FBFF
(249,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD3FF; }

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

This text font color is #EFD3FF.


Background Color

.myBgColor { background-color: #EFD3FF; }

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

This div background color is #EFD3FF.


Border color

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

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

This div border color is #EFD3FF.


Opacity

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

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

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

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

This text has shadow with #EFD3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD3FF on black background.


Color preview on white background

This text has color #EFD3FF on white background.



Black color preview on #EFD3FF background

This text has black color on #EFD3FF background.


White color preview on #EFD3FF background

This text has white color on #EFD3FF background.