COLOR #AB787B

HEX: #AB787B RGB: (171,120,123)

Color info

#AB787B contains red, green and blue colors in about the same proportion. Web safe color of #AB787B is #996666 (or #966).

RGB color model

#AB787B color RGB value is (171,120,123).

RGB: (171,120,123) (67%, 47%, 48%)

RGB channels and saturation

R 171 of 255 = 67%
G 120 of 255 = 47%
B 123 of 255 = 48%

171
120
123

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

Portions of RGB colors in percentages

R + G + B = 171 + 120 + 123 = 414 (100%)
R 171 of 414 ~ 41.3%
G 120 of 414 ~ 28.99%
B 123 of 414 ~ 29.71'%

%41.3
%28.99
%29.71

CMYK color model

#AB787B color CMYK value is (0,30,28,33).

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

CMYK: (0,30,28,33)
C0M30Y28K33 (0%, 30%, 28%, 33%)
(0.00 / 0.30 / 0.28 / 0.33)

CMYK percentages

%0
%29.82
%28.07
%32.94

Codes

Color #AB787B in popluar color models

AB 78 7B
RGB 171 120 123
HSL 356° 23.29% 57.06%
HSB/HSV 356° 29.82% 67.06%
CMYK 0.00% 29.82% 28.07%
32.94%

Color #AB787B in popluar number systems.

HEX AB 78 7B
Decimal 171 120 123
Binary 10101011 1111000 1111011
Octal 253 170 173

Shades and tints

Shades of #AB787B

#AB787B
(171,120,123)
#9C6E70
(156,110,112)
#8D6465
(141,100,101)
#7E5A5A
(126,90,90)
#6F504F
(111,80,79)
#604644
(96,70,68)
#513C39
(81,60,57)
#42322E
(66,50,46)
#332823
(51,40,35)
#241E18
(36,30,24)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #AB787B

#AB787B
(171,120,123)
#B28487
(178,132,135)
#B99093
(185,144,147)
#C09C9F
(192,156,159)
#C7A8AB
(199,168,171)
#CEB4B7
(206,180,183)
#D5C0C3
(213,192,195)
#DCCCCF
(220,204,207)
#E3D8DB
(227,216,219)
#EAE4E7
(234,228,231)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB787B; }

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

This text font color is #AB787B.

Background Color

.myBgColor { background-color: #AB787B; }

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

This div background color is #AB787B.

Border color

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

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

This div border color is #AB787B.

Opacity

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

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

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

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

This text has shadow with #AB787B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB787B.

Preview

Color preview on black background

This text has color #AB787B on black background.


Color preview on white background

This text has color #AB787B on white background.


Black color preview on #AB787B background

This text has black color on #AB787B background.


White color preview on #AB787B background

This text has white color on #AB787B background.


Related colors

Complementary color

Complementary color for #hex is #548784.


I love getcolorcode.com

Triadic colors

1 #7BAB78 and #787BAB with #AB787B are triadic colors.

2 #7B78AB and #78AB7B with #AB787B are triadic colors.