COLOR #A7BCB3

HEX: #A7BCB3
RGB: (167,188,179)

Color info

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

RGB color model

#A7BCB3 color RGB value is (167,188,179).

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

RGB channels and saturation

R 167 of 255 = 65%
G 188 of 255 = 74%
B 179 of 255 = 70%

167
188
179

R + G + B ~ 70%. #A7BCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 188 + 179 = 534 (100%)
R 167 of 534 ~ 31.27%
G 188 of 534 ~ 35.21%
B 179 of 534 ~ 33.52%

%31.27
%35.21
%33.52

CMYK color model

#A7BCB3 color CMYK value is (11,0,5,26).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 26.27%
CMYK:
(11,0,5,26)
C11M0Y5K26 
(11%,0%,5%,26%)
(0.11/0.00/0.05/0.26)	

CMYK percentages

%11.17
%0
%4.79
%26.27

Codes

Color #A7BCB3 in popluar color models

A7BCB3
RGB167188179
HSL154°13.55%69.61%
HSB/HSV154°11.17%73.73%
CMYK11.17%0.00%4.79%
26.27%

Color #A7BCB3 in popluar number systems.

HEXA7BCB3
Decimal167188179
Binary101001111011110010110011
Octal247274263

Shades and tints

Shades of #A7BCB3

#A7BCB3
(167,188,179)
#98ABA3
(152,171,163)
#899A93
(137,154,147)
#7A8983
(122,137,131)
#6B7873
(107,120,115)
#5C6763
(92,103,99)
#4D5653
(77,86,83)
#3E4543
(62,69,67)
#2F3433
(47,52,51)
#202323
(32,35,35)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #A7BCB3

#A7BCB3
(167,188,179)
#AFC2B9
(175,194,185)
#B7C8BF
(183,200,191)
#BFCEC5
(191,206,197)
#C7D4CB
(199,212,203)
#CFDAD1
(207,218,209)
#D7E0D7
(215,224,215)
#DFE6DD
(223,230,221)
#E7ECE3
(231,236,227)
#EFF2E9
(239,242,233)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BCB3; }

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

This text font color is #A7BCB3.


Background Color

.myBgColor { background-color: #A7BCB3; }

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

This div background color is #A7BCB3.


Border color

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

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

This div border color is #A7BCB3.


Opacity

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

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

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

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

This text has shadow with #A7BCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BCB3 on black background.


Color preview on white background

This text has color #A7BCB3 on white background.



Black color preview on #A7BCB3 background

This text has black color on #A7BCB3 background.


White color preview on #A7BCB3 background

This text has white color on #A7BCB3 background.