COLOR #AB8096

HEX: #AB8096 RGB: (171,128,150)

Color info

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

RGB color model

#AB8096 color RGB value is (171,128,150).

RGB: (171,128,150) (67%, 50%, 59%)

RGB channels and saturation

R 171 of 255 = 67%
G 128 of 255 = 50%
B 150 of 255 = 59%

171
128
150

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

Portions of RGB colors in percentages

R + G + B = 171 + 128 + 150 = 449 (100%)
R 171 of 449 ~ 38.08%
G 128 of 449 ~ 28.51%
B 150 of 449 ~ 33.41'%

%38.08
%28.51
%33.41

CMYK color model

#AB8096 color CMYK value is (0,25,12,33).

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 12.28%
  • key color value is 32.94%

CMYK: (0,25,12,33)
C0M25Y12K33 (0%, 25%, 12%, 33%)
(0.00 / 0.25 / 0.12 / 0.33)

CMYK percentages

%0
%25.15
%12.28
%32.94

Codes

Color #AB8096 in popluar color models

AB 80 96
RGB 171 128 150
HSL 329° 20.38% 58.63%
HSB/HSV 329° 25.15% 67.06%
CMYK 0.00% 25.15% 12.28%
32.94%

Color #AB8096 in popluar number systems.

HEX AB 80 96
Decimal 171 128 150
Binary 10101011 10000000 10010110
Octal 253 200 226

Shades and tints

Shades of #AB8096

#AB8096
(171,128,150)
#9C7589
(156,117,137)
#8D6A7C
(141,106,124)
#7E5F6F
(126,95,111)
#6F5462
(111,84,98)
#604955
(96,73,85)
#513E48
(81,62,72)
#42333B
(66,51,59)
#33282E
(51,40,46)
#241D21
(36,29,33)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #AB8096

#AB8096
(171,128,150)
#B28B9F
(178,139,159)
#B996A8
(185,150,168)
#C0A1B1
(192,161,177)
#C7ACBA
(199,172,186)
#CEB7C3
(206,183,195)
#D5C2CC
(213,194,204)
#DCCDD5
(220,205,213)
#E3D8DE
(227,216,222)
#EAE3E7
(234,227,231)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8096 color. Also use rgb(171,128,150) instead hex code.

Text Font Color

.myTextColor { color: #AB8096; }

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

This text font color is #AB8096.

Background Color

.myBgColor { background-color: #AB8096; }

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

This div background color is #AB8096.

Border color

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

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

This div border color is #AB8096.

Opacity

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

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

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

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

This text has shadow with #AB8096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8096.

Preview

Color preview on black background

This text has color #AB8096 on black background.


Color preview on white background

This text has color #AB8096 on white background.


Black color preview on #AB8096 background

This text has black color on #AB8096 background.


White color preview on #AB8096 background

This text has white color on #AB8096 background.


Related colors

Complementary color

Complementary color for #hex is #547F69.


I love getcolorcode.com

Triadic colors

1 #96AB80 and #8096AB with #AB8096 are triadic colors.

2 #9680AB and #80AB96 with #AB8096 are triadic colors.