COLOR #EFD6F6

HEX: #EFD6F6
RGB: (239,214,246)

Color info

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

RGB color model

#EFD6F6 color RGB value is (239,214,246).

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

RGB channels and saturation

R 239 of 255 = 94%
G 214 of 255 = 84%
B 246 of 255 = 96%

239
214
246

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

Portions of RGB colors in percentages

R + G + B =
239 + 214 + 246 = 699 (100%)
R 239 of 699 ~ 34.19%
G 214 of 699 ~ 30.62%
B 246 of 699 ~ 35.19%

%34.19
%30.62
%35.19

CMYK color model

#EFD6F6 color CMYK value is (3,13,0,4).

  • cyan value is 2.85%
  • magenta value is 13.01%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(3,13,0,4)
C3M13Y0K4 
(3%,13%,0%,4%)
(0.03/0.13/0.00/0.04)	

CMYK percentages

%2.85
%13.01
%0
%3.53

Codes

Color #EFD6F6 in popluar color models

EFD6F6
RGB239214246
HSL287°64.00%90.20%
HSB/HSV287°13.01%96.47%
CMYK2.85%13.01%0.00%
3.53%

Color #EFD6F6 in popluar number systems.

HEXEFD6F6
Decimal239214246
Binary111011111101011011110110
Octal357326366

Shades and tints

Shades of #EFD6F6

#EFD6F6
(239,214,246)
#DAC3E0
(218,195,224)
#C5B0CA
(197,176,202)
#B09DB4
(176,157,180)
#9B8A9E
(155,138,158)
#867788
(134,119,136)
#716472
(113,100,114)
#5C515C
(92,81,92)
#473E46
(71,62,70)
#322B30
(50,43,48)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #EFD6F6

#EFD6F6
(239,214,246)
#F0D9F6
(240,217,246)
#F1DCF6
(241,220,246)
#F2DFF6
(242,223,246)
#F3E2F6
(243,226,246)
#F4E5F6
(244,229,246)
#F5E8F6
(245,232,246)
#F6EBF6
(246,235,246)
#F7EEF6
(247,238,246)
#F8F1F6
(248,241,246)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD6F6; }

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

This text font color is #EFD6F6.


Background Color

.myBgColor { background-color: #EFD6F6; }

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

This div background color is #EFD6F6.


Border color

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

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

This div border color is #EFD6F6.


Opacity

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

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

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

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

This text has shadow with #EFD6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD6F6 on black background.


Color preview on white background

This text has color #EFD6F6 on white background.



Black color preview on #EFD6F6 background

This text has black color on #EFD6F6 background.


White color preview on #EFD6F6 background

This text has white color on #EFD6F6 background.