COLOR #AB9CA9

HEX: #AB9CA9 RGB: (171,156,169)

Color info

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

RGB color model

#AB9CA9 color RGB value is (171,156,169).

RGB: (171,156,169) (67%, 61%, 66%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 169 of 255 = 66%

171
156
169

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

Portions of RGB colors in percentages

R + G + B = 171 + 156 + 169 = 496 (100%)
R 171 of 496 ~ 34.48%
G 156 of 496 ~ 31.45%
B 169 of 496 ~ 34.07'%

%34.48
%31.45
%34.07

CMYK color model

#AB9CA9 color CMYK value is (0,9,1,33).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 1.17%
  • key color value is 32.94%
CMYK: (0,9,1,33) C0M9Y1K33 (0%,9%,1%,33%) (0.00/0.09/0.01/0.33) 

CMYK percentages

%0
%8.77
%1.17
%32.94

Codes

Color #AB9CA9 in popluar color models

AB 9C A9
RGB 171 156 169
HSL 308° 8.20% 64.12%
HSB/HSV 308° 8.77% 67.06%
CMYK 0.00% 8.77% 1.17%
32.94%

Color #AB9CA9 in popluar number systems.

HEX AB 9C A9
Decimal 171 156 169
Binary 10101011 10011100 10101001
Octal 253 234 251

Shades and tints

Shades of #AB9CA9

#AB9CA9
(171,156,169)
#9C8E9A
(156,142,154)
#8D808B
(141,128,139)
#7E727C
(126,114,124)
#6F646D
(111,100,109)
#60565E
(96,86,94)
#51484F
(81,72,79)
#423A40
(66,58,64)
#332C31
(51,44,49)
#241E22
(36,30,34)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #AB9CA9

#AB9CA9
(171,156,169)
#B2A5B0
(178,165,176)
#B9AEB7
(185,174,183)
#C0B7BE
(192,183,190)
#C7C0C5
(199,192,197)
#CEC9CC
(206,201,204)
#D5D2D3
(213,210,211)
#DCDBDA
(220,219,218)
#E3E4E1
(227,228,225)
#EAEDE8
(234,237,232)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9CA9; }

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

This text font color is #AB9CA9.

Background Color

.myBgColor { background-color: #AB9CA9; }

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

This div background color is #AB9CA9.

Border color

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

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

This div border color is #AB9CA9.

Opacity

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

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

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

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

This text has shadow with #AB9CA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9CA9.

Preview

Color preview on black background

This text has color #AB9CA9 on black background.


Color preview on white background

This text has color #AB9CA9 on white background.


Black color preview on #AB9CA9 background

This text has black color on #AB9CA9 background.


White color preview on #AB9CA9 background

This text has white color on #AB9CA9 background.


Related colors

Complementary color

Complementary color for #hex is #546356.


I love getcolorcode.com

Triadic colors

1 #A9AB9C and #9CA9AB with #AB9CA9 are triadic colors.

2 #A99CAB and #9CABA9 with #AB9CA9 are triadic colors.