COLOR #EFD7F9

HEX: #EFD7F9
RGB: (239,215,249)

Color info

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

RGB color model

#EFD7F9 color RGB value is (239,215,249).

  • red value is 239;
  • green value is 215;
  • blue value is 249.
RGB:
(239,215,249)
(94%,84%,98%)

RGB channels and saturation

R 239 of 255 = 94%
G 215 of 255 = 84%
B 249 of 255 = 98%

239
215
249

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

Portions of RGB colors in percentages

R + G + B =
239 + 215 + 249 = 703 (100%)
R 239 of 703 ~ 34%
G 215 of 703 ~ 30.58%
B 249 of 703 ~ 35.42%

%34
%30.58
%35.42

CMYK color model

#EFD7F9 color CMYK value is (4,14,0,2).

  • cyan value is 4.02%
  • magenta value is 13.65%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(4,14,0,2)
C4M14Y0K2 
(4%,14%,0%,2%)
(0.04/0.14/0.00/0.02)	

CMYK percentages

%4.02
%13.65
%0
%2.35

Codes

Color #EFD7F9 in popluar color models

EFD7F9
RGB239215249
HSL282°73.91%90.98%
HSB/HSV282°13.65%97.65%
CMYK4.02%13.65%0.00%
2.35%

Color #EFD7F9 in popluar number systems.

HEXEFD7F9
Decimal239215249
Binary111011111101011111111001
Octal357327371

Shades and tints

Shades of #EFD7F9

#EFD7F9
(239,215,249)
#DAC4E3
(218,196,227)
#C5B1CD
(197,177,205)
#B09EB7
(176,158,183)
#9B8BA1
(155,139,161)
#86788B
(134,120,139)
#716575
(113,101,117)
#5C525F
(92,82,95)
#473F49
(71,63,73)
#322C33
(50,44,51)
#1D191D
(29,25,29)
#000000
(0,0,0)

Tints of #EFD7F9

#EFD7F9
(239,215,249)
#F0DAF9
(240,218,249)
#F1DDF9
(241,221,249)
#F2E0F9
(242,224,249)
#F3E3F9
(243,227,249)
#F4E6F9
(244,230,249)
#F5E9F9
(245,233,249)
#F6ECF9
(246,236,249)
#F7EFF9
(247,239,249)
#F8F2F9
(248,242,249)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD7F9; }

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

This text font color is #EFD7F9.


Background Color

.myBgColor { background-color: #EFD7F9; }

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

This div background color is #EFD7F9.


Border color

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

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

This div border color is #EFD7F9.


Opacity

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

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

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

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

This text has shadow with #EFD7F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD7F9 on black background.


Color preview on white background

This text has color #EFD7F9 on white background.



Black color preview on #EFD7F9 background

This text has black color on #EFD7F9 background.


White color preview on #EFD7F9 background

This text has white color on #EFD7F9 background.