COLOR #ABA5BB

HEX: #ABA5BB
RGB: (171,165,187)

Color info

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

RGB color model

#ABA5BB color RGB value is (171,165,187).

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

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 187 of 255 = 73%

171
165
187

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

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 187 = 523 (100%)
R 171 of 523 ~ 32.7%
G 165 of 523 ~ 31.55%
B 187 of 523 ~ 35.76%

%32.7
%31.55
%35.76

CMYK color model

#ABA5BB color CMYK value is (9,12,0,27).

  • cyan value is 8.56%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,12,0,27)
C9M12Y0K27 
(9%,12%,0%,27%)
(0.09/0.12/0.00/0.27)	

CMYK percentages

%8.56
%11.76
%0
%26.67

Codes

Color #ABA5BB in popluar color models

ABA5BB
RGB171165187
HSL256°13.92%69.02%
HSB/HSV256°11.76%73.33%
CMYK8.56%11.76%0.00%
26.67%

Color #ABA5BB in popluar number systems.

HEXABA5BB
Decimal171165187
Binary101010111010010110111011
Octal253245273

Shades and tints

Shades of #ABA5BB

#ABA5BB
(171,165,187)
#9C96AA
(156,150,170)
#8D8799
(141,135,153)
#7E7888
(126,120,136)
#6F6977
(111,105,119)
#605A66
(96,90,102)
#514B55
(81,75,85)
#423C44
(66,60,68)
#332D33
(51,45,51)
#241E22
(36,30,34)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #ABA5BB

#ABA5BB
(171,165,187)
#B2ADC1
(178,173,193)
#B9B5C7
(185,181,199)
#C0BDCD
(192,189,205)
#C7C5D3
(199,197,211)
#CECDD9
(206,205,217)
#D5D5DF
(213,213,223)
#DCDDE5
(220,221,229)
#E3E5EB
(227,229,235)
#EAEDF1
(234,237,241)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA5BB; }

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

This text font color is #ABA5BB.


Background Color

.myBgColor { background-color: #ABA5BB; }

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

This div background color is #ABA5BB.


Border color

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

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

This div border color is #ABA5BB.


Opacity

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

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

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

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

This text has shadow with #ABA5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA5BB on black background.


Color preview on white background

This text has color #ABA5BB on white background.



Black color preview on #ABA5BB background

This text has black color on #ABA5BB background.


White color preview on #ABA5BB background

This text has white color on #ABA5BB background.