COLOR #ABACB9

HEX: #ABACB9
RGB: (171,172,185)

Color info

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

RGB color model

#ABACB9 color RGB value is (171,172,185).

  • red value is 171;
  • green value is 172;
  • blue value is 185.
RGB:
(171,172,185)
(67%,67%,73%)

RGB channels and saturation

R 171 of 255 = 67%
G 172 of 255 = 67%
B 185 of 255 = 73%

171
172
185

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

Portions of RGB colors in percentages

R + G + B =
171 + 172 + 185 = 528 (100%)
R 171 of 528 ~ 32.39%
G 172 of 528 ~ 32.58%
B 185 of 528 ~ 35.04%

%32.39
%32.58
%35.04

CMYK color model

#ABACB9 color CMYK value is (8,7,0,27).

  • cyan value is 7.57%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(8,7,0,27)
C8M7Y0K27 
(8%,7%,0%,27%)
(0.08/0.07/0.00/0.27)	

CMYK percentages

%7.57
%7.03
%0
%27.45

Codes

Color #ABACB9 in popluar color models

ABACB9
RGB171172185
HSL236°9.09%69.80%
HSB/HSV236°7.57%72.55%
CMYK7.57%7.03%0.00%
27.45%

Color #ABACB9 in popluar number systems.

HEXABACB9
Decimal171172185
Binary101010111010110010111001
Octal253254271

Shades and tints

Shades of #ABACB9

#ABACB9
(171,172,185)
#9C9DA9
(156,157,169)
#8D8E99
(141,142,153)
#7E7F89
(126,127,137)
#6F7079
(111,112,121)
#606169
(96,97,105)
#515259
(81,82,89)
#424349
(66,67,73)
#333439
(51,52,57)
#242529
(36,37,41)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #ABACB9

#ABACB9
(171,172,185)
#B2B3BF
(178,179,191)
#B9BAC5
(185,186,197)
#C0C1CB
(192,193,203)
#C7C8D1
(199,200,209)
#CECFD7
(206,207,215)
#D5D6DD
(213,214,221)
#DCDDE3
(220,221,227)
#E3E4E9
(227,228,233)
#EAEBEF
(234,235,239)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABACB9 color. Also use rgb(171,172,185) instead hex code.

Text Font Color

.myTextColor { color: #ABACB9; }

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

This text font color is #ABACB9.


Background Color

.myBgColor { background-color: #ABACB9; }

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

This div background color is #ABACB9.


Border color

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

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

This div border color is #ABACB9.


Opacity

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

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

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

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

This text has shadow with #ABACB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABACB9 on black background.


Color preview on white background

This text has color #ABACB9 on white background.



Black color preview on #ABACB9 background

This text has black color on #ABACB9 background.


White color preview on #ABACB9 background

This text has white color on #ABACB9 background.