COLOR #ABA0B6

HEX: #ABA0B6 RGB: (171,160,182)

Color info

#ABA0B6 contains red, green and blue colors in about the same proportion. Web safe color of #ABA0B6 is #9999CC (or #99C).

RGB color model

#ABA0B6 color RGB value is (171,160,182).

RGB: (171,160,182) (67%, 63%, 71%)

RGB channels and saturation

R 171 of 255 = 67%
G 160 of 255 = 63%
B 182 of 255 = 71%

171
160
182

R + G + B ~ 67%. #ABA0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 160 + 182 = 513 (100%)
R 171 of 513 ~ 33.33%
G 160 of 513 ~ 31.19%
B 182 of 513 ~ 35.48'%

%33.33
%31.19
%35.48

CMYK color model

#ABA0B6 color CMYK value is (6,12,0,29).

  • cyan value is 6.04%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (6,12,0,29)
C6M12Y0K29 (6%, 12%, 0%, 29%)
(0.06 / 0.12 / 0.00 / 0.29)

CMYK percentages

%6.04
%12.09
%0
%28.63

Codes

Color #ABA0B6 in popluar color models

AB A0 B6
RGB 171 160 182
HSL 270° 13.10% 67.06%
HSB/HSV 270° 12.09% 71.37%
CMYK 6.04% 12.09% 0.00%
28.63%

Color #ABA0B6 in popluar number systems.

HEX AB A0 B6
Decimal 171 160 182
Binary 10101011 10100000 10110110
Octal 253 240 266

Shades and tints

Shades of #ABA0B6

#ABA0B6
(171,160,182)
#9C92A6
(156,146,166)
#8D8496
(141,132,150)
#7E7686
(126,118,134)
#6F6876
(111,104,118)
#605A66
(96,90,102)
#514C56
(81,76,86)
#423E46
(66,62,70)
#333036
(51,48,54)
#242226
(36,34,38)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #ABA0B6

#ABA0B6
(171,160,182)
#B2A8BC
(178,168,188)
#B9B0C2
(185,176,194)
#C0B8C8
(192,184,200)
#C7C0CE
(199,192,206)
#CEC8D4
(206,200,212)
#D5D0DA
(213,208,218)
#DCD8E0
(220,216,224)
#E3E0E6
(227,224,230)
#EAE8EC
(234,232,236)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA0B6 color. Also use rgb(171,160,182) instead hex code.

Text Font Color

.myTextColor { color: #ABA0B6; }

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

This text font color is #ABA0B6.

Background Color

.myBgColor { background-color: #ABA0B6; }

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

This div background color is #ABA0B6.

Border color

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

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

This div border color is #ABA0B6.

Opacity

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

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

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

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

This text has shadow with #ABA0B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA0B6.

Preview

Color preview on black background

This text has color #ABA0B6 on black background.


Color preview on white background

This text has color #ABA0B6 on white background.


Black color preview on #ABA0B6 background

This text has black color on #ABA0B6 background.


White color preview on #ABA0B6 background

This text has white color on #ABA0B6 background.


Related colors

Complementary color

Complementary color for #hex is #545F49.


I love getcolorcode.com

Triadic colors

1 #B6ABA0 and #A0B6AB with #ABA0B6 are triadic colors.

2 #B6A0AB and #A0ABB6 with #ABA0B6 are triadic colors.