COLOR #A7BFA0

HEX: #A7BFA0
RGB: (167,191,160)

Color info

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

RGB color model

#A7BFA0 color RGB value is (167,191,160).

  • red value is 167;
  • green value is 191;
  • blue value is 160.
RGB:
(167,191,160)
(65%,75%,63%)

RGB channels and saturation

R 167 of 255 = 65%
G 191 of 255 = 75%
B 160 of 255 = 63%

167
191
160

R + G + B ~ 68%. #A7BFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 191 + 160 = 518 (100%)
R 167 of 518 ~ 32.24%
G 191 of 518 ~ 36.87%
B 160 of 518 ~ 30.89%

%32.24
%36.87
%30.89

CMYK color model

#A7BFA0 color CMYK value is (13,0,16,25).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 25.10%
CMYK:
(13,0,16,25)
C13M0Y16K25 
(13%,0%,16%,25%)
(0.13/0.00/0.16/0.25)	

CMYK percentages

%12.57
%0
%16.23
%25.1

Codes

Color #A7BFA0 in popluar color models

A7BFA0
RGB167191160
HSL106°19.50%68.82%
HSB/HSV106°16.23%74.90%
CMYK12.57%0.00%16.23%
25.10%

Color #A7BFA0 in popluar number systems.

HEXA7BFA0
Decimal167191160
Binary101001111011111110100000
Octal247277240

Shades and tints

Shades of #A7BFA0

#A7BFA0
(167,191,160)
#98AE92
(152,174,146)
#899D84
(137,157,132)
#7A8C76
(122,140,118)
#6B7B68
(107,123,104)
#5C6A5A
(92,106,90)
#4D594C
(77,89,76)
#3E483E
(62,72,62)
#2F3730
(47,55,48)
#202622
(32,38,34)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #A7BFA0

#A7BFA0
(167,191,160)
#AFC4A8
(175,196,168)
#B7C9B0
(183,201,176)
#BFCEB8
(191,206,184)
#C7D3C0
(199,211,192)
#CFD8C8
(207,216,200)
#D7DDD0
(215,221,208)
#DFE2D8
(223,226,216)
#E7E7E0
(231,231,224)
#EFECE8
(239,236,232)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BFA0 color. Also use rgb(167,191,160) instead hex code.

Text Font Color

.myTextColor { color: #A7BFA0; }

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

This text font color is #A7BFA0.


Background Color

.myBgColor { background-color: #A7BFA0; }

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

This div background color is #A7BFA0.


Border color

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

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

This div border color is #A7BFA0.


Opacity

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

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

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

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

This text has shadow with #A7BFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BFA0 on black background.


Color preview on white background

This text has color #A7BFA0 on white background.



Black color preview on #A7BFA0 background

This text has black color on #A7BFA0 background.


White color preview on #A7BFA0 background

This text has white color on #A7BFA0 background.