COLOR #A7B48C

HEX: #A7B48C
RGB: (167,180,140)

Color info

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

RGB color model

#A7B48C color RGB value is (167,180,140).

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

RGB channels and saturation

R 167 of 255 = 65%
G 180 of 255 = 71%
B 140 of 255 = 55%

167
180
140

R + G + B ~ 64%. #A7B48C is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 180 + 140 = 487 (100%)
R 167 of 487 ~ 34.29%
G 180 of 487 ~ 36.96%
B 140 of 487 ~ 28.75%

%34.29
%36.96
%28.75

CMYK color model

#A7B48C color CMYK value is (7,0,22,29).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 29.41%
CMYK:
(7,0,22,29)
C7M0Y22K29 
(7%,0%,22%,29%)
(0.07/0.00/0.22/0.29)	

CMYK percentages

%7.22
%0
%22.22
%29.41

Codes

Color #A7B48C in popluar color models

A7B48C
RGB167180140
HSL80°21.05%62.75%
HSB/HSV80°22.22%70.59%
CMYK7.22%0.00%22.22%
29.41%

Color #A7B48C in popluar number systems.

HEXA7B48C
Decimal167180140
Binary101001111011010010001100
Octal247264214

Shades and tints

Shades of #A7B48C

#A7B48C
(167,180,140)
#98A480
(152,164,128)
#899474
(137,148,116)
#7A8468
(122,132,104)
#6B745C
(107,116,92)
#5C6450
(92,100,80)
#4D5444
(77,84,68)
#3E4438
(62,68,56)
#2F342C
(47,52,44)
#202420
(32,36,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #A7B48C

#A7B48C
(167,180,140)
#AFBA96
(175,186,150)
#B7C0A0
(183,192,160)
#BFC6AA
(191,198,170)
#C7CCB4
(199,204,180)
#CFD2BE
(207,210,190)
#D7D8C8
(215,216,200)
#DFDED2
(223,222,210)
#E7E4DC
(231,228,220)
#EFEAE6
(239,234,230)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B48C; }

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

This text font color is #A7B48C.


Background Color

.myBgColor { background-color: #A7B48C; }

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

This div background color is #A7B48C.


Border color

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

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

This div border color is #A7B48C.


Opacity

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

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

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

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

This text has shadow with #A7B48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B48C on black background.


Color preview on white background

This text has color #A7B48C on white background.



Black color preview on #A7B48C background

This text has black color on #A7B48C background.


White color preview on #A7B48C background

This text has white color on #A7B48C background.