COLOR #AB6E7F

HEX: #AB6E7F RGB: (171,110,127)

Color info

#AB6E7F contains mainly red and blue colors. Web safe color of #AB6E7F is #996666 (or #966).

RGB color model

#AB6E7F color RGB value is (171,110,127).

RGB: (171,110,127) (67%, 43%, 50%)

RGB channels and saturation

R 171 of 255 = 67%
G 110 of 255 = 43%
B 127 of 255 = 50%

171
110
127

R + G + B ~ 53%. #AB6E7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 171 + 110 + 127 = 408 (100%)
R 171 of 408 ~ 41.91%
G 110 of 408 ~ 26.96%
B 127 of 408 ~ 31.13'%

%41.91
%26.96
%31.13

CMYK color model

#AB6E7F color CMYK value is (0,36,26,33).

  • cyan value is 0.00%
  • magenta value is 35.67%
  • yellow value is 25.73%
  • key color value is 32.94%
CMYK: (0,36,26,33) C0M36Y26K33 (0%,36%,26%,33%) (0.00/0.36/0.26/0.33) 

CMYK percentages

%0
%35.67
%25.73
%32.94

Codes

Color #AB6E7F in popluar color models

AB 6E 7F
RGB 171 110 127
HSL 343° 26.64% 55.10%
HSB/HSV 343° 35.67% 67.06%
CMYK 0.00% 35.67% 25.73%
32.94%

Color #AB6E7F in popluar number systems.

HEX AB 6E 7F
Decimal 171 110 127
Binary 10101011 1101110 1111111
Octal 253 156 177

Shades and tints

Shades of #AB6E7F

#AB6E7F
(171,110,127)
#9C6474
(156,100,116)
#8D5A69
(141,90,105)
#7E505E
(126,80,94)
#6F4653
(111,70,83)
#603C48
(96,60,72)
#51323D
(81,50,61)
#422832
(66,40,50)
#331E27
(51,30,39)
#24141C
(36,20,28)
#150A11
(21,10,17)
#000000
(0,0,0)

Tints of #AB6E7F

#AB6E7F
(171,110,127)
#B27B8A
(178,123,138)
#B98895
(185,136,149)
#C095A0
(192,149,160)
#C7A2AB
(199,162,171)
#CEAFB6
(206,175,182)
#D5BCC1
(213,188,193)
#DCC9CC
(220,201,204)
#E3D6D7
(227,214,215)
#EAE3E2
(234,227,226)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6E7F color. Also use rgb(171,110,127) instead hex code.

Text Font Color

.myTextColor { color: #AB6E7F; }

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

This text font color is #AB6E7F.

Background Color

.myBgColor { background-color: #AB6E7F; }

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

This div background color is #AB6E7F.

Border color

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

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

This div border color is #AB6E7F.

Opacity

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

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

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

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

This text has shadow with #AB6E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6E7F.

Preview

Color preview on black background

This text has color #AB6E7F on black background.


Color preview on white background

This text has color #AB6E7F on white background.


Black color preview on #AB6E7F background

This text has black color on #AB6E7F background.


White color preview on #AB6E7F background

This text has white color on #AB6E7F background.


Related colors

Complementary color

Complementary color for #hex is #549180.


I love getcolorcode.com

Triadic colors

1 #7FAB6E and #6E7FAB with #AB6E7F are triadic colors.

2 #7F6EAB and #6EAB7F with #AB6E7F are triadic colors.