COLOR #EFD8FE

HEX: #EFD8FE
RGB: (239,216,254)

Color info

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

RGB color model

#EFD8FE color RGB value is (239,216,254).

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

RGB channels and saturation

R 239 of 255 = 94%
G 216 of 255 = 85%
B 254 of 255 = 100%

239
216
254

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

Portions of RGB colors in percentages

R + G + B =
239 + 216 + 254 = 709 (100%)
R 239 of 709 ~ 33.71%
G 216 of 709 ~ 30.47%
B 254 of 709 ~ 35.83%

%33.71
%30.47
%35.83

CMYK color model

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

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

CMYK percentages

%5.91
%14.96
%0
%0.39

Codes

Color #EFD8FE in popluar color models

EFD8FE
RGB239216254
HSL276°95.00%92.16%
HSB/HSV276°14.96%99.61%
CMYK5.91%14.96%0.00%
0.39%

Color #EFD8FE in popluar number systems.

HEXEFD8FE
Decimal239216254
Binary111011111101100011111110
Octal357330376

Shades and tints

Shades of #EFD8FE

#EFD8FE
(239,216,254)
#DAC5E7
(218,197,231)
#C5B2D0
(197,178,208)
#B09FB9
(176,159,185)
#9B8CA2
(155,140,162)
#86798B
(134,121,139)
#716674
(113,102,116)
#5C535D
(92,83,93)
#474046
(71,64,70)
#322D2F
(50,45,47)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #EFD8FE

#EFD8FE
(239,216,254)
#F0DBFE
(240,219,254)
#F1DEFE
(241,222,254)
#F2E1FE
(242,225,254)
#F3E4FE
(243,228,254)
#F4E7FE
(244,231,254)
#F5EAFE
(245,234,254)
#F6EDFE
(246,237,254)
#F7F0FE
(247,240,254)
#F8F3FE
(248,243,254)
#F9F6FE
(249,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD8FE; }

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

This text font color is #EFD8FE.


Background Color

.myBgColor { background-color: #EFD8FE; }

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

This div background color is #EFD8FE.


Border color

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

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

This div border color is #EFD8FE.


Opacity

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

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

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

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

This text has shadow with #EFD8FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD8FE on black background.


Color preview on white background

This text has color #EFD8FE on white background.



Black color preview on #EFD8FE background

This text has black color on #EFD8FE background.


White color preview on #EFD8FE background

This text has white color on #EFD8FE background.