COLOR #ABA5B5

HEX: #ABA5B5
RGB: (171,165,181)

Color info

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

RGB color model

#ABA5B5 color RGB value is (171,165,181).

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

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 181 of 255 = 71%

171
165
181

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

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 181 = 517 (100%)
R 171 of 517 ~ 33.08%
G 165 of 517 ~ 31.91%
B 181 of 517 ~ 35.01%

%33.08
%31.91
%35.01

CMYK color model

#ABA5B5 color CMYK value is (6,9,0,29).

  • cyan value is 5.52%
  • magenta value is 8.84%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(6,9,0,29)
C6M9Y0K29 
(6%,9%,0%,29%)
(0.06/0.09/0.00/0.29)	

CMYK percentages

%5.52
%8.84
%0
%29.02

Codes

Color #ABA5B5 in popluar color models

ABA5B5
RGB171165181
HSL263°9.76%67.84%
HSB/HSV263°8.84%70.98%
CMYK5.52%8.84%0.00%
29.02%

Color #ABA5B5 in popluar number systems.

HEXABA5B5
Decimal171165181
Binary101010111010010110110101
Octal253245265

Shades and tints

Shades of #ABA5B5

#ABA5B5
(171,165,181)
#9C96A5
(156,150,165)
#8D8795
(141,135,149)
#7E7885
(126,120,133)
#6F6975
(111,105,117)
#605A65
(96,90,101)
#514B55
(81,75,85)
#423C45
(66,60,69)
#332D35
(51,45,53)
#241E25
(36,30,37)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #ABA5B5

#ABA5B5
(171,165,181)
#B2ADBB
(178,173,187)
#B9B5C1
(185,181,193)
#C0BDC7
(192,189,199)
#C7C5CD
(199,197,205)
#CECDD3
(206,205,211)
#D5D5D9
(213,213,217)
#DCDDDF
(220,221,223)
#E3E5E5
(227,229,229)
#EAEDEB
(234,237,235)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA5B5; }

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

This text font color is #ABA5B5.


Background Color

.myBgColor { background-color: #ABA5B5; }

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

This div background color is #ABA5B5.


Border color

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

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

This div border color is #ABA5B5.


Opacity

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

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

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

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

This text has shadow with #ABA5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA5B5 on black background.


Color preview on white background

This text has color #ABA5B5 on white background.



Black color preview on #ABA5B5 background

This text has black color on #ABA5B5 background.


White color preview on #ABA5B5 background

This text has white color on #ABA5B5 background.