COLOR #A7BAAC

HEX: #A7BAAC
RGB: (167,186,172)

Color info

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

RGB color model

#A7BAAC color RGB value is (167,186,172).

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

RGB channels and saturation

R 167 of 255 = 65%
G 186 of 255 = 73%
B 172 of 255 = 67%

167
186
172

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

Portions of RGB colors in percentages

R + G + B =
167 + 186 + 172 = 525 (100%)
R 167 of 525 ~ 31.81%
G 186 of 525 ~ 35.43%
B 172 of 525 ~ 32.76%

%31.81
%35.43
%32.76

CMYK color model

#A7BAAC color CMYK value is (10,0,8,27).

  • cyan value is 10.22%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 27.06%
CMYK:
(10,0,8,27)
C10M0Y8K27 
(10%,0%,8%,27%)
(0.10/0.00/0.08/0.27)	

CMYK percentages

%10.22
%0
%7.53
%27.06

Codes

Color #A7BAAC in popluar color models

A7BAAC
RGB167186172
HSL136°12.10%69.22%
HSB/HSV136°10.22%72.94%
CMYK10.22%0.00%7.53%
27.06%

Color #A7BAAC in popluar number systems.

HEXA7BAAC
Decimal167186172
Binary101001111011101010101100
Octal247272254

Shades and tints

Shades of #A7BAAC

#A7BAAC
(167,186,172)
#98AA9D
(152,170,157)
#899A8E
(137,154,142)
#7A8A7F
(122,138,127)
#6B7A70
(107,122,112)
#5C6A61
(92,106,97)
#4D5A52
(77,90,82)
#3E4A43
(62,74,67)
#2F3A34
(47,58,52)
#202A25
(32,42,37)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #A7BAAC

#A7BAAC
(167,186,172)
#AFC0B3
(175,192,179)
#B7C6BA
(183,198,186)
#BFCCC1
(191,204,193)
#C7D2C8
(199,210,200)
#CFD8CF
(207,216,207)
#D7DED6
(215,222,214)
#DFE4DD
(223,228,221)
#E7EAE4
(231,234,228)
#EFF0EB
(239,240,235)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BAAC; }

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

This text font color is #A7BAAC.


Background Color

.myBgColor { background-color: #A7BAAC; }

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

This div background color is #A7BAAC.


Border color

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

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

This div border color is #A7BAAC.


Opacity

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

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

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

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

This text has shadow with #A7BAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BAAC on black background.


Color preview on white background

This text has color #A7BAAC on white background.



Black color preview on #A7BAAC background

This text has black color on #A7BAAC background.


White color preview on #A7BAAC background

This text has white color on #A7BAAC background.