COLOR #A8BAB6

HEX: #A8BAB6 RGB: (168,186,182)

Color info

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

RGB color model

#A8BAB6 color RGB value is (168,186,182).

RGB: (168,186,182) (66%, 73%, 71%)

RGB channels and saturation

R 168 of 255 = 66%
G 186 of 255 = 73%
B 182 of 255 = 71%

168
186
182

R + G + B ~ 70%. #A8BAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 186 + 182 = 536 (100%)
R 168 of 536 ~ 31.34%
G 186 of 536 ~ 34.7%
B 182 of 536 ~ 33.96'%

%31.34
%34.7
%33.96

CMYK color model

#A8BAB6 color CMYK value is (10,0,2,27).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 27.06%

CMYK: (10,0,2,27)
C10M0Y2K27 (10%, 0%, 2%, 27%)
(0.10 / 0.00 / 0.02 / 0.27)

CMYK percentages

%9.68
%0
%2.15
%27.06

Codes

Color #A8BAB6 in popluar color models

A8 BA B6
RGB 168 186 182
HSL 167° 11.54% 69.41%
HSB/HSV 167° 9.68% 72.94%
CMYK 9.68% 0.00% 2.15%
27.06%

Color #A8BAB6 in popluar number systems.

HEX A8 BA B6
Decimal 168 186 182
Binary 10101000 10111010 10110110
Octal 250 272 266

Shades and tints

Shades of #A8BAB6

#A8BAB6
(168,186,182)
#99AAA6
(153,170,166)
#8A9A96
(138,154,150)
#7B8A86
(123,138,134)
#6C7A76
(108,122,118)
#5D6A66
(93,106,102)
#4E5A56
(78,90,86)
#3F4A46
(63,74,70)
#303A36
(48,58,54)
#212A26
(33,42,38)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #A8BAB6

#A8BAB6
(168,186,182)
#AFC0BC
(175,192,188)
#B6C6C2
(182,198,194)
#BDCCC8
(189,204,200)
#C4D2CE
(196,210,206)
#CBD8D4
(203,216,212)
#D2DEDA
(210,222,218)
#D9E4E0
(217,228,224)
#E0EAE6
(224,234,230)
#E7F0EC
(231,240,236)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BAB6; }

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

This text font color is #A8BAB6.

Background Color

.myBgColor { background-color: #A8BAB6; }

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

This div background color is #A8BAB6.

Border color

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

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

This div border color is #A8BAB6.

Opacity

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

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

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

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

This text has shadow with #A8BAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BAB6.

Preview

Color preview on black background

This text has color #A8BAB6 on black background.


Color preview on white background

This text has color #A8BAB6 on white background.


Black color preview on #A8BAB6 background

This text has black color on #A8BAB6 background.


White color preview on #A8BAB6 background

This text has white color on #A8BAB6 background.


Related colors

Complementary color

Complementary color for #hex is #574549.


I love getcolorcode.com

Triadic colors

1 #B6A8BA and #BAB6A8 with #A8BAB6 are triadic colors.

2 #B6BAA8 and #BAA8B6 with #A8BAB6 are triadic colors.