COLOR #A8B3AE

HEX: #A8B3AE RGB: (168,179,174)

Color info

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

RGB color model

#A8B3AE color RGB value is (168,179,174).

RGB: (168,179,174) (66%, 70%, 68%)

RGB channels and saturation

R 168 of 255 = 66%
G 179 of 255 = 70%
B 174 of 255 = 68%

168
179
174

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

Portions of RGB colors in percentages

R + G + B = 168 + 179 + 174 = 521 (100%)
R 168 of 521 ~ 32.25%
G 179 of 521 ~ 34.36%
B 174 of 521 ~ 33.4'%

%32.25
%34.36
%33.4

CMYK color model

#A8B3AE color CMYK value is (6,0,3,30).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 2.79%
  • key color value is 29.80%

CMYK: (6,0,3,30)
C6M0Y3K30 (6%, 0%, 3%, 30%)
(0.06 / 0.00 / 0.03 / 0.30)

CMYK percentages

%6.15
%0
%2.79
%29.8

Codes

Color #A8B3AE in popluar color models

A8 B3 AE
RGB 168 179 174
HSL 153° 6.75% 68.04%
HSB/HSV 153° 6.15% 70.20%
CMYK 6.15% 0.00% 2.79%
29.80%

Color #A8B3AE in popluar number systems.

HEX A8 B3 AE
Decimal 168 179 174
Binary 10101000 10110011 10101110
Octal 250 263 256

Shades and tints

Shades of #A8B3AE

#A8B3AE
(168,179,174)
#99A39F
(153,163,159)
#8A9390
(138,147,144)
#7B8381
(123,131,129)
#6C7372
(108,115,114)
#5D6363
(93,99,99)
#4E5354
(78,83,84)
#3F4345
(63,67,69)
#303336
(48,51,54)
#212327
(33,35,39)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #A8B3AE

#A8B3AE
(168,179,174)
#AFB9B5
(175,185,181)
#B6BFBC
(182,191,188)
#BDC5C3
(189,197,195)
#C4CBCA
(196,203,202)
#CBD1D1
(203,209,209)
#D2D7D8
(210,215,216)
#D9DDDF
(217,221,223)
#E0E3E6
(224,227,230)
#E7E9ED
(231,233,237)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B3AE; }

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

This text font color is #A8B3AE.

Background Color

.myBgColor { background-color: #A8B3AE; }

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

This div background color is #A8B3AE.

Border color

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

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

This div border color is #A8B3AE.

Opacity

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

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

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

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

This text has shadow with #A8B3AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B3AE.

Preview

Color preview on black background

This text has color #A8B3AE on black background.


Color preview on white background

This text has color #A8B3AE on white background.


Black color preview on #A8B3AE background

This text has black color on #A8B3AE background.


White color preview on #A8B3AE background

This text has white color on #A8B3AE background.


Related colors

Complementary color

Complementary color for #hex is #574C51.


I love getcolorcode.com

Triadic colors

1 #AEA8B3 and #B3AEA8 with #A8B3AE are triadic colors.

2 #AEB3A8 and #B3A8AE with #A8B3AE are triadic colors.