COLOR #AB9DA7

HEX: #AB9DA7 RGB: (171,157,167)

Color info

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

RGB color model

#AB9DA7 color RGB value is (171,157,167).

RGB: (171,157,167) (67%, 62%, 65%)

RGB channels and saturation

R 171 of 255 = 67%
G 157 of 255 = 62%
B 167 of 255 = 65%

171
157
167

R + G + B ~ 65%. #AB9DA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 157 + 167 = 495 (100%)
R 171 of 495 ~ 34.55%
G 157 of 495 ~ 31.72%
B 167 of 495 ~ 33.74'%

%34.55
%31.72
%33.74

CMYK color model

#AB9DA7 color CMYK value is (0,8,2,33).

  • cyan value is 0.00%
  • magenta value is 8.19%
  • yellow value is 2.34%
  • key color value is 32.94%

CMYK: (0,8,2,33)
C0M8Y2K33 (0%, 8%, 2%, 33%)
(0.00 / 0.08 / 0.02 / 0.33)

CMYK percentages

%0
%8.19
%2.34
%32.94

Codes

Color #AB9DA7 in popluar color models

AB 9D A7
RGB 171 157 167
HSL 317° 7.69% 64.31%
HSB/HSV 317° 8.19% 67.06%
CMYK 0.00% 8.19% 2.34%
32.94%

Color #AB9DA7 in popluar number systems.

HEX AB 9D A7
Decimal 171 157 167
Binary 10101011 10011101 10100111
Octal 253 235 247

Shades and tints

Shades of #AB9DA7

#AB9DA7
(171,157,167)
#9C8F98
(156,143,152)
#8D8189
(141,129,137)
#7E737A
(126,115,122)
#6F656B
(111,101,107)
#60575C
(96,87,92)
#51494D
(81,73,77)
#423B3E
(66,59,62)
#332D2F
(51,45,47)
#241F20
(36,31,32)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #AB9DA7

#AB9DA7
(171,157,167)
#B2A5AF
(178,165,175)
#B9ADB7
(185,173,183)
#C0B5BF
(192,181,191)
#C7BDC7
(199,189,199)
#CEC5CF
(206,197,207)
#D5CDD7
(213,205,215)
#DCD5DF
(220,213,223)
#E3DDE7
(227,221,231)
#EAE5EF
(234,229,239)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9DA7 color. Also use rgb(171,157,167) instead hex code.

Text Font Color

.myTextColor { color: #AB9DA7; }

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

This text font color is #AB9DA7.

Background Color

.myBgColor { background-color: #AB9DA7; }

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

This div background color is #AB9DA7.

Border color

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

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

This div border color is #AB9DA7.

Opacity

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

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

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

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

This text has shadow with #AB9DA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9DA7.

Preview

Color preview on black background

This text has color #AB9DA7 on black background.


Color preview on white background

This text has color #AB9DA7 on white background.


Black color preview on #AB9DA7 background

This text has black color on #AB9DA7 background.


White color preview on #AB9DA7 background

This text has white color on #AB9DA7 background.


Related colors

Complementary color

Complementary color for #hex is #546258.


I love getcolorcode.com

Triadic colors

1 #A7AB9D and #9DA7AB with #AB9DA7 are triadic colors.

2 #A79DAB and #9DABA7 with #AB9DA7 are triadic colors.