COLOR #A8B4AE

HEX: #A8B4AE RGB: (168,180,174)

Color info

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

RGB color model

#A8B4AE color RGB value is (168,180,174).

RGB: (168,180,174) (66%, 71%, 68%)

RGB channels and saturation

R 168 of 255 = 66%
G 180 of 255 = 71%
B 174 of 255 = 68%

168
180
174

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

Portions of RGB colors in percentages

R + G + B = 168 + 180 + 174 = 522 (100%)
R 168 of 522 ~ 32.18%
G 180 of 522 ~ 34.48%
B 174 of 522 ~ 33.33'%

%32.18
%34.48
%33.33

CMYK color model

#A8B4AE color CMYK value is (7,0,3,29).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 29.41%

CMYK: (7,0,3,29)
C7M0Y3K29 (7%, 0%, 3%, 29%)
(0.07 / 0.00 / 0.03 / 0.29)

CMYK percentages

%6.67
%0
%3.33
%29.41

Codes

Color #A8B4AE in popluar color models

A8 B4 AE
RGB 168 180 174
HSL 150° 7.41% 68.24%
HSB/HSV 150° 6.67% 70.59%
CMYK 6.67% 0.00% 3.33%
29.41%

Color #A8B4AE in popluar number systems.

HEX A8 B4 AE
Decimal 168 180 174
Binary 10101000 10110100 10101110
Octal 250 264 256

Shades and tints

Shades of #A8B4AE

#A8B4AE
(168,180,174)
#99A49F
(153,164,159)
#8A9490
(138,148,144)
#7B8481
(123,132,129)
#6C7472
(108,116,114)
#5D6463
(93,100,99)
#4E5454
(78,84,84)
#3F4445
(63,68,69)
#303436
(48,52,54)
#212427
(33,36,39)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #A8B4AE

#A8B4AE
(168,180,174)
#AFBAB5
(175,186,181)
#B6C0BC
(182,192,188)
#BDC6C3
(189,198,195)
#C4CCCA
(196,204,202)
#CBD2D1
(203,210,209)
#D2D8D8
(210,216,216)
#D9DEDF
(217,222,223)
#E0E4E6
(224,228,230)
#E7EAED
(231,234,237)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B4AE; }

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

This text font color is #A8B4AE.

Background Color

.myBgColor { background-color: #A8B4AE; }

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

This div background color is #A8B4AE.

Border color

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

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

This div border color is #A8B4AE.

Opacity

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

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

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

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

This text has shadow with #A8B4AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B4AE.

Preview

Color preview on black background

This text has color #A8B4AE on black background.


Color preview on white background

This text has color #A8B4AE on white background.


Black color preview on #A8B4AE background

This text has black color on #A8B4AE background.


White color preview on #A8B4AE background

This text has white color on #A8B4AE background.


Related colors

Complementary color

Complementary color for #hex is #574B51.


I love getcolorcode.com

Triadic colors

1 #AEA8B4 and #B4AEA8 with #A8B4AE are triadic colors.

2 #AEB4A8 and #B4A8AE with #A8B4AE are triadic colors.