COLOR #AB93A2

HEX: #AB93A2
RGB: (171,147,162)

Color info

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

RGB color model

#AB93A2 color RGB value is (171,147,162).

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

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 162 of 255 = 64%

171
147
162

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

Portions of RGB colors in percentages

R + G + B =
171 + 147 + 162 = 480 (100%)
R 171 of 480 ~ 35.63%
G 147 of 480 ~ 30.63%
B 162 of 480 ~ 33.75%

%35.63
%30.63
%33.75

CMYK color model

#AB93A2 color CMYK value is (0,14,5,33).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 5.26%
  • key color value is 32.94%
CMYK:
(0,14,5,33)
C0M14Y5K33 
(0%,14%,5%,33%)
(0.00/0.14/0.05/0.33)	

CMYK percentages

%0
%14.04
%5.26
%32.94

Codes

Color #AB93A2 in popluar color models

AB93A2
RGB171147162
HSL323°12.50%62.35%
HSB/HSV323°14.04%67.06%
CMYK0.00%14.04%5.26%
32.94%

Color #AB93A2 in popluar number systems.

HEXAB93A2
Decimal171147162
Binary101010111001001110100010
Octal253223242

Shades and tints

Shades of #AB93A2

#AB93A2
(171,147,162)
#9C8694
(156,134,148)
#8D7986
(141,121,134)
#7E6C78
(126,108,120)
#6F5F6A
(111,95,106)
#60525C
(96,82,92)
#51454E
(81,69,78)
#423840
(66,56,64)
#332B32
(51,43,50)
#241E24
(36,30,36)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #AB93A2

#AB93A2
(171,147,162)
#B29CAA
(178,156,170)
#B9A5B2
(185,165,178)
#C0AEBA
(192,174,186)
#C7B7C2
(199,183,194)
#CEC0CA
(206,192,202)
#D5C9D2
(213,201,210)
#DCD2DA
(220,210,218)
#E3DBE2
(227,219,226)
#EAE4EA
(234,228,234)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB93A2; }

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

This text font color is #AB93A2.


Background Color

.myBgColor { background-color: #AB93A2; }

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

This div background color is #AB93A2.


Border color

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

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

This div border color is #AB93A2.


Opacity

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

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

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

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

This text has shadow with #AB93A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB93A2 on black background.


Color preview on white background

This text has color #AB93A2 on white background.



Black color preview on #AB93A2 background

This text has black color on #AB93A2 background.


White color preview on #AB93A2 background

This text has white color on #AB93A2 background.