COLOR #A8B1AE

HEX: #A8B1AE RGB: (168,177,174)

Color info

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

RGB color model

#A8B1AE color RGB value is (168,177,174).

RGB: (168,177,174) (66%, 69%, 68%)

RGB channels and saturation

R 168 of 255 = 66%
G 177 of 255 = 69%
B 174 of 255 = 68%

168
177
174

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

Portions of RGB colors in percentages

R + G + B = 168 + 177 + 174 = 519 (100%)
R 168 of 519 ~ 32.37%
G 177 of 519 ~ 34.1%
B 174 of 519 ~ 33.53'%

%32.37
%34.1
%33.53

CMYK color model

#A8B1AE color CMYK value is (5,0,2,31).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.59%

CMYK: (5,0,2,31)
C5M0Y2K31 (5%, 0%, 2%, 31%)
(0.05 / 0.00 / 0.02 / 0.31)

CMYK percentages

%5.08
%0
%1.69
%30.59

Codes

Color #A8B1AE in popluar color models

A8 B1 AE
RGB 168 177 174
HSL 160° 5.45% 67.65%
HSB/HSV 160° 5.08% 69.41%
CMYK 5.08% 0.00% 1.69%
30.59%

Color #A8B1AE in popluar number systems.

HEX A8 B1 AE
Decimal 168 177 174
Binary 10101000 10110001 10101110
Octal 250 261 256

Shades and tints

Shades of #A8B1AE

#A8B1AE
(168,177,174)
#99A19F
(153,161,159)
#8A9190
(138,145,144)
#7B8181
(123,129,129)
#6C7172
(108,113,114)
#5D6163
(93,97,99)
#4E5154
(78,81,84)
#3F4145
(63,65,69)
#303136
(48,49,54)
#212127
(33,33,39)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #A8B1AE

#A8B1AE
(168,177,174)
#AFB8B5
(175,184,181)
#B6BFBC
(182,191,188)
#BDC6C3
(189,198,195)
#C4CDCA
(196,205,202)
#CBD4D1
(203,212,209)
#D2DBD8
(210,219,216)
#D9E2DF
(217,226,223)
#E0E9E6
(224,233,230)
#E7F0ED
(231,240,237)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B1AE color. Also use rgb(168,177,174) instead hex code.

Text Font Color

.myTextColor { color: #A8B1AE; }

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

This text font color is #A8B1AE.

Background Color

.myBgColor { background-color: #A8B1AE; }

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

This div background color is #A8B1AE.

Border color

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

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

This div border color is #A8B1AE.

Opacity

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

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

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

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

This text has shadow with #A8B1AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B1AE.

Preview

Color preview on black background

This text has color #A8B1AE on black background.


Color preview on white background

This text has color #A8B1AE on white background.


Black color preview on #A8B1AE background

This text has black color on #A8B1AE background.


White color preview on #A8B1AE background

This text has white color on #A8B1AE background.


Related colors

Complementary color

Complementary color for #hex is #574E51.


I love getcolorcode.com

Triadic colors

1 #AEA8B1 and #B1AEA8 with #A8B1AE are triadic colors.

2 #AEB1A8 and #B1A8AE with #A8B1AE are triadic colors.