COLOR #ABA8BC

HEX: #ABA8BC RGB: (171,168,188)

Color info

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

RGB color model

#ABA8BC color RGB value is (171,168,188).

RGB: (171,168,188) (67%, 66%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 188 of 255 = 74%

171
168
188

R + G + B ~ 69%. #ABA8BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 168 + 188 = 527 (100%)
R 171 of 527 ~ 32.45%
G 168 of 527 ~ 31.88%
B 188 of 527 ~ 35.67'%

%32.45
%31.88
%35.67

CMYK color model

#ABA8BC color CMYK value is (9,11,0,26).

  • cyan value is 9.04%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (9,11,0,26)
C9M11Y0K26 (9%, 11%, 0%, 26%)
(0.09 / 0.11 / 0.00 / 0.26)

CMYK percentages

%9.04
%10.64
%0
%26.27

Codes

Color #ABA8BC in popluar color models

AB A8 BC
RGB 171 168 188
HSL 249° 12.99% 69.80%
HSB/HSV 249° 10.64% 73.73%
CMYK 9.04% 10.64% 0.00%
26.27%

Color #ABA8BC in popluar number systems.

HEX AB A8 BC
Decimal 171 168 188
Binary 10101011 10101000 10111100
Octal 253 250 274

Shades and tints

Shades of #ABA8BC

#ABA8BC
(171,168,188)
#9C99AB
(156,153,171)
#8D8A9A
(141,138,154)
#7E7B89
(126,123,137)
#6F6C78
(111,108,120)
#605D67
(96,93,103)
#514E56
(81,78,86)
#423F45
(66,63,69)
#333034
(51,48,52)
#242123
(36,33,35)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #ABA8BC

#ABA8BC
(171,168,188)
#B2AFC2
(178,175,194)
#B9B6C8
(185,182,200)
#C0BDCE
(192,189,206)
#C7C4D4
(199,196,212)
#CECBDA
(206,203,218)
#D5D2E0
(213,210,224)
#DCD9E6
(220,217,230)
#E3E0EC
(227,224,236)
#EAE7F2
(234,231,242)
#F1EEF8
(241,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA8BC color. Also use rgb(171,168,188) instead hex code.

Text Font Color

.myTextColor { color: #ABA8BC; }

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

This text font color is #ABA8BC.

Background Color

.myBgColor { background-color: #ABA8BC; }

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

This div background color is #ABA8BC.

Border color

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

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

This div border color is #ABA8BC.

Opacity

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

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

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

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

This text has shadow with #ABA8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA8BC.

Preview

Color preview on black background

This text has color #ABA8BC on black background.


Color preview on white background

This text has color #ABA8BC on white background.


Black color preview on #ABA8BC background

This text has black color on #ABA8BC background.


White color preview on #ABA8BC background

This text has white color on #ABA8BC background.


Related colors

Complementary color

Complementary color for #hex is #545743.


I love getcolorcode.com

Triadic colors

1 #BCABA8 and #A8BCAB with #ABA8BC are triadic colors.

2 #BCA8AB and #A8ABBC with #ABA8BC are triadic colors.