COLOR #A7B183

HEX: #A7B183
RGB: (167,177,131)

Color info

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

RGB color model

#A7B183 color RGB value is (167,177,131).

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

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 131 of 255 = 51%

167
177
131

R + G + B ~ 62%. #A7B183 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 177 + 131 = 475 (100%)
R 167 of 475 ~ 35.16%
G 177 of 475 ~ 37.26%
B 131 of 475 ~ 27.58%

%35.16
%37.26
%27.58

CMYK color model

#A7B183 color CMYK value is (6,0,26,31).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 25.99%
  • key color value is 30.59%
CMYK:
(6,0,26,31)
C6M0Y26K31 
(6%,0%,26%,31%)
(0.06/0.00/0.26/0.31)	

CMYK percentages

%5.65
%0
%25.99
%30.59

Codes

Color #A7B183 in popluar color models

A7B183
RGB167177131
HSL73°22.77%60.39%
HSB/HSV73°25.99%69.41%
CMYK5.65%0.00%25.99%
30.59%

Color #A7B183 in popluar number systems.

HEXA7B183
Decimal167177131
Binary101001111011000110000011
Octal247261203

Shades and tints

Shades of #A7B183

#A7B183
(167,177,131)
#98A178
(152,161,120)
#89916D
(137,145,109)
#7A8162
(122,129,98)
#6B7157
(107,113,87)
#5C614C
(92,97,76)
#4D5141
(77,81,65)
#3E4136
(62,65,54)
#2F312B
(47,49,43)
#202120
(32,33,32)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #A7B183

#A7B183
(167,177,131)
#AFB88E
(175,184,142)
#B7BF99
(183,191,153)
#BFC6A4
(191,198,164)
#C7CDAF
(199,205,175)
#CFD4BA
(207,212,186)
#D7DBC5
(215,219,197)
#DFE2D0
(223,226,208)
#E7E9DB
(231,233,219)
#EFF0E6
(239,240,230)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B183; }

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

This text font color is #A7B183.


Background Color

.myBgColor { background-color: #A7B183; }

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

This div background color is #A7B183.


Border color

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

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

This div border color is #A7B183.


Opacity

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

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

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

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

This text has shadow with #A7B183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B183 on black background.


Color preview on white background

This text has color #A7B183 on white background.



Black color preview on #A7B183 background

This text has black color on #A7B183 background.


White color preview on #A7B183 background

This text has white color on #A7B183 background.