COLOR #EFA9E4

HEX: #EFA9E4
RGB: (239,169,228)

Color info

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

RGB color model

#EFA9E4 color RGB value is (239,169,228).

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

RGB channels and saturation

R 239 of 255 = 94%
G 169 of 255 = 66%
B 228 of 255 = 89%

239
169
228

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

Portions of RGB colors in percentages

R + G + B =
239 + 169 + 228 = 636 (100%)
R 239 of 636 ~ 37.58%
G 169 of 636 ~ 26.57%
B 228 of 636 ~ 35.85%

%37.58
%26.57
%35.85

CMYK color model

#EFA9E4 color CMYK value is (0,29,5,6).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 4.60%
  • key color value is 6.27%
CMYK:
(0,29,5,6)
C0M29Y5K6 
(0%,29%,5%,6%)
(0.00/0.29/0.05/0.06)	

CMYK percentages

%0
%29.29
%4.6
%6.27

Codes

Color #EFA9E4 in popluar color models

EFA9E4
RGB239169228
HSL309°68.63%80.00%
HSB/HSV309°29.29%93.73%
CMYK0.00%29.29%4.60%
6.27%

Color #EFA9E4 in popluar number systems.

HEXEFA9E4
Decimal239169228
Binary111011111010100111100100
Octal357251344

Shades and tints

Shades of #EFA9E4

#EFA9E4
(239,169,228)
#DA9AD0
(218,154,208)
#C58BBC
(197,139,188)
#B07CA8
(176,124,168)
#9B6D94
(155,109,148)
#865E80
(134,94,128)
#714F6C
(113,79,108)
#5C4058
(92,64,88)
#473144
(71,49,68)
#322230
(50,34,48)
#1D131C
(29,19,28)
#000000
(0,0,0)

Tints of #EFA9E4

#EFA9E4
(239,169,228)
#F0B0E6
(240,176,230)
#F1B7E8
(241,183,232)
#F2BEEA
(242,190,234)
#F3C5EC
(243,197,236)
#F4CCEE
(244,204,238)
#F5D3F0
(245,211,240)
#F6DAF2
(246,218,242)
#F7E1F4
(247,225,244)
#F8E8F6
(248,232,246)
#F9EFF8
(249,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA9E4 color. Also use rgb(239,169,228) instead hex code.

Text Font Color

.myTextColor { color: #EFA9E4; }

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

This text font color is #EFA9E4.


Background Color

.myBgColor { background-color: #EFA9E4; }

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

This div background color is #EFA9E4.


Border color

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

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

This div border color is #EFA9E4.


Opacity

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

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

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

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

This text has shadow with #EFA9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA9E4 on black background.


Color preview on white background

This text has color #EFA9E4 on white background.



Black color preview on #EFA9E4 background

This text has black color on #EFA9E4 background.


White color preview on #EFA9E4 background

This text has white color on #EFA9E4 background.