COLOR #A8ABA7

HEX: #A8ABA7 RGB: (168,171,167)

Color info

#A8ABA7 contains red, green and blue colors in about the same proportion. Web safe color of #A8ABA7 is #999999 (or #999).

RGB color model

#A8ABA7 color RGB value is (168,171,167).

RGB: (168,171,167) (66%, 67%, 65%)

RGB channels and saturation

R 168 of 255 = 66%
G 171 of 255 = 67%
B 167 of 255 = 65%

168
171
167

R + G + B ~ 66%. #A8ABA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 171 + 167 = 506 (100%)
R 168 of 506 ~ 33.2%
G 171 of 506 ~ 33.79%
B 167 of 506 ~ 33'%

%33.2
%33.79
%33

CMYK color model

#A8ABA7 color CMYK value is (2,0,2,33).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 32.94%

CMYK: (2,0,2,33)
C2M0Y2K33 (2%, 0%, 2%, 33%)
(0.02 / 0.00 / 0.02 / 0.33)

CMYK percentages

%1.75
%0
%2.34
%32.94

Codes

Color #A8ABA7 in popluar color models

A8 AB A7
RGB 168 171 167
HSL 105° 2.33% 66.27%
HSB/HSV 105° 2.34% 67.06%
CMYK 1.75% 0.00% 2.34%
32.94%

Color #A8ABA7 in popluar number systems.

HEX A8 AB A7
Decimal 168 171 167
Binary 10101000 10101011 10100111
Octal 250 253 247

Shades and tints

Shades of #A8ABA7

#A8ABA7
(168,171,167)
#999C98
(153,156,152)
#8A8D89
(138,141,137)
#7B7E7A
(123,126,122)
#6C6F6B
(108,111,107)
#5D605C
(93,96,92)
#4E514D
(78,81,77)
#3F423E
(63,66,62)
#30332F
(48,51,47)
#212420
(33,36,32)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #A8ABA7

#A8ABA7
(168,171,167)
#AFB2AF
(175,178,175)
#B6B9B7
(182,185,183)
#BDC0BF
(189,192,191)
#C4C7C7
(196,199,199)
#CBCECF
(203,206,207)
#D2D5D7
(210,213,215)
#D9DCDF
(217,220,223)
#E0E3E7
(224,227,231)
#E7EAEF
(231,234,239)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8ABA7; }

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

This text font color is #A8ABA7.

Background Color

.myBgColor { background-color: #A8ABA7; }

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

This div background color is #A8ABA7.

Border color

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

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

This div border color is #A8ABA7.

Opacity

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

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

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

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

This text has shadow with #A8ABA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8ABA7.

Preview

Color preview on black background

This text has color #A8ABA7 on black background.


Color preview on white background

This text has color #A8ABA7 on white background.


Black color preview on #A8ABA7 background

This text has black color on #A8ABA7 background.


White color preview on #A8ABA7 background

This text has white color on #A8ABA7 background.


Related colors

Complementary color

Complementary color for #hex is #575458.


I love getcolorcode.com

Triadic colors

1 #A7A8AB and #ABA7A8 with #A8ABA7 are triadic colors.

2 #A7ABA8 and #ABA8A7 with #A8ABA7 are triadic colors.