COLOR #AB9CB0

HEX: #AB9CB0 RGB: (171,156,176)

Color info

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

RGB color model

#AB9CB0 color RGB value is (171,156,176).

RGB: (171,156,176) (67%, 61%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 176 of 255 = 69%

171
156
176

R + G + B ~ 66%. #AB9CB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 156 + 176 = 503 (100%)
R 171 of 503 ~ 34%
G 156 of 503 ~ 31.01%
B 176 of 503 ~ 34.99'%

%34
%31.01
%34.99

CMYK color model

#AB9CB0 color CMYK value is (3,11,0,31).

  • cyan value is 2.84%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (3,11,0,31)
C3M11Y0K31 (3%, 11%, 0%, 31%)
(0.03 / 0.11 / 0.00 / 0.31)

CMYK percentages

%2.84
%11.36
%0
%30.98

Codes

Color #AB9CB0 in popluar color models

AB 9C B0
RGB 171 156 176
HSL 285° 11.24% 65.10%
HSB/HSV 285° 11.36% 69.02%
CMYK 2.84% 11.36% 0.00%
30.98%

Color #AB9CB0 in popluar number systems.

HEX AB 9C B0
Decimal 171 156 176
Binary 10101011 10011100 10110000
Octal 253 234 260

Shades and tints

Shades of #AB9CB0

#AB9CB0
(171,156,176)
#9C8EA0
(156,142,160)
#8D8090
(141,128,144)
#7E7280
(126,114,128)
#6F6470
(111,100,112)
#605660
(96,86,96)
#514850
(81,72,80)
#423A40
(66,58,64)
#332C30
(51,44,48)
#241E20
(36,30,32)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #AB9CB0

#AB9CB0
(171,156,176)
#B2A5B7
(178,165,183)
#B9AEBE
(185,174,190)
#C0B7C5
(192,183,197)
#C7C0CC
(199,192,204)
#CEC9D3
(206,201,211)
#D5D2DA
(213,210,218)
#DCDBE1
(220,219,225)
#E3E4E8
(227,228,232)
#EAEDEF
(234,237,239)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9CB0; }

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

This text font color is #AB9CB0.

Background Color

.myBgColor { background-color: #AB9CB0; }

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

This div background color is #AB9CB0.

Border color

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

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

This div border color is #AB9CB0.

Opacity

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

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

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

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

This text has shadow with #AB9CB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9CB0.

Preview

Color preview on black background

This text has color #AB9CB0 on black background.


Color preview on white background

This text has color #AB9CB0 on white background.


Black color preview on #AB9CB0 background

This text has black color on #AB9CB0 background.


White color preview on #AB9CB0 background

This text has white color on #AB9CB0 background.


Related colors

Complementary color

Complementary color for #hex is #54634F.


I love getcolorcode.com

Triadic colors

1 #B0AB9C and #9CB0AB with #AB9CB0 are triadic colors.

2 #B09CAB and #9CABB0 with #AB9CB0 are triadic colors.