COLOR #A8B4AB

HEX: #A8B4AB RGB: (168,180,171)

Color info

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

RGB color model

#A8B4AB color RGB value is (168,180,171).

RGB: (168,180,171) (66%, 71%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 180 of 255 = 71%
B 171 of 255 = 67%

168
180
171

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

Portions of RGB colors in percentages

R + G + B = 168 + 180 + 171 = 519 (100%)
R 168 of 519 ~ 32.37%
G 180 of 519 ~ 34.68%
B 171 of 519 ~ 32.95'%

%32.37
%34.68
%32.95

CMYK color model

#A8B4AB color CMYK value is (7,0,5,29).

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

CMYK: (7,0,5,29)
C7M0Y5K29 (7%, 0%, 5%, 29%)
(0.07 / 0.00 / 0.05 / 0.29)

CMYK percentages

%6.67
%0
%5
%29.41

Codes

Color #A8B4AB in popluar color models

A8 B4 AB
RGB 168 180 171
HSL 135° 7.41% 68.24%
HSB/HSV 135° 6.67% 70.59%
CMYK 6.67% 0.00% 5.00%
29.41%

Color #A8B4AB in popluar number systems.

HEX A8 B4 AB
Decimal 168 180 171
Binary 10101000 10110100 10101011
Octal 250 264 253

Shades and tints

Shades of #A8B4AB

#A8B4AB
(168,180,171)
#99A49C
(153,164,156)
#8A948D
(138,148,141)
#7B847E
(123,132,126)
#6C746F
(108,116,111)
#5D6460
(93,100,96)
#4E5451
(78,84,81)
#3F4442
(63,68,66)
#303433
(48,52,51)
#212424
(33,36,36)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #A8B4AB

#A8B4AB
(168,180,171)
#AFBAB2
(175,186,178)
#B6C0B9
(182,192,185)
#BDC6C0
(189,198,192)
#C4CCC7
(196,204,199)
#CBD2CE
(203,210,206)
#D2D8D5
(210,216,213)
#D9DEDC
(217,222,220)
#E0E4E3
(224,228,227)
#E7EAEA
(231,234,234)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B4AB; }

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

This text font color is #A8B4AB.

Background Color

.myBgColor { background-color: #A8B4AB; }

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

This div background color is #A8B4AB.

Border color

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

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

This div border color is #A8B4AB.

Opacity

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

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

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

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

This text has shadow with #A8B4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B4AB.

Preview

Color preview on black background

This text has color #A8B4AB on black background.


Color preview on white background

This text has color #A8B4AB on white background.


Black color preview on #A8B4AB background

This text has black color on #A8B4AB background.


White color preview on #A8B4AB background

This text has white color on #A8B4AB background.


Related colors

Complementary color

Complementary color for #hex is #574B54.


I love getcolorcode.com

Triadic colors

1 #ABA8B4 and #B4ABA8 with #A8B4AB are triadic colors.

2 #ABB4A8 and #B4A8AB with #A8B4AB are triadic colors.