COLOR #EFD1F4

HEX: #EFD1F4
RGB: (239,209,244)

Color info

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

RGB color model

#EFD1F4 color RGB value is (239,209,244).

  • red value is 239;
  • green value is 209;
  • blue value is 244.
RGB:
(239,209,244)
(94%,82%,96%)

RGB channels and saturation

R 239 of 255 = 94%
G 209 of 255 = 82%
B 244 of 255 = 96%

239
209
244

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

Portions of RGB colors in percentages

R + G + B =
239 + 209 + 244 = 692 (100%)
R 239 of 692 ~ 34.54%
G 209 of 692 ~ 30.2%
B 244 of 692 ~ 35.26%

%34.54
%30.2
%35.26

CMYK color model

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

  • cyan value is 2.05%
  • magenta value is 14.34%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(2,14,0,4)
C2M14Y0K4 
(2%,14%,0%,4%)
(0.02/0.14/0.00/0.04)	

CMYK percentages

%2.05
%14.34
%0
%4.31

Codes

Color #EFD1F4 in popluar color models

EFD1F4
RGB239209244
HSL291°61.40%88.82%
HSB/HSV291°14.34%95.69%
CMYK2.05%14.34%0.00%
4.31%

Color #EFD1F4 in popluar number systems.

HEXEFD1F4
Decimal239209244
Binary111011111101000111110100
Octal357321364

Shades and tints

Shades of #EFD1F4

#EFD1F4
(239,209,244)
#DABEDE
(218,190,222)
#C5ABC8
(197,171,200)
#B098B2
(176,152,178)
#9B859C
(155,133,156)
#867286
(134,114,134)
#715F70
(113,95,112)
#5C4C5A
(92,76,90)
#473944
(71,57,68)
#32262E
(50,38,46)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #EFD1F4

#EFD1F4
(239,209,244)
#F0D5F5
(240,213,245)
#F1D9F6
(241,217,246)
#F2DDF7
(242,221,247)
#F3E1F8
(243,225,248)
#F4E5F9
(244,229,249)
#F5E9FA
(245,233,250)
#F6EDFB
(246,237,251)
#F7F1FC
(247,241,252)
#F8F5FD
(248,245,253)
#F9F9FE
(249,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD1F4; }

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

This text font color is #EFD1F4.


Background Color

.myBgColor { background-color: #EFD1F4; }

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

This div background color is #EFD1F4.


Border color

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

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

This div border color is #EFD1F4.


Opacity

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

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

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

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

This text has shadow with #EFD1F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD1F4 on black background.


Color preview on white background

This text has color #EFD1F4 on white background.



Black color preview on #EFD1F4 background

This text has black color on #EFD1F4 background.


White color preview on #EFD1F4 background

This text has white color on #EFD1F4 background.