COLOR #EFA9BF

HEX: #EFA9BF RGB: (239,169,191)

Color info

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

RGB color model

#EFA9BF color RGB value is (239,169,191).

RGB: (239,169,191) (94%, 66%, 75%)

RGB channels and saturation

R 239 of 255 = 94%
G 169 of 255 = 66%
B 191 of 255 = 75%

239
169
191

R + G + B ~ 78%. #EFA9BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 169 + 191 = 599 (100%)
R 239 of 599 ~ 39.9%
G 169 of 599 ~ 28.21%
B 191 of 599 ~ 31.89'%

%39.9
%28.21
%31.89

CMYK color model

#EFA9BF color CMYK value is (0,29,20,6).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 20.08%
  • key color value is 6.27%
CMYK: (0,29,20,6) C0M29Y20K6 (0%,29%,20%,6%) (0.00/0.29/0.20/0.06) 

CMYK percentages

%0
%29.29
%20.08
%6.27

Codes

Color #EFA9BF in popluar color models

EF A9 BF
RGB 239 169 191
HSL 341° 68.63% 80.00%
HSB/HSV 341° 29.29% 93.73%
CMYK 0.00% 29.29% 20.08%
6.27%

Color #EFA9BF in popluar number systems.

HEX EF A9 BF
Decimal 239 169 191
Binary 11101111 10101001 10111111
Octal 357 251 277

Shades and tints

Shades of #EFA9BF

#EFA9BF
(239,169,191)
#DA9AAE
(218,154,174)
#C58B9D
(197,139,157)
#B07C8C
(176,124,140)
#9B6D7B
(155,109,123)
#865E6A
(134,94,106)
#714F59
(113,79,89)
#5C4048
(92,64,72)
#473137
(71,49,55)
#322226
(50,34,38)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #EFA9BF

#EFA9BF
(239,169,191)
#F0B0C4
(240,176,196)
#F1B7C9
(241,183,201)
#F2BECE
(242,190,206)
#F3C5D3
(243,197,211)
#F4CCD8
(244,204,216)
#F5D3DD
(245,211,221)
#F6DAE2
(246,218,226)
#F7E1E7
(247,225,231)
#F8E8EC
(248,232,236)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA9BF; }

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

This text font color is #EFA9BF.

Background Color

.myBgColor { background-color: #EFA9BF; }

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

This div background color is #EFA9BF.

Border color

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

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

This div border color is #EFA9BF.

Opacity

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

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

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

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

This text has shadow with #EFA9BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA9BF.

Preview

Color preview on black background

This text has color #EFA9BF on black background.


Color preview on white background

This text has color #EFA9BF on white background.


Black color preview on #EFA9BF background

This text has black color on #EFA9BF background.


White color preview on #EFA9BF background

This text has white color on #EFA9BF background.


Related colors

Complementary color

Complementary color for #hex is #105640.


I love getcolorcode.com

Triadic colors

1 #BFEFA9 and #A9BFEF with #EFA9BF are triadic colors.

2 #BFA9EF and #A9EFBF with #EFA9BF are triadic colors.