COLOR #A9BDA6

HEX: #A9BDA6 RGB: (169,189,166)

Color info

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

RGB color model

#A9BDA6 color RGB value is (169,189,166).

RGB: (169,189,166) (66%, 74%, 65%)

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 166 of 255 = 65%

169
189
166

R + G + B ~ 68%. #A9BDA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 189 + 166 = 524 (100%)
R 169 of 524 ~ 32.25%
G 189 of 524 ~ 36.07%
B 166 of 524 ~ 31.68'%

%32.25
%36.07
%31.68

CMYK color model

#A9BDA6 color CMYK value is (11,0,12,26).

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

CMYK: (11,0,12,26)
C11M0Y12K26 (11%, 0%, 12%, 26%)
(0.11 / 0.00 / 0.12 / 0.26)

CMYK percentages

%10.58
%0
%12.17
%25.88

Codes

Color #A9BDA6 in popluar color models

A9 BD A6
RGB 169 189 166
HSL 112° 14.84% 69.61%
HSB/HSV 112° 12.17% 74.12%
CMYK 10.58% 0.00% 12.17%
25.88%

Color #A9BDA6 in popluar number systems.

HEX A9 BD A6
Decimal 169 189 166
Binary 10101001 10111101 10100110
Octal 251 275 246

Shades and tints

Shades of #A9BDA6

#A9BDA6
(169,189,166)
#9AAC97
(154,172,151)
#8B9B88
(139,155,136)
#7C8A79
(124,138,121)
#6D796A
(109,121,106)
#5E685B
(94,104,91)
#4F574C
(79,87,76)
#40463D
(64,70,61)
#31352E
(49,53,46)
#22241F
(34,36,31)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #A9BDA6

#A9BDA6
(169,189,166)
#B0C3AE
(176,195,174)
#B7C9B6
(183,201,182)
#BECFBE
(190,207,190)
#C5D5C6
(197,213,198)
#CCDBCE
(204,219,206)
#D3E1D6
(211,225,214)
#DAE7DE
(218,231,222)
#E1EDE6
(225,237,230)
#E8F3EE
(232,243,238)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BDA6; }

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

This text font color is #A9BDA6.

Background Color

.myBgColor { background-color: #A9BDA6; }

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

This div background color is #A9BDA6.

Border color

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

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

This div border color is #A9BDA6.

Opacity

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

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

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

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

This text has shadow with #A9BDA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BDA6.

Preview

Color preview on black background

This text has color #A9BDA6 on black background.


Color preview on white background

This text has color #A9BDA6 on white background.


Black color preview on #A9BDA6 background

This text has black color on #A9BDA6 background.


White color preview on #A9BDA6 background

This text has white color on #A9BDA6 background.


Related colors

Complementary color

Complementary color for #hex is #564259.


I love getcolorcode.com

Triadic colors

1 #A6A9BD and #BDA6A9 with #A9BDA6 are triadic colors.

2 #A6BDA9 and #BDA9A6 with #A9BDA6 are triadic colors.