COLOR #AB708E

HEX: #AB708E RGB: (171,112,142)

Color info

#AB708E contains red, green and blue colors in about the same proportion. Web safe color of #AB708E is #996699 (or #969).

RGB color model

#AB708E color RGB value is (171,112,142).

RGB: (171,112,142) (67%, 44%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 112 of 255 = 44%
B 142 of 255 = 56%

171
112
142

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

Portions of RGB colors in percentages

R + G + B = 171 + 112 + 142 = 425 (100%)
R 171 of 425 ~ 40.24%
G 112 of 425 ~ 26.35%
B 142 of 425 ~ 33.41'%

%40.24
%26.35
%33.41

CMYK color model

#AB708E color CMYK value is (0,35,17,33).

  • cyan value is 0.00%
  • magenta value is 34.50%
  • yellow value is 16.96%
  • key color value is 32.94%

CMYK: (0,35,17,33)
C0M35Y17K33 (0%, 35%, 17%, 33%)
(0.00 / 0.35 / 0.17 / 0.33)

CMYK percentages

%0
%34.5
%16.96
%32.94

Codes

Color #AB708E in popluar color models

AB 70 8E
RGB 171 112 142
HSL 329° 25.99% 55.49%
HSB/HSV 329° 34.50% 67.06%
CMYK 0.00% 34.50% 16.96%
32.94%

Color #AB708E in popluar number systems.

HEX AB 70 8E
Decimal 171 112 142
Binary 10101011 1110000 10001110
Octal 253 160 216

Shades and tints

Shades of #AB708E

#AB708E
(171,112,142)
#9C6682
(156,102,130)
#8D5C76
(141,92,118)
#7E526A
(126,82,106)
#6F485E
(111,72,94)
#603E52
(96,62,82)
#513446
(81,52,70)
#422A3A
(66,42,58)
#33202E
(51,32,46)
#241622
(36,22,34)
#150C16
(21,12,22)
#000000
(0,0,0)

Tints of #AB708E

#AB708E
(171,112,142)
#B27D98
(178,125,152)
#B98AA2
(185,138,162)
#C097AC
(192,151,172)
#C7A4B6
(199,164,182)
#CEB1C0
(206,177,192)
#D5BECA
(213,190,202)
#DCCBD4
(220,203,212)
#E3D8DE
(227,216,222)
#EAE5E8
(234,229,232)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB708E color. Also use rgb(171,112,142) instead hex code.

Text Font Color

.myTextColor { color: #AB708E; }

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

This text font color is #AB708E.

Background Color

.myBgColor { background-color: #AB708E; }

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

This div background color is #AB708E.

Border color

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

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

This div border color is #AB708E.

Opacity

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

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

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

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

This text has shadow with #AB708E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB708E.

Preview

Color preview on black background

This text has color #AB708E on black background.


Color preview on white background

This text has color #AB708E on white background.


Black color preview on #AB708E background

This text has black color on #AB708E background.


White color preview on #AB708E background

This text has white color on #AB708E background.


Related colors

Complementary color

Complementary color for #hex is #548F71.


I love getcolorcode.com

Triadic colors

1 #8EAB70 and #708EAB with #AB708E are triadic colors.

2 #8E70AB and #70AB8E with #AB708E are triadic colors.