COLOR #ABA6BB

HEX: #ABA6BB RGB: (171,166,187)

Color info

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

RGB color model

#ABA6BB color RGB value is (171,166,187).

RGB: (171,166,187) (67%, 65%, 73%)

RGB channels and saturation

R 171 of 255 = 67%
G 166 of 255 = 65%
B 187 of 255 = 73%

171
166
187

R + G + B ~ 68%. #ABA6BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 166 + 187 = 524 (100%)
R 171 of 524 ~ 32.63%
G 166 of 524 ~ 31.68%
B 187 of 524 ~ 35.69'%

%32.63
%31.68
%35.69

CMYK color model

#ABA6BB color CMYK value is (9,11,0,27).

  • cyan value is 8.56%
  • magenta value is 11.23%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (9,11,0,27)
C9M11Y0K27 (9%, 11%, 0%, 27%)
(0.09 / 0.11 / 0.00 / 0.27)

CMYK percentages

%8.56
%11.23
%0
%26.67

Codes

Color #ABA6BB in popluar color models

AB A6 BB
RGB 171 166 187
HSL 254° 13.38% 69.22%
HSB/HSV 254° 11.23% 73.33%
CMYK 8.56% 11.23% 0.00%
26.67%

Color #ABA6BB in popluar number systems.

HEX AB A6 BB
Decimal 171 166 187
Binary 10101011 10100110 10111011
Octal 253 246 273

Shades and tints

Shades of #ABA6BB

#ABA6BB
(171,166,187)
#9C97AA
(156,151,170)
#8D8899
(141,136,153)
#7E7988
(126,121,136)
#6F6A77
(111,106,119)
#605B66
(96,91,102)
#514C55
(81,76,85)
#423D44
(66,61,68)
#332E33
(51,46,51)
#241F22
(36,31,34)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #ABA6BB

#ABA6BB
(171,166,187)
#B2AEC1
(178,174,193)
#B9B6C7
(185,182,199)
#C0BECD
(192,190,205)
#C7C6D3
(199,198,211)
#CECED9
(206,206,217)
#D5D6DF
(213,214,223)
#DCDEE5
(220,222,229)
#E3E6EB
(227,230,235)
#EAEEF1
(234,238,241)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA6BB color. Also use rgb(171,166,187) instead hex code.

Text Font Color

.myTextColor { color: #ABA6BB; }

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

This text font color is #ABA6BB.

Background Color

.myBgColor { background-color: #ABA6BB; }

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

This div background color is #ABA6BB.

Border color

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

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

This div border color is #ABA6BB.

Opacity

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

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

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

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

This text has shadow with #ABA6BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA6BB.

Preview

Color preview on black background

This text has color #ABA6BB on black background.


Color preview on white background

This text has color #ABA6BB on white background.


Black color preview on #ABA6BB background

This text has black color on #ABA6BB background.


White color preview on #ABA6BB background

This text has white color on #ABA6BB background.


Related colors

Complementary color

Complementary color for #hex is #545944.


I love getcolorcode.com

Triadic colors

1 #BBABA6 and #A6BBAB with #ABA6BB are triadic colors.

2 #BBA6AB and #A6ABBB with #ABA6BB are triadic colors.