COLOR #A9BBA1

HEX: #A9BBA1 RGB: (169,187,161)

Color info

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

RGB color model

#A9BBA1 color RGB value is (169,187,161).

RGB: (169,187,161) (66%, 73%, 63%)

RGB channels and saturation

R 169 of 255 = 66%
G 187 of 255 = 73%
B 161 of 255 = 63%

169
187
161

R + G + B ~ 67%. #A9BBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 187 + 161 = 517 (100%)
R 169 of 517 ~ 32.69%
G 187 of 517 ~ 36.17%
B 161 of 517 ~ 31.14'%

%32.69
%36.17
%31.14

CMYK color model

#A9BBA1 color CMYK value is (10,0,14,27).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 13.90%
  • key color value is 26.67%

CMYK: (10,0,14,27)
C10M0Y14K27 (10%, 0%, 14%, 27%)
(0.10 / 0.00 / 0.14 / 0.27)

CMYK percentages

%9.63
%0
%13.9
%26.67

Codes

Color #A9BBA1 in popluar color models

A9 BB A1
RGB 169 187 161
HSL 102° 16.05% 68.24%
HSB/HSV 102° 13.90% 73.33%
CMYK 9.63% 0.00% 13.90%
26.67%

Color #A9BBA1 in popluar number systems.

HEX A9 BB A1
Decimal 169 187 161
Binary 10101001 10111011 10100001
Octal 251 273 241

Shades and tints

Shades of #A9BBA1

#A9BBA1
(169,187,161)
#9AAA93
(154,170,147)
#8B9985
(139,153,133)
#7C8877
(124,136,119)
#6D7769
(109,119,105)
#5E665B
(94,102,91)
#4F554D
(79,85,77)
#40443F
(64,68,63)
#313331
(49,51,49)
#222223
(34,34,35)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #A9BBA1

#A9BBA1
(169,187,161)
#B0C1A9
(176,193,169)
#B7C7B1
(183,199,177)
#BECDB9
(190,205,185)
#C5D3C1
(197,211,193)
#CCD9C9
(204,217,201)
#D3DFD1
(211,223,209)
#DAE5D9
(218,229,217)
#E1EBE1
(225,235,225)
#E8F1E9
(232,241,233)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BBA1 color. Also use rgb(169,187,161) instead hex code.

Text Font Color

.myTextColor { color: #A9BBA1; }

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

This text font color is #A9BBA1.

Background Color

.myBgColor { background-color: #A9BBA1; }

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

This div background color is #A9BBA1.

Border color

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

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

This div border color is #A9BBA1.

Opacity

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

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

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

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

This text has shadow with #A9BBA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BBA1.

Preview

Color preview on black background

This text has color #A9BBA1 on black background.


Color preview on white background

This text has color #A9BBA1 on white background.


Black color preview on #A9BBA1 background

This text has black color on #A9BBA1 background.


White color preview on #A9BBA1 background

This text has white color on #A9BBA1 background.


Related colors

Complementary color

Complementary color for #hex is #56445E.


I love getcolorcode.com

Triadic colors

1 #A1A9BB and #BBA1A9 with #A9BBA1 are triadic colors.

2 #A1BBA9 and #BBA9A1 with #A9BBA1 are triadic colors.