COLOR #A8B6B1

HEX: #A8B6B1 RGB: (168,182,177)

Color info

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

RGB color model

#A8B6B1 color RGB value is (168,182,177).

RGB: (168,182,177) (66%, 71%, 69%)

RGB channels and saturation

R 168 of 255 = 66%
G 182 of 255 = 71%
B 177 of 255 = 69%

168
182
177

R + G + B ~ 69%. #A8B6B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 182 + 177 = 527 (100%)
R 168 of 527 ~ 31.88%
G 182 of 527 ~ 34.54%
B 177 of 527 ~ 33.59'%

%31.88
%34.54
%33.59

CMYK color model

#A8B6B1 color CMYK value is (8,0,3,29).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 2.75%
  • key color value is 28.63%

CMYK: (8,0,3,29)
C8M0Y3K29 (8%, 0%, 3%, 29%)
(0.08 / 0.00 / 0.03 / 0.29)

CMYK percentages

%7.69
%0
%2.75
%28.63

Codes

Color #A8B6B1 in popluar color models

A8 B6 B1
RGB 168 182 177
HSL 159° 8.75% 68.63%
HSB/HSV 159° 7.69% 71.37%
CMYK 7.69% 0.00% 2.75%
28.63%

Color #A8B6B1 in popluar number systems.

HEX A8 B6 B1
Decimal 168 182 177
Binary 10101000 10110110 10110001
Octal 250 266 261

Shades and tints

Shades of #A8B6B1

#A8B6B1
(168,182,177)
#99A6A1
(153,166,161)
#8A9691
(138,150,145)
#7B8681
(123,134,129)
#6C7671
(108,118,113)
#5D6661
(93,102,97)
#4E5651
(78,86,81)
#3F4641
(63,70,65)
#303631
(48,54,49)
#212621
(33,38,33)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #A8B6B1

#A8B6B1
(168,182,177)
#AFBCB8
(175,188,184)
#B6C2BF
(182,194,191)
#BDC8C6
(189,200,198)
#C4CECD
(196,206,205)
#CBD4D4
(203,212,212)
#D2DADB
(210,218,219)
#D9E0E2
(217,224,226)
#E0E6E9
(224,230,233)
#E7ECF0
(231,236,240)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B6B1; }

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

This text font color is #A8B6B1.

Background Color

.myBgColor { background-color: #A8B6B1; }

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

This div background color is #A8B6B1.

Border color

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

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

This div border color is #A8B6B1.

Opacity

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

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

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

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

This text has shadow with #A8B6B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B6B1.

Preview

Color preview on black background

This text has color #A8B6B1 on black background.


Color preview on white background

This text has color #A8B6B1 on white background.


Black color preview on #A8B6B1 background

This text has black color on #A8B6B1 background.


White color preview on #A8B6B1 background

This text has white color on #A8B6B1 background.


Related colors

Complementary color

Complementary color for #hex is #57494E.


I love getcolorcode.com

Triadic colors

1 #B1A8B6 and #B6B1A8 with #A8B6B1 are triadic colors.

2 #B1B6A8 and #B6A8B1 with #A8B6B1 are triadic colors.