COLOR #A8B2AF

HEX: #A8B2AF RGB: (168,178,175)

Color info

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

RGB color model

#A8B2AF color RGB value is (168,178,175).

RGB: (168,178,175) (66%, 70%, 69%)

RGB channels and saturation

R 168 of 255 = 66%
G 178 of 255 = 70%
B 175 of 255 = 69%

168
178
175

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

Portions of RGB colors in percentages

R + G + B = 168 + 178 + 175 = 521 (100%)
R 168 of 521 ~ 32.25%
G 178 of 521 ~ 34.17%
B 175 of 521 ~ 33.59'%

%32.25
%34.17
%33.59

CMYK color model

#A8B2AF color CMYK value is (6,0,2,30).

  • cyan value is 5.62%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.20%

CMYK: (6,0,2,30)
C6M0Y2K30 (6%, 0%, 2%, 30%)
(0.06 / 0.00 / 0.02 / 0.30)

CMYK percentages

%5.62
%0
%1.69
%30.2

Codes

Color #A8B2AF in popluar color models

A8 B2 AF
RGB 168 178 175
HSL 162° 6.10% 67.84%
HSB/HSV 162° 5.62% 69.80%
CMYK 5.62% 0.00% 1.69%
30.20%

Color #A8B2AF in popluar number systems.

HEX A8 B2 AF
Decimal 168 178 175
Binary 10101000 10110010 10101111
Octal 250 262 257

Shades and tints

Shades of #A8B2AF

#A8B2AF
(168,178,175)
#99A2A0
(153,162,160)
#8A9291
(138,146,145)
#7B8282
(123,130,130)
#6C7273
(108,114,115)
#5D6264
(93,98,100)
#4E5255
(78,82,85)
#3F4246
(63,66,70)
#303237
(48,50,55)
#212228
(33,34,40)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #A8B2AF

#A8B2AF
(168,178,175)
#AFB9B6
(175,185,182)
#B6C0BD
(182,192,189)
#BDC7C4
(189,199,196)
#C4CECB
(196,206,203)
#CBD5D2
(203,213,210)
#D2DCD9
(210,220,217)
#D9E3E0
(217,227,224)
#E0EAE7
(224,234,231)
#E7F1EE
(231,241,238)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B2AF; }

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

This text font color is #A8B2AF.

Background Color

.myBgColor { background-color: #A8B2AF; }

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

This div background color is #A8B2AF.

Border color

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

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

This div border color is #A8B2AF.

Opacity

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

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

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

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

This text has shadow with #A8B2AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B2AF.

Preview

Color preview on black background

This text has color #A8B2AF on black background.


Color preview on white background

This text has color #A8B2AF on white background.


Black color preview on #A8B2AF background

This text has black color on #A8B2AF background.


White color preview on #A8B2AF background

This text has white color on #A8B2AF background.


Related colors

Complementary color

Complementary color for #hex is #574D50.


I love getcolorcode.com

Triadic colors

1 #AFA8B2 and #B2AFA8 with #A8B2AF are triadic colors.

2 #AFB2A8 and #B2A8AF with #A8B2AF are triadic colors.