COLOR #A8B7AF

HEX: #A8B7AF RGB: (168,183,175)

Color info

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

RGB color model

#A8B7AF color RGB value is (168,183,175).

RGB: (168,183,175) (66%, 72%, 69%)

RGB channels and saturation

R 168 of 255 = 66%
G 183 of 255 = 72%
B 175 of 255 = 69%

168
183
175

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

Portions of RGB colors in percentages

R + G + B = 168 + 183 + 175 = 526 (100%)
R 168 of 526 ~ 31.94%
G 183 of 526 ~ 34.79%
B 175 of 526 ~ 33.27'%

%31.94
%34.79
%33.27

CMYK color model

#A8B7AF color CMYK value is (8,0,4,28).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 28.24%

CMYK: (8,0,4,28)
C8M0Y4K28 (8%, 0%, 4%, 28%)
(0.08 / 0.00 / 0.04 / 0.28)

CMYK percentages

%8.2
%0
%4.37
%28.24

Codes

Color #A8B7AF in popluar color models

A8 B7 AF
RGB 168 183 175
HSL 148° 9.43% 68.82%
HSB/HSV 148° 8.20% 71.76%
CMYK 8.20% 0.00% 4.37%
28.24%

Color #A8B7AF in popluar number systems.

HEX A8 B7 AF
Decimal 168 183 175
Binary 10101000 10110111 10101111
Octal 250 267 257

Shades and tints

Shades of #A8B7AF

#A8B7AF
(168,183,175)
#99A7A0
(153,167,160)
#8A9791
(138,151,145)
#7B8782
(123,135,130)
#6C7773
(108,119,115)
#5D6764
(93,103,100)
#4E5755
(78,87,85)
#3F4746
(63,71,70)
#303737
(48,55,55)
#212728
(33,39,40)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #A8B7AF

#A8B7AF
(168,183,175)
#AFBDB6
(175,189,182)
#B6C3BD
(182,195,189)
#BDC9C4
(189,201,196)
#C4CFCB
(196,207,203)
#CBD5D2
(203,213,210)
#D2DBD9
(210,219,217)
#D9E1E0
(217,225,224)
#E0E7E7
(224,231,231)
#E7EDEE
(231,237,238)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B7AF color. Also use rgb(168,183,175) instead hex code.

Text Font Color

.myTextColor { color: #A8B7AF; }

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

This text font color is #A8B7AF.

Background Color

.myBgColor { background-color: #A8B7AF; }

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

This div background color is #A8B7AF.

Border color

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

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

This div border color is #A8B7AF.

Opacity

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

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

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

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

This text has shadow with #A8B7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B7AF.

Preview

Color preview on black background

This text has color #A8B7AF on black background.


Color preview on white background

This text has color #A8B7AF on white background.


Black color preview on #A8B7AF background

This text has black color on #A8B7AF background.


White color preview on #A8B7AF background

This text has white color on #A8B7AF background.


Related colors

Complementary color

Complementary color for #hex is #574850.


I love getcolorcode.com

Triadic colors

1 #AFA8B7 and #B7AFA8 with #A8B7AF are triadic colors.

2 #AFB7A8 and #B7A8AF with #A8B7AF are triadic colors.