COLOR #AB9CA7

HEX: #AB9CA7 RGB: (171,156,167)

Color info

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

RGB color model

#AB9CA7 color RGB value is (171,156,167).

RGB: (171,156,167) (67%, 61%, 65%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 167 of 255 = 65%

171
156
167

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

Portions of RGB colors in percentages

R + G + B = 171 + 156 + 167 = 494 (100%)
R 171 of 494 ~ 34.62%
G 156 of 494 ~ 31.58%
B 167 of 494 ~ 33.81'%

%34.62
%31.58
%33.81

CMYK color model

#AB9CA7 color CMYK value is (0,9,2,33).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 2.34%
  • key color value is 32.94%
CMYK: (0,9,2,33) C0M9Y2K33 (0%,9%,2%,33%) (0.00/0.09/0.02/0.33) 

CMYK percentages

%0
%8.77
%2.34
%32.94

Codes

Color #AB9CA7 in popluar color models

AB 9C A7
RGB 171 156 167
HSL 316° 8.20% 64.12%
HSB/HSV 316° 8.77% 67.06%
CMYK 0.00% 8.77% 2.34%
32.94%

Color #AB9CA7 in popluar number systems.

HEX AB 9C A7
Decimal 171 156 167
Binary 10101011 10011100 10100111
Octal 253 234 247

Shades and tints

Shades of #AB9CA7

#AB9CA7
(171,156,167)
#9C8E98
(156,142,152)
#8D8089
(141,128,137)
#7E727A
(126,114,122)
#6F646B
(111,100,107)
#60565C
(96,86,92)
#51484D
(81,72,77)
#423A3E
(66,58,62)
#332C2F
(51,44,47)
#241E20
(36,30,32)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #AB9CA7

#AB9CA7
(171,156,167)
#B2A5AF
(178,165,175)
#B9AEB7
(185,174,183)
#C0B7BF
(192,183,191)
#C7C0C7
(199,192,199)
#CEC9CF
(206,201,207)
#D5D2D7
(213,210,215)
#DCDBDF
(220,219,223)
#E3E4E7
(227,228,231)
#EAEDEF
(234,237,239)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9CA7; }

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

This text font color is #AB9CA7.

Background Color

.myBgColor { background-color: #AB9CA7; }

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

This div background color is #AB9CA7.

Border color

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

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

This div border color is #AB9CA7.

Opacity

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

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

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

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

This text has shadow with #AB9CA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9CA7.

Preview

Color preview on black background

This text has color #AB9CA7 on black background.


Color preview on white background

This text has color #AB9CA7 on white background.


Black color preview on #AB9CA7 background

This text has black color on #AB9CA7 background.


White color preview on #AB9CA7 background

This text has white color on #AB9CA7 background.


Related colors

Complementary color

Complementary color for #hex is #546358.


I love getcolorcode.com

Triadic colors

1 #A7AB9C and #9CA7AB with #AB9CA7 are triadic colors.

2 #A79CAB and #9CABA7 with #AB9CA7 are triadic colors.