COLOR #A9BBA5

HEX: #A9BBA5
RGB: (169,187,165)

Color info

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

RGB color model

#A9BBA5 color RGB value is (169,187,165).

  • red value is 169;
  • green value is 187;
  • blue value is 165.
RGB:
(169,187,165)
(66%,73%,65%)

RGB channels and saturation

R 169 of 255 = 66%
G 187 of 255 = 73%
B 165 of 255 = 65%

169
187
165

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

Portions of RGB colors in percentages

R + G + B =
169 + 187 + 165 = 521 (100%)
R 169 of 521 ~ 32.44%
G 187 of 521 ~ 35.89%
B 165 of 521 ~ 31.67%

%32.44
%35.89
%31.67

CMYK color model

#A9BBA5 color CMYK value is (10,0,12,27).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 26.67%
CMYK:
(10,0,12,27)
C10M0Y12K27 
(10%,0%,12%,27%)
(0.10/0.00/0.12/0.27)	

CMYK percentages

%9.63
%0
%11.76
%26.67

Codes

Color #A9BBA5 in popluar color models

A9BBA5
RGB169187165
HSL109°13.92%69.02%
HSB/HSV109°11.76%73.33%
CMYK9.63%0.00%11.76%
26.67%

Color #A9BBA5 in popluar number systems.

HEXA9BBA5
Decimal169187165
Binary101010011011101110100101
Octal251273245

Shades and tints

Shades of #A9BBA5

#A9BBA5
(169,187,165)
#9AAA96
(154,170,150)
#8B9987
(139,153,135)
#7C8878
(124,136,120)
#6D7769
(109,119,105)
#5E665A
(94,102,90)
#4F554B
(79,85,75)
#40443C
(64,68,60)
#31332D
(49,51,45)
#22221E
(34,34,30)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #A9BBA5

#A9BBA5
(169,187,165)
#B0C1AD
(176,193,173)
#B7C7B5
(183,199,181)
#BECDBD
(190,205,189)
#C5D3C5
(197,211,197)
#CCD9CD
(204,217,205)
#D3DFD5
(211,223,213)
#DAE5DD
(218,229,221)
#E1EBE5
(225,235,229)
#E8F1ED
(232,241,237)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BBA5; }

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

This text font color is #A9BBA5.


Background Color

.myBgColor { background-color: #A9BBA5; }

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

This div background color is #A9BBA5.


Border color

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

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

This div border color is #A9BBA5.


Opacity

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

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

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

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

This text has shadow with #A9BBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BBA5 on black background.


Color preview on white background

This text has color #A9BBA5 on white background.



Black color preview on #A9BBA5 background

This text has black color on #A9BBA5 background.


White color preview on #A9BBA5 background

This text has white color on #A9BBA5 background.