COLOR #A7B09E

HEX: #A7B09E RGB: (167,176,158)

Color info

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

RGB color model

#A7B09E color RGB value is (167,176,158).

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

RGB channels and saturation

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

167
176
158

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

Portions of RGB colors in percentages

R + G + B = 167 + 176 + 158 = 501 (100%)
R 167 of 501 ~ 33.33%
G 176 of 501 ~ 35.13%
B 158 of 501 ~ 31.54'%

%33.33
%35.13
%31.54

CMYK color model

#A7B09E color CMYK value is (5,0,10,31).

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

CMYK: (5,0,10,31)
C5M0Y10K31 (5%, 0%, 10%, 31%)
(0.05 / 0.00 / 0.10 / 0.31)

CMYK percentages

%5.11
%0
%10.23
%30.98

Codes

Color #A7B09E in popluar color models

A7 B0 9E
RGB 167 176 158
HSL 90° 10.23% 65.49%
HSB/HSV 90° 10.23% 69.02%
CMYK 5.11% 0.00% 10.23%
30.98%

Color #A7B09E in popluar number systems.

HEX A7 B0 9E
Decimal 167 176 158
Binary 10100111 10110000 10011110
Octal 247 260 236

Shades and tints

Shades of #A7B09E

#A7B09E
(167,176,158)
#98A090
(152,160,144)
#899082
(137,144,130)
#7A8074
(122,128,116)
#6B7066
(107,112,102)
#5C6058
(92,96,88)
#4D504A
(77,80,74)
#3E403C
(62,64,60)
#2F302E
(47,48,46)
#202020
(32,32,32)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #A7B09E

#A7B09E
(167,176,158)
#AFB7A6
(175,183,166)
#B7BEAE
(183,190,174)
#BFC5B6
(191,197,182)
#C7CCBE
(199,204,190)
#CFD3C6
(207,211,198)
#D7DACE
(215,218,206)
#DFE1D6
(223,225,214)
#E7E8DE
(231,232,222)
#EFEFE6
(239,239,230)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B09E; }

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

This text font color is #A7B09E.

Background Color

.myBgColor { background-color: #A7B09E; }

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

This div background color is #A7B09E.

Border color

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

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

This div border color is #A7B09E.

Opacity

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

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

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

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

This text has shadow with #A7B09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B09E.

Preview

Color preview on black background

This text has color #A7B09E on black background.


Color preview on white background

This text has color #A7B09E on white background.


Black color preview on #A7B09E background

This text has black color on #A7B09E background.


White color preview on #A7B09E background

This text has white color on #A7B09E background.


Related colors

Complementary color

Complementary color for #hex is #584F61.


I love getcolorcode.com

Triadic colors

1 #9EA7B0 and #B09EA7 with #A7B09E are triadic colors.

2 #9EB0A7 and #B0A79E with #A7B09E are triadic colors.