COLOR #A7B49D

HEX: #A7B49D
RGB: (167,180,157)

Color info

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

RGB color model

#A7B49D color RGB value is (167,180,157).

  • red value is 167;
  • green value is 180;
  • blue value is 157.
RGB:
(167,180,157)
(65%,71%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 180 of 255 = 71%
B 157 of 255 = 62%

167
180
157

R + G + B ~ 66%. #A7B49D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 180 + 157 = 504 (100%)
R 167 of 504 ~ 33.13%
G 180 of 504 ~ 35.71%
B 157 of 504 ~ 31.15%

%33.13
%35.71
%31.15

CMYK color model

#A7B49D color CMYK value is (7,0,13,29).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK:
(7,0,13,29)
C7M0Y13K29 
(7%,0%,13%,29%)
(0.07/0.00/0.13/0.29)	

CMYK percentages

%7.22
%0
%12.78
%29.41

Codes

Color #A7B49D in popluar color models

A7B49D
RGB167180157
HSL94°13.29%66.08%
HSB/HSV94°12.78%70.59%
CMYK7.22%0.00%12.78%
29.41%

Color #A7B49D in popluar number systems.

HEXA7B49D
Decimal167180157
Binary101001111011010010011101
Octal247264235

Shades and tints

Shades of #A7B49D

#A7B49D
(167,180,157)
#98A48F
(152,164,143)
#899481
(137,148,129)
#7A8473
(122,132,115)
#6B7465
(107,116,101)
#5C6457
(92,100,87)
#4D5449
(77,84,73)
#3E443B
(62,68,59)
#2F342D
(47,52,45)
#20241F
(32,36,31)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #A7B49D

#A7B49D
(167,180,157)
#AFBAA5
(175,186,165)
#B7C0AD
(183,192,173)
#BFC6B5
(191,198,181)
#C7CCBD
(199,204,189)
#CFD2C5
(207,210,197)
#D7D8CD
(215,216,205)
#DFDED5
(223,222,213)
#E7E4DD
(231,228,221)
#EFEAE5
(239,234,229)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B49D; }

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

This text font color is #A7B49D.


Background Color

.myBgColor { background-color: #A7B49D; }

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

This div background color is #A7B49D.


Border color

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

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

This div border color is #A7B49D.


Opacity

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

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

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

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

This text has shadow with #A7B49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B49D on black background.


Color preview on white background

This text has color #A7B49D on white background.



Black color preview on #A7B49D background

This text has black color on #A7B49D background.


White color preview on #A7B49D background

This text has white color on #A7B49D background.