COLOR #AB9EA3

HEX: #AB9EA3 RGB: (171,158,163)

Color info

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

RGB color model

#AB9EA3 color RGB value is (171,158,163).

RGB: (171,158,163) (67%, 62%, 64%)

RGB channels and saturation

R 171 of 255 = 67%
G 158 of 255 = 62%
B 163 of 255 = 64%

171
158
163

R + G + B ~ 64%. #AB9EA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 158 + 163 = 492 (100%)
R 171 of 492 ~ 34.76%
G 158 of 492 ~ 32.11%
B 163 of 492 ~ 33.13'%

%34.76
%32.11
%33.13

CMYK color model

#AB9EA3 color CMYK value is (0,8,5,33).

  • cyan value is 0.00%
  • magenta value is 7.60%
  • yellow value is 4.68%
  • key color value is 32.94%
CMYK: (0,8,5,33) C0M8Y5K33 (0%,8%,5%,33%) (0.00/0.08/0.05/0.33) 

CMYK percentages

%0
%7.6
%4.68
%32.94

Codes

Color #AB9EA3 in popluar color models

AB 9E A3
RGB 171 158 163
HSL 337° 7.18% 64.51%
HSB/HSV 337° 7.60% 67.06%
CMYK 0.00% 7.60% 4.68%
32.94%

Color #AB9EA3 in popluar number systems.

HEX AB 9E A3
Decimal 171 158 163
Binary 10101011 10011110 10100011
Octal 253 236 243

Shades and tints

Shades of #AB9EA3

#AB9EA3
(171,158,163)
#9C9095
(156,144,149)
#8D8287
(141,130,135)
#7E7479
(126,116,121)
#6F666B
(111,102,107)
#60585D
(96,88,93)
#514A4F
(81,74,79)
#423C41
(66,60,65)
#332E33
(51,46,51)
#242025
(36,32,37)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #AB9EA3

#AB9EA3
(171,158,163)
#B2A6AB
(178,166,171)
#B9AEB3
(185,174,179)
#C0B6BB
(192,182,187)
#C7BEC3
(199,190,195)
#CEC6CB
(206,198,203)
#D5CED3
(213,206,211)
#DCD6DB
(220,214,219)
#E3DEE3
(227,222,227)
#EAE6EB
(234,230,235)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9EA3 color. Also use rgb(171,158,163) instead hex code.

Text Font Color

.myTextColor { color: #AB9EA3; }

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

This text font color is #AB9EA3.

Background Color

.myBgColor { background-color: #AB9EA3; }

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

This div background color is #AB9EA3.

Border color

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

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

This div border color is #AB9EA3.

Opacity

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

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

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

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

This text has shadow with #AB9EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9EA3.

Preview

Color preview on black background

This text has color #AB9EA3 on black background.


Color preview on white background

This text has color #AB9EA3 on white background.


Black color preview on #AB9EA3 background

This text has black color on #AB9EA3 background.


White color preview on #AB9EA3 background

This text has white color on #AB9EA3 background.


Related colors

Complementary color

Complementary color for #hex is #54615C.


I love getcolorcode.com

Triadic colors

1 #A3AB9E and #9EA3AB with #AB9EA3 are triadic colors.

2 #A39EAB and #9EABA3 with #AB9EA3 are triadic colors.