COLOR #EFD3EF

HEX: #EFD3EF
RGB: (239,211,239)

Color info

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

RGB color model

#EFD3EF color RGB value is (239,211,239).

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

RGB channels and saturation

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

239
211
239

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

Portions of RGB colors in percentages

R + G + B =
239 + 211 + 239 = 689 (100%)
R 239 of 689 ~ 34.69%
G 211 of 689 ~ 30.62%
B 239 of 689 ~ 34.69%

%34.69
%30.62
%34.69

CMYK color model

#EFD3EF color CMYK value is (0,12,0,6).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(0,12,0,6)
C0M12Y0K6 
(0%,12%,0%,6%)
(0.00/0.12/0.00/0.06)	

CMYK percentages

%0
%11.72
%0
%6.27

Codes

Color #EFD3EF in popluar color models

EFD3EF
RGB239211239
HSL300°46.67%88.24%
HSB/HSV300°11.72%93.73%
CMYK0.00%11.72%0.00%
6.27%

Color #EFD3EF in popluar number systems.

HEXEFD3EF
Decimal239211239
Binary111011111101001111101111
Octal357323357

Shades and tints

Shades of #EFD3EF

#EFD3EF
(239,211,239)
#DAC0DA
(218,192,218)
#C5ADC5
(197,173,197)
#B09AB0
(176,154,176)
#9B879B
(155,135,155)
#867486
(134,116,134)
#716171
(113,97,113)
#5C4E5C
(92,78,92)
#473B47
(71,59,71)
#322832
(50,40,50)
#1D151D
(29,21,29)
#000000
(0,0,0)

Tints of #EFD3EF

#EFD3EF
(239,211,239)
#F0D7F0
(240,215,240)
#F1DBF1
(241,219,241)
#F2DFF2
(242,223,242)
#F3E3F3
(243,227,243)
#F4E7F4
(244,231,244)
#F5EBF5
(245,235,245)
#F6EFF6
(246,239,246)
#F7F3F7
(247,243,247)
#F8F7F8
(248,247,248)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD3EF; }

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

This text font color is #EFD3EF.


Background Color

.myBgColor { background-color: #EFD3EF; }

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

This div background color is #EFD3EF.


Border color

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

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

This div border color is #EFD3EF.


Opacity

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

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

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

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

This text has shadow with #EFD3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD3EF on black background.


Color preview on white background

This text has color #EFD3EF on white background.



Black color preview on #EFD3EF background

This text has black color on #EFD3EF background.


White color preview on #EFD3EF background

This text has white color on #EFD3EF background.