COLOR #A7B89E

HEX: #A7B89E
RGB: (167,184,158)

Color info

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

RGB color model

#A7B89E color RGB value is (167,184,158).

  • red value is 167;
  • green value is 184;
  • blue value is 158.
RGB:
(167,184,158)
(65%,72%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 184 of 255 = 72%
B 158 of 255 = 62%

167
184
158

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

Portions of RGB colors in percentages

R + G + B =
167 + 184 + 158 = 509 (100%)
R 167 of 509 ~ 32.81%
G 184 of 509 ~ 36.15%
B 158 of 509 ~ 31.04%

%32.81
%36.15
%31.04

CMYK color model

#A7B89E color CMYK value is (9,0,14,28).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 14.13%
  • key color value is 27.84%
CMYK:
(9,0,14,28)
C9M0Y14K28 
(9%,0%,14%,28%)
(0.09/0.00/0.14/0.28)	

CMYK percentages

%9.24
%0
%14.13
%27.84

Codes

Color #A7B89E in popluar color models

A7B89E
RGB167184158
HSL99°15.48%67.06%
HSB/HSV99°14.13%72.16%
CMYK9.24%0.00%14.13%
27.84%

Color #A7B89E in popluar number systems.

HEXA7B89E
Decimal167184158
Binary101001111011100010011110
Octal247270236

Shades and tints

Shades of #A7B89E

#A7B89E
(167,184,158)
#98A890
(152,168,144)
#899882
(137,152,130)
#7A8874
(122,136,116)
#6B7866
(107,120,102)
#5C6858
(92,104,88)
#4D584A
(77,88,74)
#3E483C
(62,72,60)
#2F382E
(47,56,46)
#202820
(32,40,32)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #A7B89E

#A7B89E
(167,184,158)
#AFBEA6
(175,190,166)
#B7C4AE
(183,196,174)
#BFCAB6
(191,202,182)
#C7D0BE
(199,208,190)
#CFD6C6
(207,214,198)
#D7DCCE
(215,220,206)
#DFE2D6
(223,226,214)
#E7E8DE
(231,232,222)
#EFEEE6
(239,238,230)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B89E; }

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

This text font color is #A7B89E.


Background Color

.myBgColor { background-color: #A7B89E; }

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

This div background color is #A7B89E.


Border color

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

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

This div border color is #A7B89E.


Opacity

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

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

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

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

This text has shadow with #A7B89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B89E on black background.


Color preview on white background

This text has color #A7B89E on white background.



Black color preview on #A7B89E background

This text has black color on #A7B89E background.


White color preview on #A7B89E background

This text has white color on #A7B89E background.