COLOR #AB97A2

HEX: #AB97A2
RGB: (171,151,162)

Color info

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

RGB color model

#AB97A2 color RGB value is (171,151,162).

  • red value is 171;
  • green value is 151;
  • blue value is 162.
RGB:
(171,151,162)
(67%,59%,64%)

RGB channels and saturation

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

171
151
162

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

Portions of RGB colors in percentages

R + G + B =
171 + 151 + 162 = 484 (100%)
R 171 of 484 ~ 35.33%
G 151 of 484 ~ 31.2%
B 162 of 484 ~ 33.47%

%35.33
%31.2
%33.47

CMYK color model

#AB97A2 color CMYK value is (0,12,5,33).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 5.26%
  • key color value is 32.94%
CMYK:
(0,12,5,33)
C0M12Y5K33 
(0%,12%,5%,33%)
(0.00/0.12/0.05/0.33)	

CMYK percentages

%0
%11.7
%5.26
%32.94

Codes

Color #AB97A2 in popluar color models

AB97A2
RGB171151162
HSL327°10.64%63.14%
HSB/HSV327°11.70%67.06%
CMYK0.00%11.70%5.26%
32.94%

Color #AB97A2 in popluar number systems.

HEXAB97A2
Decimal171151162
Binary101010111001011110100010
Octal253227242

Shades and tints

Shades of #AB97A2

#AB97A2
(171,151,162)
#9C8A94
(156,138,148)
#8D7D86
(141,125,134)
#7E7078
(126,112,120)
#6F636A
(111,99,106)
#60565C
(96,86,92)
#51494E
(81,73,78)
#423C40
(66,60,64)
#332F32
(51,47,50)
#242224
(36,34,36)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #AB97A2

#AB97A2
(171,151,162)
#B2A0AA
(178,160,170)
#B9A9B2
(185,169,178)
#C0B2BA
(192,178,186)
#C7BBC2
(199,187,194)
#CEC4CA
(206,196,202)
#D5CDD2
(213,205,210)
#DCD6DA
(220,214,218)
#E3DFE2
(227,223,226)
#EAE8EA
(234,232,234)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB97A2; }

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

This text font color is #AB97A2.


Background Color

.myBgColor { background-color: #AB97A2; }

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

This div background color is #AB97A2.


Border color

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

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

This div border color is #AB97A2.


Opacity

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

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

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

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

This text has shadow with #AB97A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB97A2 on black background.


Color preview on white background

This text has color #AB97A2 on white background.



Black color preview on #AB97A2 background

This text has black color on #AB97A2 background.


White color preview on #AB97A2 background

This text has white color on #AB97A2 background.