COLOR #A7BCA6

HEX: #A7BCA6
RGB: (167,188,166)

Color info

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

RGB color model

#A7BCA6 color RGB value is (167,188,166).

  • red value is 167;
  • green value is 188;
  • blue value is 166.
RGB:
(167,188,166)
(65%,74%,65%)

RGB channels and saturation

R 167 of 255 = 65%
G 188 of 255 = 74%
B 166 of 255 = 65%

167
188
166

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

Portions of RGB colors in percentages

R + G + B =
167 + 188 + 166 = 521 (100%)
R 167 of 521 ~ 32.05%
G 188 of 521 ~ 36.08%
B 166 of 521 ~ 31.86%

%32.05
%36.08
%31.86

CMYK color model

#A7BCA6 color CMYK value is (11,0,12,26).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(11,0,12,26)
C11M0Y12K26 
(11%,0%,12%,26%)
(0.11/0.00/0.12/0.26)	

CMYK percentages

%11.17
%0
%11.7
%26.27

Codes

Color #A7BCA6 in popluar color models

A7BCA6
RGB167188166
HSL117°14.10%69.41%
HSB/HSV117°11.70%73.73%
CMYK11.17%0.00%11.70%
26.27%

Color #A7BCA6 in popluar number systems.

HEXA7BCA6
Decimal167188166
Binary101001111011110010100110
Octal247274246

Shades and tints

Shades of #A7BCA6

#A7BCA6
(167,188,166)
#98AB97
(152,171,151)
#899A88
(137,154,136)
#7A8979
(122,137,121)
#6B786A
(107,120,106)
#5C675B
(92,103,91)
#4D564C
(77,86,76)
#3E453D
(62,69,61)
#2F342E
(47,52,46)
#20231F
(32,35,31)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #A7BCA6

#A7BCA6
(167,188,166)
#AFC2AE
(175,194,174)
#B7C8B6
(183,200,182)
#BFCEBE
(191,206,190)
#C7D4C6
(199,212,198)
#CFDACE
(207,218,206)
#D7E0D6
(215,224,214)
#DFE6DE
(223,230,222)
#E7ECE6
(231,236,230)
#EFF2EE
(239,242,238)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BCA6 color. Also use rgb(167,188,166) instead hex code.

Text Font Color

.myTextColor { color: #A7BCA6; }

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

This text font color is #A7BCA6.


Background Color

.myBgColor { background-color: #A7BCA6; }

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

This div background color is #A7BCA6.


Border color

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

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

This div border color is #A7BCA6.


Opacity

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

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

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

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

This text has shadow with #A7BCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BCA6 on black background.


Color preview on white background

This text has color #A7BCA6 on white background.



Black color preview on #A7BCA6 background

This text has black color on #A7BCA6 background.


White color preview on #A7BCA6 background

This text has white color on #A7BCA6 background.