COLOR #A9BCB9

HEX: #A9BCB9 RGB: (169,188,185)

Color info

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

RGB color model

#A9BCB9 color RGB value is (169,188,185).

RGB: (169,188,185) (66%, 74%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 185 of 255 = 73%

169
188
185

R + G + B ~ 71%. #A9BCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 188 + 185 = 542 (100%)
R 169 of 542 ~ 31.18%
G 188 of 542 ~ 34.69%
B 185 of 542 ~ 34.13'%

%31.18
%34.69
%34.13

CMYK color model

#A9BCB9 color CMYK value is (10,0,2,26).

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

CMYK: (10,0,2,26)
C10M0Y2K26 (10%, 0%, 2%, 26%)
(0.10 / 0.00 / 0.02 / 0.26)

CMYK percentages

%10.11
%0
%1.6
%26.27

Codes

Color #A9BCB9 in popluar color models

A9 BC B9
RGB 169 188 185
HSL 171° 12.42% 70.00%
HSB/HSV 171° 10.11% 73.73%
CMYK 10.11% 0.00% 1.60%
26.27%

Color #A9BCB9 in popluar number systems.

HEX A9 BC B9
Decimal 169 188 185
Binary 10101001 10111100 10111001
Octal 251 274 271

Shades and tints

Shades of #A9BCB9

#A9BCB9
(169,188,185)
#9AABA9
(154,171,169)
#8B9A99
(139,154,153)
#7C8989
(124,137,137)
#6D7879
(109,120,121)
#5E6769
(94,103,105)
#4F5659
(79,86,89)
#404549
(64,69,73)
#313439
(49,52,57)
#222329
(34,35,41)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #A9BCB9

#A9BCB9
(169,188,185)
#B0C2BF
(176,194,191)
#B7C8C5
(183,200,197)
#BECECB
(190,206,203)
#C5D4D1
(197,212,209)
#CCDAD7
(204,218,215)
#D3E0DD
(211,224,221)
#DAE6E3
(218,230,227)
#E1ECE9
(225,236,233)
#E8F2EF
(232,242,239)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BCB9; }

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

This text font color is #A9BCB9.

Background Color

.myBgColor { background-color: #A9BCB9; }

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

This div background color is #A9BCB9.

Border color

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

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

This div border color is #A9BCB9.

Opacity

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

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

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

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

This text has shadow with #A9BCB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BCB9.

Preview

Color preview on black background

This text has color #A9BCB9 on black background.


Color preview on white background

This text has color #A9BCB9 on white background.


Black color preview on #A9BCB9 background

This text has black color on #A9BCB9 background.


White color preview on #A9BCB9 background

This text has white color on #A9BCB9 background.


Related colors

Complementary color

Complementary color for #hex is #564346.


I love getcolorcode.com

Triadic colors

1 #B9A9BC and #BCB9A9 with #A9BCB9 are triadic colors.

2 #B9BCA9 and #BCA9B9 with #A9BCB9 are triadic colors.