COLOR #A9BDAC

HEX: #A9BDAC
RGB: (169,189,172)

Color info

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

RGB color model

#A9BDAC color RGB value is (169,189,172).

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

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 172 of 255 = 67%

169
189
172

R + G + B ~ 69%. #A9BDAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 189 + 172 = 530 (100%)
R 169 of 530 ~ 31.89%
G 189 of 530 ~ 35.66%
B 172 of 530 ~ 32.45%

%31.89
%35.66
%32.45

CMYK color model

#A9BDAC color CMYK value is (11,0,9,26).

  • cyan value is 10.58%
  • magenta value is 0.00%
  • yellow value is 8.99%
  • key color value is 25.88%
CMYK:
(11,0,9,26)
C11M0Y9K26 
(11%,0%,9%,26%)
(0.11/0.00/0.09/0.26)	

CMYK percentages

%10.58
%0
%8.99
%25.88

Codes

Color #A9BDAC in popluar color models

A9BDAC
RGB169189172
HSL129°13.16%70.20%
HSB/HSV129°10.58%74.12%
CMYK10.58%0.00%8.99%
25.88%

Color #A9BDAC in popluar number systems.

HEXA9BDAC
Decimal169189172
Binary101010011011110110101100
Octal251275254

Shades and tints

Shades of #A9BDAC

#A9BDAC
(169,189,172)
#9AAC9D
(154,172,157)
#8B9B8E
(139,155,142)
#7C8A7F
(124,138,127)
#6D7970
(109,121,112)
#5E6861
(94,104,97)
#4F5752
(79,87,82)
#404643
(64,70,67)
#313534
(49,53,52)
#222425
(34,36,37)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #A9BDAC

#A9BDAC
(169,189,172)
#B0C3B3
(176,195,179)
#B7C9BA
(183,201,186)
#BECFC1
(190,207,193)
#C5D5C8
(197,213,200)
#CCDBCF
(204,219,207)
#D3E1D6
(211,225,214)
#DAE7DD
(218,231,221)
#E1EDE4
(225,237,228)
#E8F3EB
(232,243,235)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BDAC; }

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

This text font color is #A9BDAC.


Background Color

.myBgColor { background-color: #A9BDAC; }

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

This div background color is #A9BDAC.


Border color

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

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

This div border color is #A9BDAC.


Opacity

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

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

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

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

This text has shadow with #A9BDAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BDAC on black background.


Color preview on white background

This text has color #A9BDAC on white background.



Black color preview on #A9BDAC background

This text has black color on #A9BDAC background.


White color preview on #A9BDAC background

This text has white color on #A9BDAC background.