COLOR #ABA0BF

HEX: #ABA0BF
RGB: (171,160,191)

Color info

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

RGB color model

#ABA0BF color RGB value is (171,160,191).

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

RGB channels and saturation

R 171 of 255 = 67%
G 160 of 255 = 63%
B 191 of 255 = 75%

171
160
191

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

Portions of RGB colors in percentages

R + G + B =
171 + 160 + 191 = 522 (100%)
R 171 of 522 ~ 32.76%
G 160 of 522 ~ 30.65%
B 191 of 522 ~ 36.59%

%32.76
%30.65
%36.59

CMYK color model

#ABA0BF color CMYK value is (10,16,0,25).

  • cyan value is 10.47%
  • magenta value is 16.23%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(10,16,0,25)
C10M16Y0K25 
(10%,16%,0%,25%)
(0.10/0.16/0.00/0.25)	

CMYK percentages

%10.47
%16.23
%0
%25.1

Codes

Color #ABA0BF in popluar color models

ABA0BF
RGB171160191
HSL261°19.50%68.82%
HSB/HSV261°16.23%74.90%
CMYK10.47%16.23%0.00%
25.10%

Color #ABA0BF in popluar number systems.

HEXABA0BF
Decimal171160191
Binary101010111010000010111111
Octal253240277

Shades and tints

Shades of #ABA0BF

#ABA0BF
(171,160,191)
#9C92AE
(156,146,174)
#8D849D
(141,132,157)
#7E768C
(126,118,140)
#6F687B
(111,104,123)
#605A6A
(96,90,106)
#514C59
(81,76,89)
#423E48
(66,62,72)
#333037
(51,48,55)
#242226
(36,34,38)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #ABA0BF

#ABA0BF
(171,160,191)
#B2A8C4
(178,168,196)
#B9B0C9
(185,176,201)
#C0B8CE
(192,184,206)
#C7C0D3
(199,192,211)
#CEC8D8
(206,200,216)
#D5D0DD
(213,208,221)
#DCD8E2
(220,216,226)
#E3E0E7
(227,224,231)
#EAE8EC
(234,232,236)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA0BF; }

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

This text font color is #ABA0BF.


Background Color

.myBgColor { background-color: #ABA0BF; }

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

This div background color is #ABA0BF.


Border color

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

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

This div border color is #ABA0BF.


Opacity

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

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

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

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

This text has shadow with #ABA0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA0BF on black background.


Color preview on white background

This text has color #ABA0BF on white background.



Black color preview on #ABA0BF background

This text has black color on #ABA0BF background.


White color preview on #ABA0BF background

This text has white color on #ABA0BF background.