COLOR #A8BAB8

HEX: #A8BAB8 RGB: (168,186,184)

Color info

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

RGB color model

#A8BAB8 color RGB value is (168,186,184).

RGB: (168,186,184) (66%, 73%, 72%)

RGB channels and saturation

R 168 of 255 = 66%
G 186 of 255 = 73%
B 184 of 255 = 72%

168
186
184

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

Portions of RGB colors in percentages

R + G + B = 168 + 186 + 184 = 538 (100%)
R 168 of 538 ~ 31.23%
G 186 of 538 ~ 34.57%
B 184 of 538 ~ 34.2'%

%31.23
%34.57
%34.2

CMYK color model

#A8BAB8 color CMYK value is (10,0,1,27).

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

CMYK: (10,0,1,27)
C10M0Y1K27 (10%, 0%, 1%, 27%)
(0.10 / 0.00 / 0.01 / 0.27)

CMYK percentages

%9.68
%0
%1.08
%27.06

Codes

Color #A8BAB8 in popluar color models

A8 BA B8
RGB 168 186 184
HSL 173° 11.54% 69.41%
HSB/HSV 173° 9.68% 72.94%
CMYK 9.68% 0.00% 1.08%
27.06%

Color #A8BAB8 in popluar number systems.

HEX A8 BA B8
Decimal 168 186 184
Binary 10101000 10111010 10111000
Octal 250 272 270

Shades and tints

Shades of #A8BAB8

#A8BAB8
(168,186,184)
#99AAA8
(153,170,168)
#8A9A98
(138,154,152)
#7B8A88
(123,138,136)
#6C7A78
(108,122,120)
#5D6A68
(93,106,104)
#4E5A58
(78,90,88)
#3F4A48
(63,74,72)
#303A38
(48,58,56)
#212A28
(33,42,40)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #A8BAB8

#A8BAB8
(168,186,184)
#AFC0BE
(175,192,190)
#B6C6C4
(182,198,196)
#BDCCCA
(189,204,202)
#C4D2D0
(196,210,208)
#CBD8D6
(203,216,214)
#D2DEDC
(210,222,220)
#D9E4E2
(217,228,226)
#E0EAE8
(224,234,232)
#E7F0EE
(231,240,238)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BAB8; }

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

This text font color is #A8BAB8.

Background Color

.myBgColor { background-color: #A8BAB8; }

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

This div background color is #A8BAB8.

Border color

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

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

This div border color is #A8BAB8.

Opacity

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

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

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

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

This text has shadow with #A8BAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BAB8.

Preview

Color preview on black background

This text has color #A8BAB8 on black background.


Color preview on white background

This text has color #A8BAB8 on white background.


Black color preview on #A8BAB8 background

This text has black color on #A8BAB8 background.


White color preview on #A8BAB8 background

This text has white color on #A8BAB8 background.


Related colors

Complementary color

Complementary color for #hex is #574547.


I love getcolorcode.com

Triadic colors

1 #B8A8BA and #BAB8A8 with #A8BAB8 are triadic colors.

2 #B8BAA8 and #BAA8B8 with #A8BAB8 are triadic colors.