COLOR #EFA7D4

HEX: #EFA7D4
RGB: (239,167,212)

Color info

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

RGB color model

#EFA7D4 color RGB value is (239,167,212).

  • red value is 239;
  • green value is 167;
  • blue value is 212.
RGB:
(239,167,212)
(94%,65%,83%)

RGB channels and saturation

R 239 of 255 = 94%
G 167 of 255 = 65%
B 212 of 255 = 83%

239
167
212

R + G + B ~ 81%. #EFA7D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 167 + 212 = 618 (100%)
R 239 of 618 ~ 38.67%
G 167 of 618 ~ 27.02%
B 212 of 618 ~ 34.3%

%38.67
%27.02
%34.3

CMYK color model

#EFA7D4 color CMYK value is (0,30,11,6).

  • cyan value is 0.00%
  • magenta value is 30.13%
  • yellow value is 11.30%
  • key color value is 6.27%
CMYK:
(0,30,11,6)
C0M30Y11K6 
(0%,30%,11%,6%)
(0.00/0.30/0.11/0.06)	

CMYK percentages

%0
%30.13
%11.3
%6.27

Codes

Color #EFA7D4 in popluar color models

EFA7D4
RGB239167212
HSL323°69.23%79.61%
HSB/HSV323°30.13%93.73%
CMYK0.00%30.13%11.30%
6.27%

Color #EFA7D4 in popluar number systems.

HEXEFA7D4
Decimal239167212
Binary111011111010011111010100
Octal357247324

Shades and tints

Shades of #EFA7D4

#EFA7D4
(239,167,212)
#DA98C1
(218,152,193)
#C589AE
(197,137,174)
#B07A9B
(176,122,155)
#9B6B88
(155,107,136)
#865C75
(134,92,117)
#714D62
(113,77,98)
#5C3E4F
(92,62,79)
#472F3C
(71,47,60)
#322029
(50,32,41)
#1D1116
(29,17,22)
#000000
(0,0,0)

Tints of #EFA7D4

#EFA7D4
(239,167,212)
#F0AFD7
(240,175,215)
#F1B7DA
(241,183,218)
#F2BFDD
(242,191,221)
#F3C7E0
(243,199,224)
#F4CFE3
(244,207,227)
#F5D7E6
(245,215,230)
#F6DFE9
(246,223,233)
#F7E7EC
(247,231,236)
#F8EFEF
(248,239,239)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA7D4 color. Also use rgb(239,167,212) instead hex code.

Text Font Color

.myTextColor { color: #EFA7D4; }

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

This text font color is #EFA7D4.


Background Color

.myBgColor { background-color: #EFA7D4; }

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

This div background color is #EFA7D4.


Border color

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

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

This div border color is #EFA7D4.


Opacity

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

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

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

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

This text has shadow with #EFA7D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA7D4 on black background.


Color preview on white background

This text has color #EFA7D4 on white background.



Black color preview on #EFA7D4 background

This text has black color on #EFA7D4 background.


White color preview on #EFA7D4 background

This text has white color on #EFA7D4 background.