COLOR #A8BABD

HEX: #A8BABD
RGB: (168,186,189)

Color info

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

RGB color model

#A8BABD color RGB value is (168,186,189).

  • red value is 168;
  • green value is 186;
  • blue value is 189.
RGB:
(168,186,189)
(66%,73%,74%)

RGB channels and saturation

R 168 of 255 = 66%
G 186 of 255 = 73%
B 189 of 255 = 74%

168
186
189

R + G + B ~ 71%. #A8BABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 186 + 189 = 543 (100%)
R 168 of 543 ~ 30.94%
G 186 of 543 ~ 34.25%
B 189 of 543 ~ 34.81%

%30.94
%34.25
%34.81

CMYK color model

#A8BABD color CMYK value is (11,2,0,26).

  • cyan value is 11.11%
  • magenta value is 1.59%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(11,2,0,26)
C11M2Y0K26 
(11%,2%,0%,26%)
(0.11/0.02/0.00/0.26)	

CMYK percentages

%11.11
%1.59
%0
%25.88

Codes

Color #A8BABD in popluar color models

A8BABD
RGB168186189
HSL189°13.73%70.00%
HSB/HSV189°11.11%74.12%
CMYK11.11%1.59%0.00%
25.88%

Color #A8BABD in popluar number systems.

HEXA8BABD
Decimal168186189
Binary101010001011101010111101
Octal250272275

Shades and tints

Shades of #A8BABD

#A8BABD
(168,186,189)
#99AAAC
(153,170,172)
#8A9A9B
(138,154,155)
#7B8A8A
(123,138,138)
#6C7A79
(108,122,121)
#5D6A68
(93,106,104)
#4E5A57
(78,90,87)
#3F4A46
(63,74,70)
#303A35
(48,58,53)
#212A24
(33,42,36)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #A8BABD

#A8BABD
(168,186,189)
#AFC0C3
(175,192,195)
#B6C6C9
(182,198,201)
#BDCCCF
(189,204,207)
#C4D2D5
(196,210,213)
#CBD8DB
(203,216,219)
#D2DEE1
(210,222,225)
#D9E4E7
(217,228,231)
#E0EAED
(224,234,237)
#E7F0F3
(231,240,243)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BABD; }

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

This text font color is #A8BABD.


Background Color

.myBgColor { background-color: #A8BABD; }

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

This div background color is #A8BABD.


Border color

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

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

This div border color is #A8BABD.


Opacity

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

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

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

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

This text has shadow with #A8BABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BABD on black background.


Color preview on white background

This text has color #A8BABD on white background.



Black color preview on #A8BABD background

This text has black color on #A8BABD background.


White color preview on #A8BABD background

This text has white color on #A8BABD background.