COLOR #ABB9A6

HEX: #ABB9A6
RGB: (171,185,166)

Color info

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

RGB color model

#ABB9A6 color RGB value is (171,185,166).

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

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 166 of 255 = 65%

171
185
166

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

Portions of RGB colors in percentages

R + G + B =
171 + 185 + 166 = 522 (100%)
R 171 of 522 ~ 32.76%
G 185 of 522 ~ 35.44%
B 166 of 522 ~ 31.8%

%32.76
%35.44
%31.8

CMYK color model

#ABB9A6 color CMYK value is (8,0,10,27).

  • cyan value is 7.57%
  • magenta value is 0.00%
  • yellow value is 10.27%
  • key color value is 27.45%
CMYK:
(8,0,10,27)
C8M0Y10K27 
(8%,0%,10%,27%)
(0.08/0.00/0.10/0.27)	

CMYK percentages

%7.57
%0
%10.27
%27.45

Codes

Color #ABB9A6 in popluar color models

ABB9A6
RGB171185166
HSL104°11.95%68.82%
HSB/HSV104°10.27%72.55%
CMYK7.57%0.00%10.27%
27.45%

Color #ABB9A6 in popluar number systems.

HEXABB9A6
Decimal171185166
Binary101010111011100110100110
Octal253271246

Shades and tints

Shades of #ABB9A6

#ABB9A6
(171,185,166)
#9CA997
(156,169,151)
#8D9988
(141,153,136)
#7E8979
(126,137,121)
#6F796A
(111,121,106)
#60695B
(96,105,91)
#51594C
(81,89,76)
#42493D
(66,73,61)
#33392E
(51,57,46)
#24291F
(36,41,31)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #ABB9A6

#ABB9A6
(171,185,166)
#B2BFAE
(178,191,174)
#B9C5B6
(185,197,182)
#C0CBBE
(192,203,190)
#C7D1C6
(199,209,198)
#CED7CE
(206,215,206)
#D5DDD6
(213,221,214)
#DCE3DE
(220,227,222)
#E3E9E6
(227,233,230)
#EAEFEE
(234,239,238)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB9A6; }

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

This text font color is #ABB9A6.


Background Color

.myBgColor { background-color: #ABB9A6; }

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

This div background color is #ABB9A6.


Border color

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

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

This div border color is #ABB9A6.


Opacity

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

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

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

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

This text has shadow with #ABB9A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB9A6 on black background.


Color preview on white background

This text has color #ABB9A6 on white background.



Black color preview on #ABB9A6 background

This text has black color on #ABB9A6 background.


White color preview on #ABB9A6 background

This text has white color on #ABB9A6 background.