COLOR #EFE7F5

HEX: #EFE7F5 RGB: (239,231,245)

Color info

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

RGB color model

#EFE7F5 color RGB value is (239,231,245).

RGB: (239,231,245) (94%, 91%, 96%)

RGB channels and saturation

R 239 of 255 = 94%
G 231 of 255 = 91%
B 245 of 255 = 96%

239
231
245

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

Portions of RGB colors in percentages

R + G + B = 239 + 231 + 245 = 715 (100%)
R 239 of 715 ~ 33.43%
G 231 of 715 ~ 32.31%
B 245 of 715 ~ 34.27'%

%33.43
%32.31
%34.27

CMYK color model

#EFE7F5 color CMYK value is (2,6,0,4).

  • cyan value is 2.45%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (2,6,0,4)
C2M6Y0K4 (2%, 6%, 0%, 4%)
(0.02 / 0.06 / 0.00 / 0.04)

CMYK percentages

%2.45
%5.71
%0
%3.92

Codes

Color #EFE7F5 in popluar color models

EF E7 F5
RGB 239 231 245
HSL 274° 41.18% 93.33%
HSB/HSV 274° 5.71% 96.08%
CMYK 2.45% 5.71% 0.00%
3.92%

Color #EFE7F5 in popluar number systems.

HEX EF E7 F5
Decimal 239 231 245
Binary 11101111 11100111 11110101
Octal 357 347 365

Shades and tints

Shades of #EFE7F5

#EFE7F5
(239,231,245)
#DAD2DF
(218,210,223)
#C5BDC9
(197,189,201)
#B0A8B3
(176,168,179)
#9B939D
(155,147,157)
#867E87
(134,126,135)
#716971
(113,105,113)
#5C545B
(92,84,91)
#473F45
(71,63,69)
#322A2F
(50,42,47)
#1D1519
(29,21,25)
#000000
(0,0,0)

Tints of #EFE7F5

#EFE7F5
(239,231,245)
#F0E9F5
(240,233,245)
#F1EBF5
(241,235,245)
#F2EDF5
(242,237,245)
#F3EFF5
(243,239,245)
#F4F1F5
(244,241,245)
#F5F3F5
(245,243,245)
#F6F5F5
(246,245,245)
#F7F7F5
(247,247,245)
#F8F9F5
(248,249,245)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE7F5; }

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

This text font color is #EFE7F5.

Background Color

.myBgColor { background-color: #EFE7F5; }

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

This div background color is #EFE7F5.

Border color

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

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

This div border color is #EFE7F5.

Opacity

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

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

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

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

This text has shadow with #EFE7F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE7F5.

Preview

Color preview on black background

This text has color #EFE7F5 on black background.


Color preview on white background

This text has color #EFE7F5 on white background.


Black color preview on #EFE7F5 background

This text has black color on #EFE7F5 background.


White color preview on #EFE7F5 background

This text has white color on #EFE7F5 background.


Related colors

Complementary color

Complementary color for #hex is #10180A.


I love getcolorcode.com

Triadic colors

1 #F5EFE7 and #E7F5EF with #EFE7F5 are triadic colors.

2 #F5E7EF and #E7EFF5 with #EFE7F5 are triadic colors.