COLOR #ABA3B8

HEX: #ABA3B8
RGB: (171,163,184)

Color info

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

RGB color model

#ABA3B8 color RGB value is (171,163,184).

  • red value is 171;
  • green value is 163;
  • blue value is 184.
RGB:
(171,163,184)
(67%,64%,72%)

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 184 of 255 = 72%

171
163
184

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

Portions of RGB colors in percentages

R + G + B =
171 + 163 + 184 = 518 (100%)
R 171 of 518 ~ 33.01%
G 163 of 518 ~ 31.47%
B 184 of 518 ~ 35.52%

%33.01
%31.47
%35.52

CMYK color model

#ABA3B8 color CMYK value is (7,11,0,28).

  • cyan value is 7.07%
  • magenta value is 11.41%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(7,11,0,28)
C7M11Y0K28 
(7%,11%,0%,28%)
(0.07/0.11/0.00/0.28)	

CMYK percentages

%7.07
%11.41
%0
%27.84

Codes

Color #ABA3B8 in popluar color models

ABA3B8
RGB171163184
HSL263°12.88%68.04%
HSB/HSV263°11.41%72.16%
CMYK7.07%11.41%0.00%
27.84%

Color #ABA3B8 in popluar number systems.

HEXABA3B8
Decimal171163184
Binary101010111010001110111000
Octal253243270

Shades and tints

Shades of #ABA3B8

#ABA3B8
(171,163,184)
#9C95A8
(156,149,168)
#8D8798
(141,135,152)
#7E7988
(126,121,136)
#6F6B78
(111,107,120)
#605D68
(96,93,104)
#514F58
(81,79,88)
#424148
(66,65,72)
#333338
(51,51,56)
#242528
(36,37,40)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #ABA3B8

#ABA3B8
(171,163,184)
#B2ABBE
(178,171,190)
#B9B3C4
(185,179,196)
#C0BBCA
(192,187,202)
#C7C3D0
(199,195,208)
#CECBD6
(206,203,214)
#D5D3DC
(213,211,220)
#DCDBE2
(220,219,226)
#E3E3E8
(227,227,232)
#EAEBEE
(234,235,238)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA3B8 color. Also use rgb(171,163,184) instead hex code.

Text Font Color

.myTextColor { color: #ABA3B8; }

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

This text font color is #ABA3B8.


Background Color

.myBgColor { background-color: #ABA3B8; }

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

This div background color is #ABA3B8.


Border color

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

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

This div border color is #ABA3B8.


Opacity

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

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

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

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

This text has shadow with #ABA3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA3B8 on black background.


Color preview on white background

This text has color #ABA3B8 on white background.



Black color preview on #ABA3B8 background

This text has black color on #ABA3B8 background.


White color preview on #ABA3B8 background

This text has white color on #ABA3B8 background.