COLOR #ABB5AB

HEX: #ABB5AB
RGB: (171,181,171)

Color info

#ABB5AB contains red, green and blue colors in about the same proportion. Web safe color of #ABB5AB is #99CC99 (or #9C9).

RGB color model

#ABB5AB color RGB value is (171,181,171).

  • red value is 171;
  • green value is 181;
  • blue value is 171.
RGB:
(171,181,171)
(67%,71%,67%)

RGB channels and saturation

R 171 of 255 = 67%
G 181 of 255 = 71%
B 171 of 255 = 67%

171
181
171

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

Portions of RGB colors in percentages

R + G + B =
171 + 181 + 171 = 523 (100%)
R 171 of 523 ~ 32.7%
G 181 of 523 ~ 34.61%
B 171 of 523 ~ 32.7%

%32.7
%34.61
%32.7

CMYK color model

#ABB5AB color CMYK value is (6,0,6,29).

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(6,0,6,29)
C6M0Y6K29 
(6%,0%,6%,29%)
(0.06/0.00/0.06/0.29)	

CMYK percentages

%5.52
%0
%5.52
%29.02

Codes

Color #ABB5AB in popluar color models

ABB5AB
RGB171181171
HSL120°6.33%69.02%
HSB/HSV120°5.52%70.98%
CMYK5.52%0.00%5.52%
29.02%

Color #ABB5AB in popluar number systems.

HEXABB5AB
Decimal171181171
Binary101010111011010110101011
Octal253265253

Shades and tints

Shades of #ABB5AB

#ABB5AB
(171,181,171)
#9CA59C
(156,165,156)
#8D958D
(141,149,141)
#7E857E
(126,133,126)
#6F756F
(111,117,111)
#606560
(96,101,96)
#515551
(81,85,81)
#424542
(66,69,66)
#333533
(51,53,51)
#242524
(36,37,36)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #ABB5AB

#ABB5AB
(171,181,171)
#B2BBB2
(178,187,178)
#B9C1B9
(185,193,185)
#C0C7C0
(192,199,192)
#C7CDC7
(199,205,199)
#CED3CE
(206,211,206)
#D5D9D5
(213,217,213)
#DCDFDC
(220,223,220)
#E3E5E3
(227,229,227)
#EAEBEA
(234,235,234)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB5AB; }

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

This text font color is #ABB5AB.


Background Color

.myBgColor { background-color: #ABB5AB; }

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

This div background color is #ABB5AB.


Border color

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

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

This div border color is #ABB5AB.


Opacity

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

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

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

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

This text has shadow with #ABB5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB5AB on black background.


Color preview on white background

This text has color #ABB5AB on white background.



Black color preview on #ABB5AB background

This text has black color on #ABB5AB background.


White color preview on #ABB5AB background

This text has white color on #ABB5AB background.