COLOR #A7BCA5

HEX: #A7BCA5
RGB: (167,188,165)

Color info

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

RGB color model

#A7BCA5 color RGB value is (167,188,165).

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

RGB channels and saturation

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

167
188
165

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

Portions of RGB colors in percentages

R + G + B =
167 + 188 + 165 = 520 (100%)
R 167 of 520 ~ 32.12%
G 188 of 520 ~ 36.15%
B 165 of 520 ~ 31.73%

%32.12
%36.15
%31.73

CMYK color model

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

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 12.23%
  • 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
%12.23
%26.27

Codes

Color #A7BCA5 in popluar color models

A7BCA5
RGB167188165
HSL115°14.65%69.22%
HSB/HSV115°12.23%73.73%
CMYK11.17%0.00%12.23%
26.27%

Color #A7BCA5 in popluar number systems.

HEXA7BCA5
Decimal167188165
Binary101001111011110010100101
Octal247274245

Shades and tints

Shades of #A7BCA5

#A7BCA5
(167,188,165)
#98AB96
(152,171,150)
#899A87
(137,154,135)
#7A8978
(122,137,120)
#6B7869
(107,120,105)
#5C675A
(92,103,90)
#4D564B
(77,86,75)
#3E453C
(62,69,60)
#2F342D
(47,52,45)
#20231E
(32,35,30)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #A7BCA5

#A7BCA5
(167,188,165)
#AFC2AD
(175,194,173)
#B7C8B5
(183,200,181)
#BFCEBD
(191,206,189)
#C7D4C5
(199,212,197)
#CFDACD
(207,218,205)
#D7E0D5
(215,224,213)
#DFE6DD
(223,230,221)
#E7ECE5
(231,236,229)
#EFF2ED
(239,242,237)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BCA5; }

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

This text font color is #A7BCA5.


Background Color

.myBgColor { background-color: #A7BCA5; }

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

This div background color is #A7BCA5.


Border color

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

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

This div border color is #A7BCA5.


Opacity

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

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

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

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

This text has shadow with #A7BCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BCA5 on black background.


Color preview on white background

This text has color #A7BCA5 on white background.



Black color preview on #A7BCA5 background

This text has black color on #A7BCA5 background.


White color preview on #A7BCA5 background

This text has white color on #A7BCA5 background.