COLOR #A7BAA5

HEX: #A7BAA5
RGB: (167,186,165)

Color info

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

RGB color model

#A7BAA5 color RGB value is (167,186,165).

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

RGB channels and saturation

R 167 of 255 = 65%
G 186 of 255 = 73%
B 165 of 255 = 65%

167
186
165

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

Portions of RGB colors in percentages

R + G + B =
167 + 186 + 165 = 518 (100%)
R 167 of 518 ~ 32.24%
G 186 of 518 ~ 35.91%
B 165 of 518 ~ 31.85%

%32.24
%35.91
%31.85

CMYK color model

#A7BAA5 color CMYK value is (10,0,11,27).

  • cyan value is 10.22%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 27.06%
CMYK:
(10,0,11,27)
C10M0Y11K27 
(10%,0%,11%,27%)
(0.10/0.00/0.11/0.27)	

CMYK percentages

%10.22
%0
%11.29
%27.06

Codes

Color #A7BAA5 in popluar color models

A7BAA5
RGB167186165
HSL114°13.21%68.82%
HSB/HSV114°11.29%72.94%
CMYK10.22%0.00%11.29%
27.06%

Color #A7BAA5 in popluar number systems.

HEXA7BAA5
Decimal167186165
Binary101001111011101010100101
Octal247272245

Shades and tints

Shades of #A7BAA5

#A7BAA5
(167,186,165)
#98AA96
(152,170,150)
#899A87
(137,154,135)
#7A8A78
(122,138,120)
#6B7A69
(107,122,105)
#5C6A5A
(92,106,90)
#4D5A4B
(77,90,75)
#3E4A3C
(62,74,60)
#2F3A2D
(47,58,45)
#202A1E
(32,42,30)
#111A0F
(17,26,15)
#000000
(0,0,0)

Tints of #A7BAA5

#A7BAA5
(167,186,165)
#AFC0AD
(175,192,173)
#B7C6B5
(183,198,181)
#BFCCBD
(191,204,189)
#C7D2C5
(199,210,197)
#CFD8CD
(207,216,205)
#D7DED5
(215,222,213)
#DFE4DD
(223,228,221)
#E7EAE5
(231,234,229)
#EFF0ED
(239,240,237)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BAA5; }

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

This text font color is #A7BAA5.


Background Color

.myBgColor { background-color: #A7BAA5; }

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

This div background color is #A7BAA5.


Border color

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

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

This div border color is #A7BAA5.


Opacity

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

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

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

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

This text has shadow with #A7BAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BAA5 on black background.


Color preview on white background

This text has color #A7BAA5 on white background.



Black color preview on #A7BAA5 background

This text has black color on #A7BAA5 background.


White color preview on #A7BAA5 background

This text has white color on #A7BAA5 background.