COLOR #AB97A4

HEX: #AB97A4 RGB: (171,151,164)

Color info

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

RGB color model

#AB97A4 color RGB value is (171,151,164).

RGB: (171,151,164) (67%, 59%, 64%)

RGB channels and saturation

R 171 of 255 = 67%
G 151 of 255 = 59%
B 164 of 255 = 64%

171
151
164

R + G + B ~ 63%. #AB97A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 151 + 164 = 486 (100%)
R 171 of 486 ~ 35.19%
G 151 of 486 ~ 31.07%
B 164 of 486 ~ 33.74'%

%35.19
%31.07
%33.74

CMYK color model

#AB97A4 color CMYK value is (0,12,4,33).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 4.09%
  • key color value is 32.94%

CMYK: (0,12,4,33)
C0M12Y4K33 (0%, 12%, 4%, 33%)
(0.00 / 0.12 / 0.04 / 0.33)

CMYK percentages

%0
%11.7
%4.09
%32.94

Codes

Color #AB97A4 in popluar color models

AB 97 A4
RGB 171 151 164
HSL 321° 10.64% 63.14%
HSB/HSV 321° 11.70% 67.06%
CMYK 0.00% 11.70% 4.09%
32.94%

Color #AB97A4 in popluar number systems.

HEX AB 97 A4
Decimal 171 151 164
Binary 10101011 10010111 10100100
Octal 253 227 244

Shades and tints

Shades of #AB97A4

#AB97A4
(171,151,164)
#9C8A96
(156,138,150)
#8D7D88
(141,125,136)
#7E707A
(126,112,122)
#6F636C
(111,99,108)
#60565E
(96,86,94)
#514950
(81,73,80)
#423C42
(66,60,66)
#332F34
(51,47,52)
#242226
(36,34,38)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #AB97A4

#AB97A4
(171,151,164)
#B2A0AC
(178,160,172)
#B9A9B4
(185,169,180)
#C0B2BC
(192,178,188)
#C7BBC4
(199,187,196)
#CEC4CC
(206,196,204)
#D5CDD4
(213,205,212)
#DCD6DC
(220,214,220)
#E3DFE4
(227,223,228)
#EAE8EC
(234,232,236)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB97A4 color. Also use rgb(171,151,164) instead hex code.

Text Font Color

.myTextColor { color: #AB97A4; }

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

This text font color is #AB97A4.

Background Color

.myBgColor { background-color: #AB97A4; }

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

This div background color is #AB97A4.

Border color

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

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

This div border color is #AB97A4.

Opacity

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

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

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

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

This text has shadow with #AB97A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB97A4.

Preview

Color preview on black background

This text has color #AB97A4 on black background.


Color preview on white background

This text has color #AB97A4 on white background.


Black color preview on #AB97A4 background

This text has black color on #AB97A4 background.


White color preview on #AB97A4 background

This text has white color on #AB97A4 background.


Related colors

Complementary color

Complementary color for #hex is #54685B.


I love getcolorcode.com

Triadic colors

1 #A4AB97 and #97A4AB with #AB97A4 are triadic colors.

2 #A497AB and #97ABA4 with #AB97A4 are triadic colors.