COLOR #ABA5BA

HEX: #ABA5BA
RGB: (171,165,186)

Color info

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

RGB color model

#ABA5BA color RGB value is (171,165,186).

  • red value is 171;
  • green value is 165;
  • blue value is 186.
RGB:
(171,165,186)
(67%,65%,73%)

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 186 of 255 = 73%

171
165
186

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

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 186 = 522 (100%)
R 171 of 522 ~ 32.76%
G 165 of 522 ~ 31.61%
B 186 of 522 ~ 35.63%

%32.76
%31.61
%35.63

CMYK color model

#ABA5BA color CMYK value is (8,11,0,27).

  • cyan value is 8.06%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(8,11,0,27)
C8M11Y0K27 
(8%,11%,0%,27%)
(0.08/0.11/0.00/0.27)	

CMYK percentages

%8.06
%11.29
%0
%27.06

Codes

Color #ABA5BA in popluar color models

ABA5BA
RGB171165186
HSL257°13.21%68.82%
HSB/HSV257°11.29%72.94%
CMYK8.06%11.29%0.00%
27.06%

Color #ABA5BA in popluar number systems.

HEXABA5BA
Decimal171165186
Binary101010111010010110111010
Octal253245272

Shades and tints

Shades of #ABA5BA

#ABA5BA
(171,165,186)
#9C96AA
(156,150,170)
#8D879A
(141,135,154)
#7E788A
(126,120,138)
#6F697A
(111,105,122)
#605A6A
(96,90,106)
#514B5A
(81,75,90)
#423C4A
(66,60,74)
#332D3A
(51,45,58)
#241E2A
(36,30,42)
#150F1A
(21,15,26)
#000000
(0,0,0)

Tints of #ABA5BA

#ABA5BA
(171,165,186)
#B2ADC0
(178,173,192)
#B9B5C6
(185,181,198)
#C0BDCC
(192,189,204)
#C7C5D2
(199,197,210)
#CECDD8
(206,205,216)
#D5D5DE
(213,213,222)
#DCDDE4
(220,221,228)
#E3E5EA
(227,229,234)
#EAEDF0
(234,237,240)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA5BA color. Also use rgb(171,165,186) instead hex code.

Text Font Color

.myTextColor { color: #ABA5BA; }

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

This text font color is #ABA5BA.


Background Color

.myBgColor { background-color: #ABA5BA; }

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

This div background color is #ABA5BA.


Border color

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

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

This div border color is #ABA5BA.


Opacity

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

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

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

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

This text has shadow with #ABA5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA5BA on black background.


Color preview on white background

This text has color #ABA5BA on white background.



Black color preview on #ABA5BA background

This text has black color on #ABA5BA background.


White color preview on #ABA5BA background

This text has white color on #ABA5BA background.