COLOR #EFE1FD

HEX: #EFE1FD
RGB: (239,225,253)

Color info

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

RGB color model

#EFE1FD color RGB value is (239,225,253).

  • red value is 239;
  • green value is 225;
  • blue value is 253.
RGB:
(239,225,253)
(94%,88%,99%)

RGB channels and saturation

R 239 of 255 = 94%
G 225 of 255 = 88%
B 253 of 255 = 99%

239
225
253

R + G + B ~ 94%. #EFE1FD is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 225 + 253 = 717 (100%)
R 239 of 717 ~ 33.33%
G 225 of 717 ~ 31.38%
B 253 of 717 ~ 35.29%

%33.33
%31.38
%35.29

CMYK color model

#EFE1FD color CMYK value is (6,11,0,1).

  • cyan value is 5.53%
  • magenta value is 11.07%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(6,11,0,1)
C6M11Y0K1 
(6%,11%,0%,1%)
(0.06/0.11/0.00/0.01)	

CMYK percentages

%5.53
%11.07
%0
%0.78

Codes

Color #EFE1FD in popluar color models

EFE1FD
RGB239225253
HSL270°87.50%93.73%
HSB/HSV270°11.07%99.22%
CMYK5.53%11.07%0.00%
0.78%

Color #EFE1FD in popluar number systems.

HEXEFE1FD
Decimal239225253
Binary111011111110000111111101
Octal357341375

Shades and tints

Shades of #EFE1FD

#EFE1FD
(239,225,253)
#DACDE6
(218,205,230)
#C5B9CF
(197,185,207)
#B0A5B8
(176,165,184)
#9B91A1
(155,145,161)
#867D8A
(134,125,138)
#716973
(113,105,115)
#5C555C
(92,85,92)
#474145
(71,65,69)
#322D2E
(50,45,46)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #EFE1FD

#EFE1FD
(239,225,253)
#F0E3FD
(240,227,253)
#F1E5FD
(241,229,253)
#F2E7FD
(242,231,253)
#F3E9FD
(243,233,253)
#F4EBFD
(244,235,253)
#F5EDFD
(245,237,253)
#F6EFFD
(246,239,253)
#F7F1FD
(247,241,253)
#F8F3FD
(248,243,253)
#F9F5FD
(249,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE1FD color. Also use rgb(239,225,253) instead hex code.

Text Font Color

.myTextColor { color: #EFE1FD; }

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

This text font color is #EFE1FD.


Background Color

.myBgColor { background-color: #EFE1FD; }

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

This div background color is #EFE1FD.


Border color

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

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

This div border color is #EFE1FD.


Opacity

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

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

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

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

This text has shadow with #EFE1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE1FD on black background.


Color preview on white background

This text has color #EFE1FD on white background.



Black color preview on #EFE1FD background

This text has black color on #EFE1FD background.


White color preview on #EFE1FD background

This text has white color on #EFE1FD background.