COLOR #A9B4BD

HEX: #A9B4BD RGB: (169,180,189)

Color info

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

RGB color model

#A9B4BD color RGB value is (169,180,189).

RGB: (169,180,189) (66%, 71%, 74%)

RGB channels and saturation

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

169
180
189

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

Portions of RGB colors in percentages

R + G + B = 169 + 180 + 189 = 538 (100%)
R 169 of 538 ~ 31.41%
G 180 of 538 ~ 33.46%
B 189 of 538 ~ 35.13'%

%31.41
%33.46
%35.13

CMYK color model

#A9B4BD color CMYK value is (11,5,0,26).

  • cyan value is 10.58%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (11,5,0,26)
C11M5Y0K26 (11%, 5%, 0%, 26%)
(0.11 / 0.05 / 0.00 / 0.26)

CMYK percentages

%10.58
%4.76
%0
%25.88

Codes

Color #A9B4BD in popluar color models

A9 B4 BD
RGB 169 180 189
HSL 207° 13.16% 70.20%
HSB/HSV 207° 10.58% 74.12%
CMYK 10.58% 4.76% 0.00%
25.88%

Color #A9B4BD in popluar number systems.

HEX A9 B4 BD
Decimal 169 180 189
Binary 10101001 10110100 10111101
Octal 251 264 275

Shades and tints

Shades of #A9B4BD

#A9B4BD
(169,180,189)
#9AA4AC
(154,164,172)
#8B949B
(139,148,155)
#7C848A
(124,132,138)
#6D7479
(109,116,121)
#5E6468
(94,100,104)
#4F5457
(79,84,87)
#404446
(64,68,70)
#313435
(49,52,53)
#222424
(34,36,36)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #A9B4BD

#A9B4BD
(169,180,189)
#B0BAC3
(176,186,195)
#B7C0C9
(183,192,201)
#BEC6CF
(190,198,207)
#C5CCD5
(197,204,213)
#CCD2DB
(204,210,219)
#D3D8E1
(211,216,225)
#DADEE7
(218,222,231)
#E1E4ED
(225,228,237)
#E8EAF3
(232,234,243)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B4BD; }

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

This text font color is #A9B4BD.

Background Color

.myBgColor { background-color: #A9B4BD; }

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

This div background color is #A9B4BD.

Border color

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

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

This div border color is #A9B4BD.

Opacity

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

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

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

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

This text has shadow with #A9B4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B4BD.

Preview

Color preview on black background

This text has color #A9B4BD on black background.


Color preview on white background

This text has color #A9B4BD on white background.


Black color preview on #A9B4BD background

This text has black color on #A9B4BD background.


White color preview on #A9B4BD background

This text has white color on #A9B4BD background.


Related colors

Complementary color

Complementary color for #hex is #564B42.


I love getcolorcode.com

Triadic colors

1 #BDA9B4 and #B4BDA9 with #A9B4BD are triadic colors.

2 #BDB4A9 and #B4A9BD with #A9B4BD are triadic colors.