COLOR #EFE7F1

HEX: #EFE7F1
RGB: (239,231,241)

Color info

#EFE7F1 contains red, green and blue colors in about the same proportion. Web safe color of #EFE7F1 is #FFFFFF (or #FFF).

RGB color model

#EFE7F1 color RGB value is (239,231,241).

  • red value is 239;
  • green value is 231;
  • blue value is 241.
RGB: (239,231,241) (94%,91%,95%)

RGB channels and saturation

R 239 of 255 = 94%
G 231 of 255 = 91%
B 241 of 255 = 95%

239
231
241

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

Portions of RGB colors in percentages

R + G + B =
239 + 231 + 241 = 711 (100%)
R 239 of 711 ~ 33.61%
G 231 of 711 ~ 32.49%
B 241 of 711 ~ 33.9%

%33.61
%32.49
%33.9

CMYK color model

#EFE7F1 color CMYK value is (1,4,0,5).

  • cyan value is 0.83%
  • magenta value is 4.15%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (1,4,0,5) C1M4Y0K5 (1%,4%,0%,5%) (0.01/0.04/0.00/0.05)

CMYK percentages

%0.83
%4.15
%0
%5.49

Codes

Color #EFE7F1 in popluar color models

EFE7F1
RGB239231241
HSL288°26.32%92.55%
HSB/HSV288°4.15%94.51%
CMYK0.83%4.15%0.00%
5.49%

Color #EFE7F1 in popluar number systems.

HEXEFE7F1
Decimal239231241
Binary111011111110011111110001
Octal357347361

Shades and tints

Shades of #EFE7F1

#EFE7F1
(239,231,241)
#DAD2DC
(218,210,220)
#C5BDC7
(197,189,199)
#B0A8B2
(176,168,178)
#9B939D
(155,147,157)
#867E88
(134,126,136)
#716973
(113,105,115)
#5C545E
(92,84,94)
#473F49
(71,63,73)
#322A34
(50,42,52)
#1D151F
(29,21,31)
#000000
(0,0,0)

Tints of #EFE7F1

#EFE7F1
(239,231,241)
#F0E9F2
(240,233,242)
#F1EBF3
(241,235,243)
#F2EDF4
(242,237,244)
#F3EFF5
(243,239,245)
#F4F1F6
(244,241,246)
#F5F3F7
(245,243,247)
#F6F5F8
(246,245,248)
#F7F7F9
(247,247,249)
#F8F9FA
(248,249,250)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE7F1 color. Also use rgb(239,231,241) instead hex code.

Text Font Color

.myTextColor { color: #EFE7F1; }

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

This text font color is #EFE7F1.


Background Color

.myBgColor { background-color: #EFE7F1; }

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

This div background color is #EFE7F1.


Border color

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

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

This div border color is #EFE7F1.


Opacity

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

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

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

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

This text has shadow with #EFE7F1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EFE7F1 on black background.


Color preview on white background

This text has color #EFE7F1 on white background.



Black color preview on #EFE7F1 background

This text has black color on #EFE7F1 background.


White color preview on #EFE7F1 background

This text has white color on #EFE7F1 background.