COLOR #A7BAA9

HEX: #A7BAA9
RGB: (167,186,169)

Color info

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

RGB color model

#A7BAA9 color RGB value is (167,186,169).

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

RGB channels and saturation

R 167 of 255 = 65%
G 186 of 255 = 73%
B 169 of 255 = 66%

167
186
169

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

Portions of RGB colors in percentages

R + G + B =
167 + 186 + 169 = 522 (100%)
R 167 of 522 ~ 31.99%
G 186 of 522 ~ 35.63%
B 169 of 522 ~ 32.38%

%31.99
%35.63
%32.38

CMYK color model

#A7BAA9 color CMYK value is (10,0,9,27).

  • cyan value is 10.22%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 27.06%
CMYK:
(10,0,9,27)
C10M0Y9K27 
(10%,0%,9%,27%)
(0.10/0.00/0.09/0.27)	

CMYK percentages

%10.22
%0
%9.14
%27.06

Codes

Color #A7BAA9 in popluar color models

A7BAA9
RGB167186169
HSL126°12.10%69.22%
HSB/HSV126°10.22%72.94%
CMYK10.22%0.00%9.14%
27.06%

Color #A7BAA9 in popluar number systems.

HEXA7BAA9
Decimal167186169
Binary101001111011101010101001
Octal247272251

Shades and tints

Shades of #A7BAA9

#A7BAA9
(167,186,169)
#98AA9A
(152,170,154)
#899A8B
(137,154,139)
#7A8A7C
(122,138,124)
#6B7A6D
(107,122,109)
#5C6A5E
(92,106,94)
#4D5A4F
(77,90,79)
#3E4A40
(62,74,64)
#2F3A31
(47,58,49)
#202A22
(32,42,34)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #A7BAA9

#A7BAA9
(167,186,169)
#AFC0B0
(175,192,176)
#B7C6B7
(183,198,183)
#BFCCBE
(191,204,190)
#C7D2C5
(199,210,197)
#CFD8CC
(207,216,204)
#D7DED3
(215,222,211)
#DFE4DA
(223,228,218)
#E7EAE1
(231,234,225)
#EFF0E8
(239,240,232)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BAA9 color. Also use rgb(167,186,169) instead hex code.

Text Font Color

.myTextColor { color: #A7BAA9; }

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

This text font color is #A7BAA9.


Background Color

.myBgColor { background-color: #A7BAA9; }

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

This div background color is #A7BAA9.


Border color

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

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

This div border color is #A7BAA9.


Opacity

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

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

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

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

This text has shadow with #A7BAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BAA9 on black background.


Color preview on white background

This text has color #A7BAA9 on white background.



Black color preview on #A7BAA9 background

This text has black color on #A7BAA9 background.


White color preview on #A7BAA9 background

This text has white color on #A7BAA9 background.