COLOR #ABA7BD

HEX: #ABA7BD RGB: (171,167,189)

Color info

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

RGB color model

#ABA7BD color RGB value is (171,167,189).

RGB: (171,167,189) (67%, 65%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 189 of 255 = 74%

171
167
189

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

Portions of RGB colors in percentages

R + G + B = 171 + 167 + 189 = 527 (100%)
R 171 of 527 ~ 32.45%
G 167 of 527 ~ 31.69%
B 189 of 527 ~ 35.86'%

%32.45
%31.69
%35.86

CMYK color model

#ABA7BD color CMYK value is (10,12,0,26).

  • cyan value is 9.52%
  • magenta value is 11.64%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (10,12,0,26)
C10M12Y0K26 (10%, 12%, 0%, 26%)
(0.10 / 0.12 / 0.00 / 0.26)

CMYK percentages

%9.52
%11.64
%0
%25.88

Codes

Color #ABA7BD in popluar color models

AB A7 BD
RGB 171 167 189
HSL 251° 14.29% 69.80%
HSB/HSV 251° 11.64% 74.12%
CMYK 9.52% 11.64% 0.00%
25.88%

Color #ABA7BD in popluar number systems.

HEX AB A7 BD
Decimal 171 167 189
Binary 10101011 10100111 10111101
Octal 253 247 275

Shades and tints

Shades of #ABA7BD

#ABA7BD
(171,167,189)
#9C98AC
(156,152,172)
#8D899B
(141,137,155)
#7E7A8A
(126,122,138)
#6F6B79
(111,107,121)
#605C68
(96,92,104)
#514D57
(81,77,87)
#423E46
(66,62,70)
#332F35
(51,47,53)
#242024
(36,32,36)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #ABA7BD

#ABA7BD
(171,167,189)
#B2AFC3
(178,175,195)
#B9B7C9
(185,183,201)
#C0BFCF
(192,191,207)
#C7C7D5
(199,199,213)
#CECFDB
(206,207,219)
#D5D7E1
(213,215,225)
#DCDFE7
(220,223,231)
#E3E7ED
(227,231,237)
#EAEFF3
(234,239,243)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA7BD color. Also use rgb(171,167,189) instead hex code.

Text Font Color

.myTextColor { color: #ABA7BD; }

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

This text font color is #ABA7BD.

Background Color

.myBgColor { background-color: #ABA7BD; }

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

This div background color is #ABA7BD.

Border color

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

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

This div border color is #ABA7BD.

Opacity

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

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

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

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

This text has shadow with #ABA7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA7BD.

Preview

Color preview on black background

This text has color #ABA7BD on black background.


Color preview on white background

This text has color #ABA7BD on white background.


Black color preview on #ABA7BD background

This text has black color on #ABA7BD background.


White color preview on #ABA7BD background

This text has white color on #ABA7BD background.


Related colors

Complementary color

Complementary color for #hex is #545842.


I love getcolorcode.com

Triadic colors

1 #BDABA7 and #A7BDAB with #ABA7BD are triadic colors.

2 #BDA7AB and #A7ABBD with #ABA7BD are triadic colors.