COLOR #ABB7A1

HEX: #ABB7A1 RGB: (171,183,161)

Color info

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

RGB color model

#ABB7A1 color RGB value is (171,183,161).

RGB: (171,183,161) (67%, 72%, 63%)

RGB channels and saturation

R 171 of 255 = 67%
G 183 of 255 = 72%
B 161 of 255 = 63%

171
183
161

R + G + B ~ 67%. #ABB7A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 183 + 161 = 515 (100%)
R 171 of 515 ~ 33.2%
G 183 of 515 ~ 35.53%
B 161 of 515 ~ 31.26'%

%33.2
%35.53
%31.26

CMYK color model

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

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 12.02%
  • key color value is 28.24%

CMYK: (7,0,12,28)
C7M0Y12K28 (7%, 0%, 12%, 28%)
(0.07 / 0.00 / 0.12 / 0.28)

CMYK percentages

%6.56
%0
%12.02
%28.24

Codes

Color #ABB7A1 in popluar color models

AB B7 A1
RGB 171 183 161
HSL 93° 13.25% 67.45%
HSB/HSV 93° 12.02% 71.76%
CMYK 6.56% 0.00% 12.02%
28.24%

Color #ABB7A1 in popluar number systems.

HEX AB B7 A1
Decimal 171 183 161
Binary 10101011 10110111 10100001
Octal 253 267 241

Shades and tints

Shades of #ABB7A1

#ABB7A1
(171,183,161)
#9CA793
(156,167,147)
#8D9785
(141,151,133)
#7E8777
(126,135,119)
#6F7769
(111,119,105)
#60675B
(96,103,91)
#51574D
(81,87,77)
#42473F
(66,71,63)
#333731
(51,55,49)
#242723
(36,39,35)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #ABB7A1

#ABB7A1
(171,183,161)
#B2BDA9
(178,189,169)
#B9C3B1
(185,195,177)
#C0C9B9
(192,201,185)
#C7CFC1
(199,207,193)
#CED5C9
(206,213,201)
#D5DBD1
(213,219,209)
#DCE1D9
(220,225,217)
#E3E7E1
(227,231,225)
#EAEDE9
(234,237,233)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB7A1; }

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

This text font color is #ABB7A1.

Background Color

.myBgColor { background-color: #ABB7A1; }

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

This div background color is #ABB7A1.

Border color

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

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

This div border color is #ABB7A1.

Opacity

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

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

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

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

This text has shadow with #ABB7A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB7A1.

Preview

Color preview on black background

This text has color #ABB7A1 on black background.


Color preview on white background

This text has color #ABB7A1 on white background.


Black color preview on #ABB7A1 background

This text has black color on #ABB7A1 background.


White color preview on #ABB7A1 background

This text has white color on #ABB7A1 background.


Related colors

Complementary color

Complementary color for #hex is #54485E.


I love getcolorcode.com

Triadic colors

1 #A1ABB7 and #B7A1AB with #ABB7A1 are triadic colors.

2 #A1B7AB and #B7ABA1 with #ABB7A1 are triadic colors.