COLOR #A8B2AE

HEX: #A8B2AE
RGB: (168,178,174)

Color info

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

RGB color model

#A8B2AE color RGB value is (168,178,174).

  • red value is 168;
  • green value is 178;
  • blue value is 174.
RGB:
(168,178,174)
(66%,70%,68%)

RGB channels and saturation

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

168
178
174

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

Portions of RGB colors in percentages

R + G + B =
168 + 178 + 174 = 520 (100%)
R 168 of 520 ~ 32.31%
G 178 of 520 ~ 34.23%
B 174 of 520 ~ 33.46%

%32.31
%34.23
%33.46

CMYK color model

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

  • cyan value is 5.62%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • 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
%2.25
%30.2

Codes

Color #A8B2AE in popluar color models

A8B2AE
RGB168178174
HSL156°6.10%67.84%
HSB/HSV156°5.62%69.80%
CMYK5.62%0.00%2.25%
30.20%

Color #A8B2AE in popluar number systems.

HEXA8B2AE
Decimal168178174
Binary101010001011001010101110
Octal250262256

Shades and tints

Shades of #A8B2AE

#A8B2AE
(168,178,174)
#99A29F
(153,162,159)
#8A9290
(138,146,144)
#7B8281
(123,130,129)
#6C7272
(108,114,114)
#5D6263
(93,98,99)
#4E5254
(78,82,84)
#3F4245
(63,66,69)
#303236
(48,50,54)
#212227
(33,34,39)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #A8B2AE

#A8B2AE
(168,178,174)
#AFB9B5
(175,185,181)
#B6C0BC
(182,192,188)
#BDC7C3
(189,199,195)
#C4CECA
(196,206,202)
#CBD5D1
(203,213,209)
#D2DCD8
(210,220,216)
#D9E3DF
(217,227,223)
#E0EAE6
(224,234,230)
#E7F1ED
(231,241,237)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B2AE; }

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

This text font color is #A8B2AE.


Background Color

.myBgColor { background-color: #A8B2AE; }

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

This div background color is #A8B2AE.


Border color

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

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

This div border color is #A8B2AE.


Opacity

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

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

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

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

This text has shadow with #A8B2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B2AE on black background.


Color preview on white background

This text has color #A8B2AE on white background.



Black color preview on #A8B2AE background

This text has black color on #A8B2AE background.


White color preview on #A8B2AE background

This text has white color on #A8B2AE background.