COLOR #A9B6BD

HEX: #A9B6BD
RGB: (169,182,189)

Color info

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

RGB color model

#A9B6BD color RGB value is (169,182,189).

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

RGB channels and saturation

R 169 of 255 = 66%
G 182 of 255 = 71%
B 189 of 255 = 74%

169
182
189

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

Portions of RGB colors in percentages

R + G + B =
169 + 182 + 189 = 540 (100%)
R 169 of 540 ~ 31.3%
G 182 of 540 ~ 33.7%
B 189 of 540 ~ 35%

%31.3
%33.7
%35

CMYK color model

#A9B6BD color CMYK value is (11,4,0,26).

  • cyan value is 10.58%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(11,4,0,26)
C11M4Y0K26 
(11%,4%,0%,26%)
(0.11/0.04/0.00/0.26)	

CMYK percentages

%10.58
%3.7
%0
%25.88

Codes

Color #A9B6BD in popluar color models

A9B6BD
RGB169182189
HSL201°13.16%70.20%
HSB/HSV201°10.58%74.12%
CMYK10.58%3.70%0.00%
25.88%

Color #A9B6BD in popluar number systems.

HEXA9B6BD
Decimal169182189
Binary101010011011011010111101
Octal251266275

Shades and tints

Shades of #A9B6BD

#A9B6BD
(169,182,189)
#9AA6AC
(154,166,172)
#8B969B
(139,150,155)
#7C868A
(124,134,138)
#6D7679
(109,118,121)
#5E6668
(94,102,104)
#4F5657
(79,86,87)
#404646
(64,70,70)
#313635
(49,54,53)
#222624
(34,38,36)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #A9B6BD

#A9B6BD
(169,182,189)
#B0BCC3
(176,188,195)
#B7C2C9
(183,194,201)
#BEC8CF
(190,200,207)
#C5CED5
(197,206,213)
#CCD4DB
(204,212,219)
#D3DAE1
(211,218,225)
#DAE0E7
(218,224,231)
#E1E6ED
(225,230,237)
#E8ECF3
(232,236,243)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B6BD; }

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

This text font color is #A9B6BD.


Background Color

.myBgColor { background-color: #A9B6BD; }

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

This div background color is #A9B6BD.


Border color

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

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

This div border color is #A9B6BD.


Opacity

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

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

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

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

This text has shadow with #A9B6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B6BD on black background.


Color preview on white background

This text has color #A9B6BD on white background.



Black color preview on #A9B6BD background

This text has black color on #A9B6BD background.


White color preview on #A9B6BD background

This text has white color on #A9B6BD background.