COLOR #EFD6F1

HEX: #EFD6F1
RGB: (239,214,241)

Color info

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

RGB color model

#EFD6F1 color RGB value is (239,214,241).

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

RGB channels and saturation

R 239 of 255 = 94%
G 214 of 255 = 84%
B 241 of 255 = 95%

239
214
241

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

Portions of RGB colors in percentages

R + G + B =
239 + 214 + 241 = 694 (100%)
R 239 of 694 ~ 34.44%
G 214 of 694 ~ 30.84%
B 241 of 694 ~ 34.73%

%34.44
%30.84
%34.73

CMYK color model

#EFD6F1 color CMYK value is (1,11,0,5).

  • cyan value is 0.83%
  • magenta value is 11.20%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(1,11,0,5)
C1M11Y0K5 
(1%,11%,0%,5%)
(0.01/0.11/0.00/0.05)	

CMYK percentages

%0.83
%11.2
%0
%5.49

Codes

Color #EFD6F1 in popluar color models

EFD6F1
RGB239214241
HSL296°49.09%89.22%
HSB/HSV296°11.20%94.51%
CMYK0.83%11.20%0.00%
5.49%

Color #EFD6F1 in popluar number systems.

HEXEFD6F1
Decimal239214241
Binary111011111101011011110001
Octal357326361

Shades and tints

Shades of #EFD6F1

#EFD6F1
(239,214,241)
#DAC3DC
(218,195,220)
#C5B0C7
(197,176,199)
#B09DB2
(176,157,178)
#9B8A9D
(155,138,157)
#867788
(134,119,136)
#716473
(113,100,115)
#5C515E
(92,81,94)
#473E49
(71,62,73)
#322B34
(50,43,52)
#1D181F
(29,24,31)
#000000
(0,0,0)

Tints of #EFD6F1

#EFD6F1
(239,214,241)
#F0D9F2
(240,217,242)
#F1DCF3
(241,220,243)
#F2DFF4
(242,223,244)
#F3E2F5
(243,226,245)
#F4E5F6
(244,229,246)
#F5E8F7
(245,232,247)
#F6EBF8
(246,235,248)
#F7EEF9
(247,238,249)
#F8F1FA
(248,241,250)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD6F1; }

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

This text font color is #EFD6F1.


Background Color

.myBgColor { background-color: #EFD6F1; }

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

This div background color is #EFD6F1.


Border color

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

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

This div border color is #EFD6F1.


Opacity

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

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

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

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

This text has shadow with #EFD6F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD6F1 on black background.


Color preview on white background

This text has color #EFD6F1 on white background.



Black color preview on #EFD6F1 background

This text has black color on #EFD6F1 background.


White color preview on #EFD6F1 background

This text has white color on #EFD6F1 background.