COLOR #AB8389

HEX: #AB8389
RGB: (171,131,137)

Color info

#AB8389 contains red, green and blue colors in about the same proportion. Web safe color of #AB8389 is #999999 (or #999).

RGB color model

#AB8389 color RGB value is (171,131,137).

  • red value is 171;
  • green value is 131;
  • blue value is 137.
RGB:
(171,131,137)
(67%,51%,54%)

RGB channels and saturation

R 171 of 255 = 67%
G 131 of 255 = 51%
B 137 of 255 = 54%

171
131
137

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

Portions of RGB colors in percentages

R + G + B =
171 + 131 + 137 = 439 (100%)
R 171 of 439 ~ 38.95%
G 131 of 439 ~ 29.84%
B 137 of 439 ~ 31.21%

%38.95
%29.84
%31.21

CMYK color model

#AB8389 color CMYK value is (0,23,20,33).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK:
(0,23,20,33)
C0M23Y20K33 
(0%,23%,20%,33%)
(0.00/0.23/0.20/0.33)	

CMYK percentages

%0
%23.39
%19.88
%32.94

Codes

Color #AB8389 in popluar color models

AB8389
RGB171131137
HSL351°19.23%59.22%
HSB/HSV351°23.39%67.06%
CMYK0.00%23.39%19.88%
32.94%

Color #AB8389 in popluar number systems.

HEXAB8389
Decimal171131137
Binary101010111000001110001001
Octal253203211

Shades and tints

Shades of #AB8389

#AB8389
(171,131,137)
#9C787D
(156,120,125)
#8D6D71
(141,109,113)
#7E6265
(126,98,101)
#6F5759
(111,87,89)
#604C4D
(96,76,77)
#514141
(81,65,65)
#423635
(66,54,53)
#332B29
(51,43,41)
#24201D
(36,32,29)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #AB8389

#AB8389
(171,131,137)
#B28E93
(178,142,147)
#B9999D
(185,153,157)
#C0A4A7
(192,164,167)
#C7AFB1
(199,175,177)
#CEBABB
(206,186,187)
#D5C5C5
(213,197,197)
#DCD0CF
(220,208,207)
#E3DBD9
(227,219,217)
#EAE6E3
(234,230,227)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8389 color. Also use rgb(171,131,137) instead hex code.

Text Font Color

.myTextColor { color: #AB8389; }

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

This text font color is #AB8389.


Background Color

.myBgColor { background-color: #AB8389; }

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

This div background color is #AB8389.


Border color

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

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

This div border color is #AB8389.


Opacity

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

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

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

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

This text has shadow with #AB8389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8389 on black background.


Color preview on white background

This text has color #AB8389 on white background.



Black color preview on #AB8389 background

This text has black color on #AB8389 background.


White color preview on #AB8389 background

This text has white color on #AB8389 background.