COLOR #A7BCB0

HEX: #A7BCB0
RGB: (167,188,176)

Color info

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

RGB color model

#A7BCB0 color RGB value is (167,188,176).

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

RGB channels and saturation

R 167 of 255 = 65%
G 188 of 255 = 74%
B 176 of 255 = 69%

167
188
176

R + G + B ~ 69%. #A7BCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 188 + 176 = 531 (100%)
R 167 of 531 ~ 31.45%
G 188 of 531 ~ 35.4%
B 176 of 531 ~ 33.15%

%31.45
%35.4
%33.15

CMYK color model

#A7BCB0 color CMYK value is (11,0,6,26).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(11,0,6,26)
C11M0Y6K26 
(11%,0%,6%,26%)
(0.11/0.00/0.06/0.26)	

CMYK percentages

%11.17
%0
%6.38
%26.27

Codes

Color #A7BCB0 in popluar color models

A7BCB0
RGB167188176
HSL146°13.55%69.61%
HSB/HSV146°11.17%73.73%
CMYK11.17%0.00%6.38%
26.27%

Color #A7BCB0 in popluar number systems.

HEXA7BCB0
Decimal167188176
Binary101001111011110010110000
Octal247274260

Shades and tints

Shades of #A7BCB0

#A7BCB0
(167,188,176)
#98ABA0
(152,171,160)
#899A90
(137,154,144)
#7A8980
(122,137,128)
#6B7870
(107,120,112)
#5C6760
(92,103,96)
#4D5650
(77,86,80)
#3E4540
(62,69,64)
#2F3430
(47,52,48)
#202320
(32,35,32)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #A7BCB0

#A7BCB0
(167,188,176)
#AFC2B7
(175,194,183)
#B7C8BE
(183,200,190)
#BFCEC5
(191,206,197)
#C7D4CC
(199,212,204)
#CFDAD3
(207,218,211)
#D7E0DA
(215,224,218)
#DFE6E1
(223,230,225)
#E7ECE8
(231,236,232)
#EFF2EF
(239,242,239)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BCB0; }

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

This text font color is #A7BCB0.


Background Color

.myBgColor { background-color: #A7BCB0; }

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

This div background color is #A7BCB0.


Border color

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

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

This div border color is #A7BCB0.


Opacity

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

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

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

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

This text has shadow with #A7BCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BCB0 on black background.


Color preview on white background

This text has color #A7BCB0 on white background.



Black color preview on #A7BCB0 background

This text has black color on #A7BCB0 background.


White color preview on #A7BCB0 background

This text has white color on #A7BCB0 background.