COLOR #ABA0BD

HEX: #ABA0BD RGB: (171,160,189)

Color info

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

RGB color model

#ABA0BD color RGB value is (171,160,189).

RGB: (171,160,189) (67%, 63%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 160 of 255 = 63%
B 189 of 255 = 74%

171
160
189

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

Portions of RGB colors in percentages

R + G + B = 171 + 160 + 189 = 520 (100%)
R 171 of 520 ~ 32.88%
G 160 of 520 ~ 30.77%
B 189 of 520 ~ 36.35'%

%32.88
%30.77
%36.35

CMYK color model

#ABA0BD color CMYK value is (10,15,0,26).

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

CMYK: (10,15,0,26)
C10M15Y0K26 (10%, 15%, 0%, 26%)
(0.10 / 0.15 / 0.00 / 0.26)

CMYK percentages

%9.52
%15.34
%0
%25.88

Codes

Color #ABA0BD in popluar color models

AB A0 BD
RGB 171 160 189
HSL 263° 18.01% 68.43%
HSB/HSV 263° 15.34% 74.12%
CMYK 9.52% 15.34% 0.00%
25.88%

Color #ABA0BD in popluar number systems.

HEX AB A0 BD
Decimal 171 160 189
Binary 10101011 10100000 10111101
Octal 253 240 275

Shades and tints

Shades of #ABA0BD

#ABA0BD
(171,160,189)
#9C92AC
(156,146,172)
#8D849B
(141,132,155)
#7E768A
(126,118,138)
#6F6879
(111,104,121)
#605A68
(96,90,104)
#514C57
(81,76,87)
#423E46
(66,62,70)
#333035
(51,48,53)
#242224
(36,34,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #ABA0BD

#ABA0BD
(171,160,189)
#B2A8C3
(178,168,195)
#B9B0C9
(185,176,201)
#C0B8CF
(192,184,207)
#C7C0D5
(199,192,213)
#CEC8DB
(206,200,219)
#D5D0E1
(213,208,225)
#DCD8E7
(220,216,231)
#E3E0ED
(227,224,237)
#EAE8F3
(234,232,243)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA0BD; }

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

This text font color is #ABA0BD.

Background Color

.myBgColor { background-color: #ABA0BD; }

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

This div background color is #ABA0BD.

Border color

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

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

This div border color is #ABA0BD.

Opacity

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

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

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

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

This text has shadow with #ABA0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA0BD.

Preview

Color preview on black background

This text has color #ABA0BD on black background.


Color preview on white background

This text has color #ABA0BD on white background.


Black color preview on #ABA0BD background

This text has black color on #ABA0BD background.


White color preview on #ABA0BD background

This text has white color on #ABA0BD background.


Related colors

Complementary color

Complementary color for #hex is #545F42.


I love getcolorcode.com

Triadic colors

1 #BDABA0 and #A0BDAB with #ABA0BD are triadic colors.

2 #BDA0AB and #A0ABBD with #ABA0BD are triadic colors.