COLOR #EFE1F2

HEX: #EFE1F2
RGB: (239,225,242)

Color info

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

RGB color model

#EFE1F2 color RGB value is (239,225,242).

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

RGB channels and saturation

R 239 of 255 = 94%
G 225 of 255 = 88%
B 242 of 255 = 95%

239
225
242

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

Portions of RGB colors in percentages

R + G + B =
239 + 225 + 242 = 706 (100%)
R 239 of 706 ~ 33.85%
G 225 of 706 ~ 31.87%
B 242 of 706 ~ 34.28%

%33.85
%31.87
%34.28

CMYK color model

#EFE1F2 color CMYK value is (1,7,0,5).

  • cyan value is 1.24%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (1,7,0,5) C1M7Y0K5 (1%,7%,0%,5%) (0.01/0.07/0.00/0.05)

CMYK percentages

%1.24
%7.02
%0
%5.1

Codes

Color #EFE1F2 in popluar color models

EFE1F2
RGB239225242
HSL289°39.53%91.57%
HSB/HSV289°7.02%94.90%
CMYK1.24%7.02%0.00%
5.10%

Color #EFE1F2 in popluar number systems.

HEXEFE1F2
Decimal239225242
Binary111011111110000111110010
Octal357341362

Shades and tints

Shades of #EFE1F2

#EFE1F2
(239,225,242)
#DACDDC
(218,205,220)
#C5B9C6
(197,185,198)
#B0A5B0
(176,165,176)
#9B919A
(155,145,154)
#867D84
(134,125,132)
#71696E
(113,105,110)
#5C5558
(92,85,88)
#474142
(71,65,66)
#322D2C
(50,45,44)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #EFE1F2

#EFE1F2
(239,225,242)
#F0E3F3
(240,227,243)
#F1E5F4
(241,229,244)
#F2E7F5
(242,231,245)
#F3E9F6
(243,233,246)
#F4EBF7
(244,235,247)
#F5EDF8
(245,237,248)
#F6EFF9
(246,239,249)
#F7F1FA
(247,241,250)
#F8F3FB
(248,243,251)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE1F2; }

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

This text font color is #EFE1F2.


Background Color

.myBgColor { background-color: #EFE1F2; }

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

This div background color is #EFE1F2.


Border color

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

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

This div border color is #EFE1F2.


Opacity

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

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

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

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

This text has shadow with #EFE1F2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EFE1F2 on black background.


Color preview on white background

This text has color #EFE1F2 on white background.



Black color preview on #EFE1F2 background

This text has black color on #EFE1F2 background.


White color preview on #EFE1F2 background

This text has white color on #EFE1F2 background.