COLOR #A7B194

HEX: #A7B194
RGB: (167,177,148)

Color info

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

RGB color model

#A7B194 color RGB value is (167,177,148).

  • red value is 167;
  • green value is 177;
  • blue value is 148.
RGB:
(167,177,148)
(65%,69%,58%)

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 148 of 255 = 58%

167
177
148

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

Portions of RGB colors in percentages

R + G + B =
167 + 177 + 148 = 492 (100%)
R 167 of 492 ~ 33.94%
G 177 of 492 ~ 35.98%
B 148 of 492 ~ 30.08%

%33.94
%35.98
%30.08

CMYK color model

#A7B194 color CMYK value is (6,0,16,31).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 16.38%
  • key color value is 30.59%
CMYK:
(6,0,16,31)
C6M0Y16K31 
(6%,0%,16%,31%)
(0.06/0.00/0.16/0.31)	

CMYK percentages

%5.65
%0
%16.38
%30.59

Codes

Color #A7B194 in popluar color models

A7B194
RGB167177148
HSL81°15.68%63.73%
HSB/HSV81°16.38%69.41%
CMYK5.65%0.00%16.38%
30.59%

Color #A7B194 in popluar number systems.

HEXA7B194
Decimal167177148
Binary101001111011000110010100
Octal247261224

Shades and tints

Shades of #A7B194

#A7B194
(167,177,148)
#98A187
(152,161,135)
#89917A
(137,145,122)
#7A816D
(122,129,109)
#6B7160
(107,113,96)
#5C6153
(92,97,83)
#4D5146
(77,81,70)
#3E4139
(62,65,57)
#2F312C
(47,49,44)
#20211F
(32,33,31)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #A7B194

#A7B194
(167,177,148)
#AFB89D
(175,184,157)
#B7BFA6
(183,191,166)
#BFC6AF
(191,198,175)
#C7CDB8
(199,205,184)
#CFD4C1
(207,212,193)
#D7DBCA
(215,219,202)
#DFE2D3
(223,226,211)
#E7E9DC
(231,233,220)
#EFF0E5
(239,240,229)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B194 color. Also use rgb(167,177,148) instead hex code.

Text Font Color

.myTextColor { color: #A7B194; }

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

This text font color is #A7B194.


Background Color

.myBgColor { background-color: #A7B194; }

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

This div background color is #A7B194.


Border color

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

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

This div border color is #A7B194.


Opacity

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

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

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

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

This text has shadow with #A7B194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B194 on black background.


Color preview on white background

This text has color #A7B194 on white background.



Black color preview on #A7B194 background

This text has black color on #A7B194 background.


White color preview on #A7B194 background

This text has white color on #A7B194 background.