COLOR #ABB8AB

HEX: #ABB8AB
RGB: (171,184,171)

Color info

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

RGB color model

#ABB8AB color RGB value is (171,184,171).

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

RGB channels and saturation

R 171 of 255 = 67%
G 184 of 255 = 72%
B 171 of 255 = 67%

171
184
171

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

Portions of RGB colors in percentages

R + G + B =
171 + 184 + 171 = 526 (100%)
R 171 of 526 ~ 32.51%
G 184 of 526 ~ 34.98%
B 171 of 526 ~ 32.51%

%32.51
%34.98
%32.51

CMYK color model

#ABB8AB color CMYK value is (7,0,7,28).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 27.84%
CMYK:
(7,0,7,28)
C7M0Y7K28 
(7%,0%,7%,28%)
(0.07/0.00/0.07/0.28)	

CMYK percentages

%7.07
%0
%7.07
%27.84

Codes

Color #ABB8AB in popluar color models

ABB8AB
RGB171184171
HSL120°8.39%69.61%
HSB/HSV120°7.07%72.16%
CMYK7.07%0.00%7.07%
27.84%

Color #ABB8AB in popluar number systems.

HEXABB8AB
Decimal171184171
Binary101010111011100010101011
Octal253270253

Shades and tints

Shades of #ABB8AB

#ABB8AB
(171,184,171)
#9CA89C
(156,168,156)
#8D988D
(141,152,141)
#7E887E
(126,136,126)
#6F786F
(111,120,111)
#606860
(96,104,96)
#515851
(81,88,81)
#424842
(66,72,66)
#333833
(51,56,51)
#242824
(36,40,36)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #ABB8AB

#ABB8AB
(171,184,171)
#B2BEB2
(178,190,178)
#B9C4B9
(185,196,185)
#C0CAC0
(192,202,192)
#C7D0C7
(199,208,199)
#CED6CE
(206,214,206)
#D5DCD5
(213,220,213)
#DCE2DC
(220,226,220)
#E3E8E3
(227,232,227)
#EAEEEA
(234,238,234)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB8AB; }

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

This text font color is #ABB8AB.


Background Color

.myBgColor { background-color: #ABB8AB; }

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

This div background color is #ABB8AB.


Border color

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

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

This div border color is #ABB8AB.


Opacity

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

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

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

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

This text has shadow with #ABB8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB8AB on black background.


Color preview on white background

This text has color #ABB8AB on white background.



Black color preview on #ABB8AB background

This text has black color on #ABB8AB background.


White color preview on #ABB8AB background

This text has white color on #ABB8AB background.