COLOR #AB6E7B

HEX: #AB6E7B RGB: (171,110,123)

Color info

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

RGB color model

#AB6E7B color RGB value is (171,110,123).

RGB: (171,110,123) (67%, 43%, 48%)

RGB channels and saturation

R 171 of 255 = 67%
G 110 of 255 = 43%
B 123 of 255 = 48%

171
110
123

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

Portions of RGB colors in percentages

R + G + B = 171 + 110 + 123 = 404 (100%)
R 171 of 404 ~ 42.33%
G 110 of 404 ~ 27.23%
B 123 of 404 ~ 30.45'%

%42.33
%27.23
%30.45

CMYK color model

#AB6E7B color CMYK value is (0,36,28,33).

  • cyan value is 0.00%
  • magenta value is 35.67%
  • yellow value is 28.07%
  • key color value is 32.94%

CMYK: (0,36,28,33)
C0M36Y28K33 (0%, 36%, 28%, 33%)
(0.00 / 0.36 / 0.28 / 0.33)

CMYK percentages

%0
%35.67
%28.07
%32.94

Codes

Color #AB6E7B in popluar color models

AB 6E 7B
RGB 171 110 123
HSL 347° 26.64% 55.10%
HSB/HSV 347° 35.67% 67.06%
CMYK 0.00% 35.67% 28.07%
32.94%

Color #AB6E7B in popluar number systems.

HEX AB 6E 7B
Decimal 171 110 123
Binary 10101011 1101110 1111011
Octal 253 156 173

Shades and tints

Shades of #AB6E7B

#AB6E7B
(171,110,123)
#9C6470
(156,100,112)
#8D5A65
(141,90,101)
#7E505A
(126,80,90)
#6F464F
(111,70,79)
#603C44
(96,60,68)
#513239
(81,50,57)
#42282E
(66,40,46)
#331E23
(51,30,35)
#241418
(36,20,24)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #AB6E7B

#AB6E7B
(171,110,123)
#B27B87
(178,123,135)
#B98893
(185,136,147)
#C0959F
(192,149,159)
#C7A2AB
(199,162,171)
#CEAFB7
(206,175,183)
#D5BCC3
(213,188,195)
#DCC9CF
(220,201,207)
#E3D6DB
(227,214,219)
#EAE3E7
(234,227,231)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6E7B; }

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

This text font color is #AB6E7B.

Background Color

.myBgColor { background-color: #AB6E7B; }

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

This div background color is #AB6E7B.

Border color

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

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

This div border color is #AB6E7B.

Opacity

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

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

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

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

This text has shadow with #AB6E7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6E7B.

Preview

Color preview on black background

This text has color #AB6E7B on black background.


Color preview on white background

This text has color #AB6E7B on white background.


Black color preview on #AB6E7B background

This text has black color on #AB6E7B background.


White color preview on #AB6E7B background

This text has white color on #AB6E7B background.


Related colors

Complementary color

Complementary color for #hex is #549184.


I love getcolorcode.com

Triadic colors

1 #7BAB6E and #6E7BAB with #AB6E7B are triadic colors.

2 #7B6EAB and #6EAB7B with #AB6E7B are triadic colors.