COLOR #EFA3BC

HEX: #EFA3BC RGB: (239,163,188)

Color info

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

RGB color model

#EFA3BC color RGB value is (239,163,188).

RGB: (239,163,188) (94%, 64%, 74%)

RGB channels and saturation

R 239 of 255 = 94%
G 163 of 255 = 64%
B 188 of 255 = 74%

239
163
188

R + G + B ~ 77%. #EFA3BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 163 + 188 = 590 (100%)
R 239 of 590 ~ 40.51%
G 163 of 590 ~ 27.63%
B 188 of 590 ~ 31.86'%

%40.51
%27.63
%31.86

CMYK color model

#EFA3BC color CMYK value is (0,32,21,6).

  • cyan value is 0.00%
  • magenta value is 31.80%
  • yellow value is 21.34%
  • key color value is 6.27%
CMYK: (0,32,21,6) C0M32Y21K6 (0%,32%,21%,6%) (0.00/0.32/0.21/0.06) 

CMYK percentages

%0
%31.8
%21.34
%6.27

Codes

Color #EFA3BC in popluar color models

EF A3 BC
RGB 239 163 188
HSL 340° 70.37% 78.82%
HSB/HSV 340° 31.80% 93.73%
CMYK 0.00% 31.80% 21.34%
6.27%

Color #EFA3BC in popluar number systems.

HEX EF A3 BC
Decimal 239 163 188
Binary 11101111 10100011 10111100
Octal 357 243 274

Shades and tints

Shades of #EFA3BC

#EFA3BC
(239,163,188)
#DA95AB
(218,149,171)
#C5879A
(197,135,154)
#B07989
(176,121,137)
#9B6B78
(155,107,120)
#865D67
(134,93,103)
#714F56
(113,79,86)
#5C4145
(92,65,69)
#473334
(71,51,52)
#322523
(50,37,35)
#1D1712
(29,23,18)
#000000
(0,0,0)

Tints of #EFA3BC

#EFA3BC
(239,163,188)
#F0ABC2
(240,171,194)
#F1B3C8
(241,179,200)
#F2BBCE
(242,187,206)
#F3C3D4
(243,195,212)
#F4CBDA
(244,203,218)
#F5D3E0
(245,211,224)
#F6DBE6
(246,219,230)
#F7E3EC
(247,227,236)
#F8EBF2
(248,235,242)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA3BC color. Also use rgb(239,163,188) instead hex code.

Text Font Color

.myTextColor { color: #EFA3BC; }

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

This text font color is #EFA3BC.

Background Color

.myBgColor { background-color: #EFA3BC; }

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

This div background color is #EFA3BC.

Border color

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

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

This div border color is #EFA3BC.

Opacity

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

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

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

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

This text has shadow with #EFA3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA3BC.

Preview

Color preview on black background

This text has color #EFA3BC on black background.


Color preview on white background

This text has color #EFA3BC on white background.


Black color preview on #EFA3BC background

This text has black color on #EFA3BC background.


White color preview on #EFA3BC background

This text has white color on #EFA3BC background.


Related colors

Complementary color

Complementary color for #hex is #105C43.


I love getcolorcode.com

Triadic colors

1 #BCEFA3 and #A3BCEF with #EFA3BC are triadic colors.

2 #BCA3EF and #A3EFBC with #EFA3BC are triadic colors.