COLOR #A7B09D

HEX: #A7B09D RGB: (167,176,157)

Color info

#A7B09D contains red, green and blue colors in about the same proportion. Web safe color of #A7B09D is #999999 (or #999).

RGB color model

#A7B09D color RGB value is (167,176,157).

RGB: (167,176,157) (65%, 69%, 62%)

RGB channels and saturation

R 167 of 255 = 65%
G 176 of 255 = 69%
B 157 of 255 = 62%

167
176
157

R + G + B ~ 65%. #A7B09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 176 + 157 = 500 (100%)
R 167 of 500 ~ 33.4%
G 176 of 500 ~ 35.2%
B 157 of 500 ~ 31.4'%

%33.4
%35.2
%31.4

CMYK color model

#A7B09D color CMYK value is (5,0,11,31).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 30.98%

CMYK: (5,0,11,31)
C5M0Y11K31 (5%, 0%, 11%, 31%)
(0.05 / 0.00 / 0.11 / 0.31)

CMYK percentages

%5.11
%0
%10.8
%30.98

Codes

Color #A7B09D in popluar color models

A7 B0 9D
RGB 167 176 157
HSL 88° 10.73% 65.29%
HSB/HSV 88° 10.80% 69.02%
CMYK 5.11% 0.00% 10.80%
30.98%

Color #A7B09D in popluar number systems.

HEX A7 B0 9D
Decimal 167 176 157
Binary 10100111 10110000 10011101
Octal 247 260 235

Shades and tints

Shades of #A7B09D

#A7B09D
(167,176,157)
#98A08F
(152,160,143)
#899081
(137,144,129)
#7A8073
(122,128,115)
#6B7065
(107,112,101)
#5C6057
(92,96,87)
#4D5049
(77,80,73)
#3E403B
(62,64,59)
#2F302D
(47,48,45)
#20201F
(32,32,31)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #A7B09D

#A7B09D
(167,176,157)
#AFB7A5
(175,183,165)
#B7BEAD
(183,190,173)
#BFC5B5
(191,197,181)
#C7CCBD
(199,204,189)
#CFD3C5
(207,211,197)
#D7DACD
(215,218,205)
#DFE1D5
(223,225,213)
#E7E8DD
(231,232,221)
#EFEFE5
(239,239,229)
#F7F6ED
(247,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B09D color. Also use rgb(167,176,157) instead hex code.

Text Font Color

.myTextColor { color: #A7B09D; }

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

This text font color is #A7B09D.

Background Color

.myBgColor { background-color: #A7B09D; }

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

This div background color is #A7B09D.

Border color

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

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

This div border color is #A7B09D.

Opacity

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

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

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

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

This text has shadow with #A7B09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B09D.

Preview

Color preview on black background

This text has color #A7B09D on black background.


Color preview on white background

This text has color #A7B09D on white background.


Black color preview on #A7B09D background

This text has black color on #A7B09D background.


White color preview on #A7B09D background

This text has white color on #A7B09D background.


Related colors

Complementary color

Complementary color for #hex is #584F62.


I love getcolorcode.com

Triadic colors

1 #9DA7B0 and #B09DA7 with #A7B09D are triadic colors.

2 #9DB0A7 and #B0A79D with #A7B09D are triadic colors.