COLOR #EFA7DF

HEX: #EFA7DF RGB: (239,167,223)

Color info

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

RGB color model

#EFA7DF color RGB value is (239,167,223).

RGB: (239,167,223) (94%, 65%, 87%)

RGB channels and saturation

R 239 of 255 = 94%
G 167 of 255 = 65%
B 223 of 255 = 87%

239
167
223

R + G + B ~ 82%. #EFA7DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 167 + 223 = 629 (100%)
R 239 of 629 ~ 38%
G 167 of 629 ~ 26.55%
B 223 of 629 ~ 35.45'%

%38
%26.55
%35.45

CMYK color model

#EFA7DF color CMYK value is (0,30,7,6).

  • cyan value is 0.00%
  • magenta value is 30.13%
  • yellow value is 6.69%
  • key color value is 6.27%

CMYK: (0,30,7,6)
C0M30Y7K6 (0%, 30%, 7%, 6%)
(0.00 / 0.30 / 0.07 / 0.06)

CMYK percentages

%0
%30.13
%6.69
%6.27

Codes

Color #EFA7DF in popluar color models

EF A7 DF
RGB 239 167 223
HSL 313° 69.23% 79.61%
HSB/HSV 313° 30.13% 93.73%
CMYK 0.00% 30.13% 6.69%
6.27%

Color #EFA7DF in popluar number systems.

HEX EF A7 DF
Decimal 239 167 223
Binary 11101111 10100111 11011111
Octal 357 247 337

Shades and tints

Shades of #EFA7DF

#EFA7DF
(239,167,223)
#DA98CB
(218,152,203)
#C589B7
(197,137,183)
#B07AA3
(176,122,163)
#9B6B8F
(155,107,143)
#865C7B
(134,92,123)
#714D67
(113,77,103)
#5C3E53
(92,62,83)
#472F3F
(71,47,63)
#32202B
(50,32,43)
#1D1117
(29,17,23)
#000000
(0,0,0)

Tints of #EFA7DF

#EFA7DF
(239,167,223)
#F0AFE1
(240,175,225)
#F1B7E3
(241,183,227)
#F2BFE5
(242,191,229)
#F3C7E7
(243,199,231)
#F4CFE9
(244,207,233)
#F5D7EB
(245,215,235)
#F6DFED
(246,223,237)
#F7E7EF
(247,231,239)
#F8EFF1
(248,239,241)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA7DF; }

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

This text font color is #EFA7DF.

Background Color

.myBgColor { background-color: #EFA7DF; }

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

This div background color is #EFA7DF.

Border color

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

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

This div border color is #EFA7DF.

Opacity

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

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

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

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

This text has shadow with #EFA7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA7DF.

Preview

Color preview on black background

This text has color #EFA7DF on black background.


Color preview on white background

This text has color #EFA7DF on white background.


Black color preview on #EFA7DF background

This text has black color on #EFA7DF background.


White color preview on #EFA7DF background

This text has white color on #EFA7DF background.


Related colors

Complementary color

Complementary color for #hex is #105820.


I love getcolorcode.com

Triadic colors

1 #DFEFA7 and #A7DFEF with #EFA7DF are triadic colors.

2 #DFA7EF and #A7EFDF with #EFA7DF are triadic colors.