COLOR #A9B8BD

HEX: #A9B8BD
RGB: (169,184,189)

Color info

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

RGB color model

#A9B8BD color RGB value is (169,184,189).

  • red value is 169;
  • green value is 184;
  • blue value is 189.
RGB:
(169,184,189)
(66%,72%,74%)

RGB channels and saturation

R 169 of 255 = 66%
G 184 of 255 = 72%
B 189 of 255 = 74%

169
184
189

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

Portions of RGB colors in percentages

R + G + B =
169 + 184 + 189 = 542 (100%)
R 169 of 542 ~ 31.18%
G 184 of 542 ~ 33.95%
B 189 of 542 ~ 34.87%

%31.18
%33.95
%34.87

CMYK color model

#A9B8BD color CMYK value is (11,3,0,26).

  • cyan value is 10.58%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(11,3,0,26)
C11M3Y0K26 
(11%,3%,0%,26%)
(0.11/0.03/0.00/0.26)	

CMYK percentages

%10.58
%2.65
%0
%25.88

Codes

Color #A9B8BD in popluar color models

A9B8BD
RGB169184189
HSL195°13.16%70.20%
HSB/HSV195°10.58%74.12%
CMYK10.58%2.65%0.00%
25.88%

Color #A9B8BD in popluar number systems.

HEXA9B8BD
Decimal169184189
Binary101010011011100010111101
Octal251270275

Shades and tints

Shades of #A9B8BD

#A9B8BD
(169,184,189)
#9AA8AC
(154,168,172)
#8B989B
(139,152,155)
#7C888A
(124,136,138)
#6D7879
(109,120,121)
#5E6868
(94,104,104)
#4F5857
(79,88,87)
#404846
(64,72,70)
#313835
(49,56,53)
#222824
(34,40,36)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #A9B8BD

#A9B8BD
(169,184,189)
#B0BEC3
(176,190,195)
#B7C4C9
(183,196,201)
#BECACF
(190,202,207)
#C5D0D5
(197,208,213)
#CCD6DB
(204,214,219)
#D3DCE1
(211,220,225)
#DAE2E7
(218,226,231)
#E1E8ED
(225,232,237)
#E8EEF3
(232,238,243)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B8BD color. Also use rgb(169,184,189) instead hex code.

Text Font Color

.myTextColor { color: #A9B8BD; }

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

This text font color is #A9B8BD.


Background Color

.myBgColor { background-color: #A9B8BD; }

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

This div background color is #A9B8BD.


Border color

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

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

This div border color is #A9B8BD.


Opacity

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

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

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

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

This text has shadow with #A9B8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B8BD on black background.


Color preview on white background

This text has color #A9B8BD on white background.



Black color preview on #A9B8BD background

This text has black color on #A9B8BD background.


White color preview on #A9B8BD background

This text has white color on #A9B8BD background.