COLOR #A7B69B

HEX: #A7B69B
RGB: (167,182,155)

Color info

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

RGB color model

#A7B69B color RGB value is (167,182,155).

  • red value is 167;
  • green value is 182;
  • blue value is 155.
RGB:
(167,182,155)
(65%,71%,61%)

RGB channels and saturation

R 167 of 255 = 65%
G 182 of 255 = 71%
B 155 of 255 = 61%

167
182
155

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

Portions of RGB colors in percentages

R + G + B =
167 + 182 + 155 = 504 (100%)
R 167 of 504 ~ 33.13%
G 182 of 504 ~ 36.11%
B 155 of 504 ~ 30.75%

%33.13
%36.11
%30.75

CMYK color model

#A7B69B color CMYK value is (8,0,15,29).

  • cyan value is 8.24%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(8,0,15,29)
C8M0Y15K29 
(8%,0%,15%,29%)
(0.08/0.00/0.15/0.29)	

CMYK percentages

%8.24
%0
%14.84
%28.63

Codes

Color #A7B69B in popluar color models

A7B69B
RGB167182155
HSL93°15.61%66.08%
HSB/HSV93°14.84%71.37%
CMYK8.24%0.00%14.84%
28.63%

Color #A7B69B in popluar number systems.

HEXA7B69B
Decimal167182155
Binary101001111011011010011011
Octal247266233

Shades and tints

Shades of #A7B69B

#A7B69B
(167,182,155)
#98A68D
(152,166,141)
#89967F
(137,150,127)
#7A8671
(122,134,113)
#6B7663
(107,118,99)
#5C6655
(92,102,85)
#4D5647
(77,86,71)
#3E4639
(62,70,57)
#2F362B
(47,54,43)
#20261D
(32,38,29)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #A7B69B

#A7B69B
(167,182,155)
#AFBCA4
(175,188,164)
#B7C2AD
(183,194,173)
#BFC8B6
(191,200,182)
#C7CEBF
(199,206,191)
#CFD4C8
(207,212,200)
#D7DAD1
(215,218,209)
#DFE0DA
(223,224,218)
#E7E6E3
(231,230,227)
#EFECEC
(239,236,236)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B69B color. Also use rgb(167,182,155) instead hex code.

Text Font Color

.myTextColor { color: #A7B69B; }

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

This text font color is #A7B69B.


Background Color

.myBgColor { background-color: #A7B69B; }

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

This div background color is #A7B69B.


Border color

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

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

This div border color is #A7B69B.


Opacity

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

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

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

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

This text has shadow with #A7B69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B69B on black background.


Color preview on white background

This text has color #A7B69B on white background.



Black color preview on #A7B69B background

This text has black color on #A7B69B background.


White color preview on #A7B69B background

This text has white color on #A7B69B background.