COLOR #A7B98A

HEX: #A7B98A
RGB: (167,185,138)

Color info

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

RGB color model

#A7B98A color RGB value is (167,185,138).

  • red value is 167;
  • green value is 185;
  • blue value is 138.
RGB:
(167,185,138)
(65%,73%,54%)

RGB channels and saturation

R 167 of 255 = 65%
G 185 of 255 = 73%
B 138 of 255 = 54%

167
185
138

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

Portions of RGB colors in percentages

R + G + B =
167 + 185 + 138 = 490 (100%)
R 167 of 490 ~ 34.08%
G 185 of 490 ~ 37.76%
B 138 of 490 ~ 28.16%

%34.08
%37.76
%28.16

CMYK color model

#A7B98A color CMYK value is (10,0,25,27).

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 25.41%
  • key color value is 27.45%
CMYK:
(10,0,25,27)
C10M0Y25K27 
(10%,0%,25%,27%)
(0.10/0.00/0.25/0.27)	

CMYK percentages

%9.73
%0
%25.41
%27.45

Codes

Color #A7B98A in popluar color models

A7B98A
RGB167185138
HSL83°25.13%63.33%
HSB/HSV83°25.41%72.55%
CMYK9.73%0.00%25.41%
27.45%

Color #A7B98A in popluar number systems.

HEXA7B98A
Decimal167185138
Binary101001111011100110001010
Octal247271212

Shades and tints

Shades of #A7B98A

#A7B98A
(167,185,138)
#98A97E
(152,169,126)
#899972
(137,153,114)
#7A8966
(122,137,102)
#6B795A
(107,121,90)
#5C694E
(92,105,78)
#4D5942
(77,89,66)
#3E4936
(62,73,54)
#2F392A
(47,57,42)
#20291E
(32,41,30)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #A7B98A

#A7B98A
(167,185,138)
#AFBF94
(175,191,148)
#B7C59E
(183,197,158)
#BFCBA8
(191,203,168)
#C7D1B2
(199,209,178)
#CFD7BC
(207,215,188)
#D7DDC6
(215,221,198)
#DFE3D0
(223,227,208)
#E7E9DA
(231,233,218)
#EFEFE4
(239,239,228)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B98A color. Also use rgb(167,185,138) instead hex code.

Text Font Color

.myTextColor { color: #A7B98A; }

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

This text font color is #A7B98A.


Background Color

.myBgColor { background-color: #A7B98A; }

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

This div background color is #A7B98A.


Border color

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

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

This div border color is #A7B98A.


Opacity

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

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

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

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

This text has shadow with #A7B98A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B98A on black background.


Color preview on white background

This text has color #A7B98A on white background.



Black color preview on #A7B98A background

This text has black color on #A7B98A background.


White color preview on #A7B98A background

This text has white color on #A7B98A background.