COLOR #ABA7B2

HEX: #ABA7B2
RGB: (171,167,178)

Color info

#ABA7B2 contains red, green and blue colors in about the same proportion. Web safe color of #ABA7B2 is #999999 (or #999).

RGB color model

#ABA7B2 color RGB value is (171,167,178).

  • red value is 171;
  • green value is 167;
  • blue value is 178.
RGB:
(171,167,178)
(67%,65%,70%)

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 178 of 255 = 70%

171
167
178

R + G + B ~ 67%. #ABA7B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 167 + 178 = 516 (100%)
R 171 of 516 ~ 33.14%
G 167 of 516 ~ 32.36%
B 178 of 516 ~ 34.5%

%33.14
%32.36
%34.5

CMYK color model

#ABA7B2 color CMYK value is (4,6,0,30).

  • cyan value is 3.93%
  • magenta value is 6.18%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,6,0,30)
C4M6Y0K30 
(4%,6%,0%,30%)
(0.04/0.06/0.00/0.30)	

CMYK percentages

%3.93
%6.18
%0
%30.2

Codes

Color #ABA7B2 in popluar color models

ABA7B2
RGB171167178
HSL262°6.67%67.65%
HSB/HSV262°6.18%69.80%
CMYK3.93%6.18%0.00%
30.20%

Color #ABA7B2 in popluar number systems.

HEXABA7B2
Decimal171167178
Binary101010111010011110110010
Octal253247262

Shades and tints

Shades of #ABA7B2

#ABA7B2
(171,167,178)
#9C98A2
(156,152,162)
#8D8992
(141,137,146)
#7E7A82
(126,122,130)
#6F6B72
(111,107,114)
#605C62
(96,92,98)
#514D52
(81,77,82)
#423E42
(66,62,66)
#332F32
(51,47,50)
#242022
(36,32,34)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #ABA7B2

#ABA7B2
(171,167,178)
#B2AFB9
(178,175,185)
#B9B7C0
(185,183,192)
#C0BFC7
(192,191,199)
#C7C7CE
(199,199,206)
#CECFD5
(206,207,213)
#D5D7DC
(213,215,220)
#DCDFE3
(220,223,227)
#E3E7EA
(227,231,234)
#EAEFF1
(234,239,241)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA7B2; }

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

This text font color is #ABA7B2.


Background Color

.myBgColor { background-color: #ABA7B2; }

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

This div background color is #ABA7B2.


Border color

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

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

This div border color is #ABA7B2.


Opacity

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

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

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

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

This text has shadow with #ABA7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA7B2 on black background.


Color preview on white background

This text has color #ABA7B2 on white background.



Black color preview on #ABA7B2 background

This text has black color on #ABA7B2 background.


White color preview on #ABA7B2 background

This text has white color on #ABA7B2 background.