COLOR #A9BCAD

HEX: #A9BCAD RGB: (169,188,173)

Color info

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

RGB color model

#A9BCAD color RGB value is (169,188,173).

RGB: (169,188,173) (66%, 74%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 173 of 255 = 68%

169
188
173

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

Portions of RGB colors in percentages

R + G + B = 169 + 188 + 173 = 530 (100%)
R 169 of 530 ~ 31.89%
G 188 of 530 ~ 35.47%
B 173 of 530 ~ 32.64'%

%31.89
%35.47
%32.64

CMYK color model

#A9BCAD color CMYK value is (10,0,8,26).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 26.27%

CMYK: (10,0,8,26)
C10M0Y8K26 (10%, 0%, 8%, 26%)
(0.10 / 0.00 / 0.08 / 0.26)

CMYK percentages

%10.11
%0
%7.98
%26.27

Codes

Color #A9BCAD in popluar color models

A9 BC AD
RGB 169 188 173
HSL 133° 12.42% 70.00%
HSB/HSV 133° 10.11% 73.73%
CMYK 10.11% 0.00% 7.98%
26.27%

Color #A9BCAD in popluar number systems.

HEX A9 BC AD
Decimal 169 188 173
Binary 10101001 10111100 10101101
Octal 251 274 255

Shades and tints

Shades of #A9BCAD

#A9BCAD
(169,188,173)
#9AAB9E
(154,171,158)
#8B9A8F
(139,154,143)
#7C8980
(124,137,128)
#6D7871
(109,120,113)
#5E6762
(94,103,98)
#4F5653
(79,86,83)
#404544
(64,69,68)
#313435
(49,52,53)
#222326
(34,35,38)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #A9BCAD

#A9BCAD
(169,188,173)
#B0C2B4
(176,194,180)
#B7C8BB
(183,200,187)
#BECEC2
(190,206,194)
#C5D4C9
(197,212,201)
#CCDAD0
(204,218,208)
#D3E0D7
(211,224,215)
#DAE6DE
(218,230,222)
#E1ECE5
(225,236,229)
#E8F2EC
(232,242,236)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BCAD color. Also use rgb(169,188,173) instead hex code.

Text Font Color

.myTextColor { color: #A9BCAD; }

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

This text font color is #A9BCAD.

Background Color

.myBgColor { background-color: #A9BCAD; }

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

This div background color is #A9BCAD.

Border color

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

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

This div border color is #A9BCAD.

Opacity

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

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

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

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

This text has shadow with #A9BCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BCAD.

Preview

Color preview on black background

This text has color #A9BCAD on black background.


Color preview on white background

This text has color #A9BCAD on white background.


Black color preview on #A9BCAD background

This text has black color on #A9BCAD background.


White color preview on #A9BCAD background

This text has white color on #A9BCAD background.


Related colors

Complementary color

Complementary color for #hex is #564352.


I love getcolorcode.com

Triadic colors

1 #ADA9BC and #BCADA9 with #A9BCAD are triadic colors.

2 #ADBCA9 and #BCA9AD with #A9BCAD are triadic colors.