COLOR #EFA8E7

HEX: #EFA8E7
RGB: (239,168,231)

Color info

#EFA8E7 contains mainly red and blue colors. Web safe color of #EFA8E7 is #FF99FF (or #F9F).

RGB color model

#EFA8E7 color RGB value is (239,168,231).

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

RGB channels and saturation

R 239 of 255 = 94%
G 168 of 255 = 66%
B 231 of 255 = 91%

239
168
231

R + G + B ~ 84%. #EFA8E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 168 + 231 = 638 (100%)
R 239 of 638 ~ 37.46%
G 168 of 638 ~ 26.33%
B 231 of 638 ~ 36.21%

%37.46
%26.33
%36.21

CMYK color model

#EFA8E7 color CMYK value is (0,30,3,6).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 3.35%
  • key color value is 6.27%
CMYK:
(0,30,3,6)
C0M30Y3K6 
(0%,30%,3%,6%)
(0.00/0.30/0.03/0.06)	

CMYK percentages

%0
%29.71
%3.35
%6.27

Codes

Color #EFA8E7 in popluar color models

EFA8E7
RGB239168231
HSL307°68.93%79.80%
HSB/HSV307°29.71%93.73%
CMYK0.00%29.71%3.35%
6.27%

Color #EFA8E7 in popluar number systems.

HEXEFA8E7
Decimal239168231
Binary111011111010100011100111
Octal357250347

Shades and tints

Shades of #EFA8E7

#EFA8E7
(239,168,231)
#DA99D2
(218,153,210)
#C58ABD
(197,138,189)
#B07BA8
(176,123,168)
#9B6C93
(155,108,147)
#865D7E
(134,93,126)
#714E69
(113,78,105)
#5C3F54
(92,63,84)
#47303F
(71,48,63)
#32212A
(50,33,42)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #EFA8E7

#EFA8E7
(239,168,231)
#F0AFE9
(240,175,233)
#F1B6EB
(241,182,235)
#F2BDED
(242,189,237)
#F3C4EF
(243,196,239)
#F4CBF1
(244,203,241)
#F5D2F3
(245,210,243)
#F6D9F5
(246,217,245)
#F7E0F7
(247,224,247)
#F8E7F9
(248,231,249)
#F9EEFB
(249,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA8E7; }

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

This text font color is #EFA8E7.


Background Color

.myBgColor { background-color: #EFA8E7; }

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

This div background color is #EFA8E7.


Border color

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

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

This div border color is #EFA8E7.


Opacity

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

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

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

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

This text has shadow with #EFA8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA8E7 on black background.


Color preview on white background

This text has color #EFA8E7 on white background.



Black color preview on #EFA8E7 background

This text has black color on #EFA8E7 background.


White color preview on #EFA8E7 background

This text has white color on #EFA8E7 background.