COLOR #AB6E7D

HEX: #AB6E7D RGB: (171,110,125)

Color info

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

RGB color model

#AB6E7D color RGB value is (171,110,125).

RGB: (171,110,125) (67%, 43%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 110 of 255 = 43%
B 125 of 255 = 49%

171
110
125

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

Portions of RGB colors in percentages

R + G + B = 171 + 110 + 125 = 406 (100%)
R 171 of 406 ~ 42.12%
G 110 of 406 ~ 27.09%
B 125 of 406 ~ 30.79'%

%42.12
%27.09
%30.79

CMYK color model

#AB6E7D color CMYK value is (0,36,27,33).

  • cyan value is 0.00%
  • magenta value is 35.67%
  • yellow value is 26.90%
  • key color value is 32.94%
CMYK: (0,36,27,33) C0M36Y27K33 (0%,36%,27%,33%) (0.00/0.36/0.27/0.33) 

CMYK percentages

%0
%35.67
%26.9
%32.94

Codes

Color #AB6E7D in popluar color models

AB 6E 7D
RGB 171 110 125
HSL 345° 26.64% 55.10%
HSB/HSV 345° 35.67% 67.06%
CMYK 0.00% 35.67% 26.90%
32.94%

Color #AB6E7D in popluar number systems.

HEX AB 6E 7D
Decimal 171 110 125
Binary 10101011 1101110 1111101
Octal 253 156 175

Shades and tints

Shades of #AB6E7D

#AB6E7D
(171,110,125)
#9C6472
(156,100,114)
#8D5A67
(141,90,103)
#7E505C
(126,80,92)
#6F4651
(111,70,81)
#603C46
(96,60,70)
#51323B
(81,50,59)
#422830
(66,40,48)
#331E25
(51,30,37)
#24141A
(36,20,26)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #AB6E7D

#AB6E7D
(171,110,125)
#B27B88
(178,123,136)
#B98893
(185,136,147)
#C0959E
(192,149,158)
#C7A2A9
(199,162,169)
#CEAFB4
(206,175,180)
#D5BCBF
(213,188,191)
#DCC9CA
(220,201,202)
#E3D6D5
(227,214,213)
#EAE3E0
(234,227,224)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6E7D; }

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

This text font color is #AB6E7D.

Background Color

.myBgColor { background-color: #AB6E7D; }

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

This div background color is #AB6E7D.

Border color

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

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

This div border color is #AB6E7D.

Opacity

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

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

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

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

This text has shadow with #AB6E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6E7D.

Preview

Color preview on black background

This text has color #AB6E7D on black background.


Color preview on white background

This text has color #AB6E7D on white background.


Black color preview on #AB6E7D background

This text has black color on #AB6E7D background.


White color preview on #AB6E7D background

This text has white color on #AB6E7D background.


Related colors

Complementary color

Complementary color for #hex is #549182.


I love getcolorcode.com

Triadic colors

1 #7DAB6E and #6E7DAB with #AB6E7D are triadic colors.

2 #7D6EAB and #6EAB7D with #AB6E7D are triadic colors.