COLOR #AB7D88

HEX: #AB7D88 RGB: (171,125,136)

Color info

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

RGB color model

#AB7D88 color RGB value is (171,125,136).

RGB: (171,125,136) (67%, 49%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 125 of 255 = 49%
B 136 of 255 = 53%

171
125
136

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

Portions of RGB colors in percentages

R + G + B = 171 + 125 + 136 = 432 (100%)
R 171 of 432 ~ 39.58%
G 125 of 432 ~ 28.94%
B 136 of 432 ~ 31.48'%

%39.58
%28.94
%31.48

CMYK color model

#AB7D88 color CMYK value is (0,27,20,33).

  • cyan value is 0.00%
  • magenta value is 26.90%
  • yellow value is 20.47%
  • key color value is 32.94%

CMYK: (0,27,20,33)
C0M27Y20K33 (0%, 27%, 20%, 33%)
(0.00 / 0.27 / 0.20 / 0.33)

CMYK percentages

%0
%26.9
%20.47
%32.94

Codes

Color #AB7D88 in popluar color models

AB 7D 88
RGB 171 125 136
HSL 346° 21.50% 58.04%
HSB/HSV 346° 26.90% 67.06%
CMYK 0.00% 26.90% 20.47%
32.94%

Color #AB7D88 in popluar number systems.

HEX AB 7D 88
Decimal 171 125 136
Binary 10101011 1111101 10001000
Octal 253 175 210

Shades and tints

Shades of #AB7D88

#AB7D88
(171,125,136)
#9C727C
(156,114,124)
#8D6770
(141,103,112)
#7E5C64
(126,92,100)
#6F5158
(111,81,88)
#60464C
(96,70,76)
#513B40
(81,59,64)
#423034
(66,48,52)
#332528
(51,37,40)
#241A1C
(36,26,28)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #AB7D88

#AB7D88
(171,125,136)
#B28892
(178,136,146)
#B9939C
(185,147,156)
#C09EA6
(192,158,166)
#C7A9B0
(199,169,176)
#CEB4BA
(206,180,186)
#D5BFC4
(213,191,196)
#DCCACE
(220,202,206)
#E3D5D8
(227,213,216)
#EAE0E2
(234,224,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7D88; }

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

This text font color is #AB7D88.

Background Color

.myBgColor { background-color: #AB7D88; }

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

This div background color is #AB7D88.

Border color

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

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

This div border color is #AB7D88.

Opacity

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

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

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

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

This text has shadow with #AB7D88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB7D88.

Preview

Color preview on black background

This text has color #AB7D88 on black background.


Color preview on white background

This text has color #AB7D88 on white background.


Black color preview on #AB7D88 background

This text has black color on #AB7D88 background.


White color preview on #AB7D88 background

This text has white color on #AB7D88 background.


Related colors

Complementary color

Complementary color for #hex is #548277.


I love getcolorcode.com

Triadic colors

1 #88AB7D and #7D88AB with #AB7D88 are triadic colors.

2 #887DAB and #7DAB88 with #AB7D88 are triadic colors.