COLOR #EFA8E3

HEX: #EFA8E3
RGB: (239,168,227)

Color info

#EFA8E3 contains mainly red and blue colors. Web safe color of #EFA8E3 is #FF99CC (or #F9C).

RGB color model

#EFA8E3 color RGB value is (239,168,227).

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

RGB channels and saturation

R 239 of 255 = 94%
G 168 of 255 = 66%
B 227 of 255 = 89%

239
168
227

R + G + B ~ 83%. #EFA8E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 168 + 227 = 634 (100%)
R 239 of 634 ~ 37.7%
G 168 of 634 ~ 26.5%
B 227 of 634 ~ 35.8%

%37.7
%26.5
%35.8

CMYK color model

#EFA8E3 color CMYK value is (0,30,5,6).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 5.02%
  • key color value is 6.27%
CMYK:
(0,30,5,6)
C0M30Y5K6 
(0%,30%,5%,6%)
(0.00/0.30/0.05/0.06)	

CMYK percentages

%0
%29.71
%5.02
%6.27

Codes

Color #EFA8E3 in popluar color models

EFA8E3
RGB239168227
HSL310°68.93%79.80%
HSB/HSV310°29.71%93.73%
CMYK0.00%29.71%5.02%
6.27%

Color #EFA8E3 in popluar number systems.

HEXEFA8E3
Decimal239168227
Binary111011111010100011100011
Octal357250343

Shades and tints

Shades of #EFA8E3

#EFA8E3
(239,168,227)
#DA99CF
(218,153,207)
#C58ABB
(197,138,187)
#B07BA7
(176,123,167)
#9B6C93
(155,108,147)
#865D7F
(134,93,127)
#714E6B
(113,78,107)
#5C3F57
(92,63,87)
#473043
(71,48,67)
#32212F
(50,33,47)
#1D121B
(29,18,27)
#000000
(0,0,0)

Tints of #EFA8E3

#EFA8E3
(239,168,227)
#F0AFE5
(240,175,229)
#F1B6E7
(241,182,231)
#F2BDE9
(242,189,233)
#F3C4EB
(243,196,235)
#F4CBED
(244,203,237)
#F5D2EF
(245,210,239)
#F6D9F1
(246,217,241)
#F7E0F3
(247,224,243)
#F8E7F5
(248,231,245)
#F9EEF7
(249,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA8E3; }

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

This text font color is #EFA8E3.


Background Color

.myBgColor { background-color: #EFA8E3; }

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

This div background color is #EFA8E3.


Border color

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

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

This div border color is #EFA8E3.


Opacity

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

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

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

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

This text has shadow with #EFA8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA8E3 on black background.


Color preview on white background

This text has color #EFA8E3 on white background.



Black color preview on #EFA8E3 background

This text has black color on #EFA8E3 background.


White color preview on #EFA8E3 background

This text has white color on #EFA8E3 background.