COLOR #ABA7BF

HEX: #ABA7BF
RGB: (171,167,191)

Color info

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

RGB color model

#ABA7BF color RGB value is (171,167,191).

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

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 191 of 255 = 75%

171
167
191

R + G + B ~ 69%. #ABA7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 167 + 191 = 529 (100%)
R 171 of 529 ~ 32.33%
G 167 of 529 ~ 31.57%
B 191 of 529 ~ 36.11%

%32.33
%31.57
%36.11

CMYK color model

#ABA7BF color CMYK value is (10,13,0,25).

  • cyan value is 10.47%
  • magenta value is 12.57%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(10,13,0,25)
C10M13Y0K25 
(10%,13%,0%,25%)
(0.10/0.13/0.00/0.25)	

CMYK percentages

%10.47
%12.57
%0
%25.1

Codes

Color #ABA7BF in popluar color models

ABA7BF
RGB171167191
HSL250°15.79%70.20%
HSB/HSV250°12.57%74.90%
CMYK10.47%12.57%0.00%
25.10%

Color #ABA7BF in popluar number systems.

HEXABA7BF
Decimal171167191
Binary101010111010011110111111
Octal253247277

Shades and tints

Shades of #ABA7BF

#ABA7BF
(171,167,191)
#9C98AE
(156,152,174)
#8D899D
(141,137,157)
#7E7A8C
(126,122,140)
#6F6B7B
(111,107,123)
#605C6A
(96,92,106)
#514D59
(81,77,89)
#423E48
(66,62,72)
#332F37
(51,47,55)
#242026
(36,32,38)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #ABA7BF

#ABA7BF
(171,167,191)
#B2AFC4
(178,175,196)
#B9B7C9
(185,183,201)
#C0BFCE
(192,191,206)
#C7C7D3
(199,199,211)
#CECFD8
(206,207,216)
#D5D7DD
(213,215,221)
#DCDFE2
(220,223,226)
#E3E7E7
(227,231,231)
#EAEFEC
(234,239,236)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA7BF; }

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

This text font color is #ABA7BF.


Background Color

.myBgColor { background-color: #ABA7BF; }

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

This div background color is #ABA7BF.


Border color

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

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

This div border color is #ABA7BF.


Opacity

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

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

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

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

This text has shadow with #ABA7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA7BF on black background.


Color preview on white background

This text has color #ABA7BF on white background.



Black color preview on #ABA7BF background

This text has black color on #ABA7BF background.


White color preview on #ABA7BF background

This text has white color on #ABA7BF background.