COLOR #A7BCB2

HEX: #A7BCB2
RGB: (167,188,178)

Color info

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

RGB color model

#A7BCB2 color RGB value is (167,188,178).

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

RGB channels and saturation

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

167
188
178

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

Portions of RGB colors in percentages

R + G + B =
167 + 188 + 178 = 533 (100%)
R 167 of 533 ~ 31.33%
G 188 of 533 ~ 35.27%
B 178 of 533 ~ 33.4%

%31.33
%35.27
%33.4

CMYK color model

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

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

Codes

Color #A7BCB2 in popluar color models

A7BCB2
RGB167188178
HSL151°13.55%69.61%
HSB/HSV151°11.17%73.73%
CMYK11.17%0.00%5.32%
26.27%

Color #A7BCB2 in popluar number systems.

HEXA7BCB2
Decimal167188178
Binary101001111011110010110010
Octal247274262

Shades and tints

Shades of #A7BCB2

#A7BCB2
(167,188,178)
#98ABA2
(152,171,162)
#899A92
(137,154,146)
#7A8982
(122,137,130)
#6B7872
(107,120,114)
#5C6762
(92,103,98)
#4D5652
(77,86,82)
#3E4542
(62,69,66)
#2F3432
(47,52,50)
#202322
(32,35,34)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #A7BCB2

#A7BCB2
(167,188,178)
#AFC2B9
(175,194,185)
#B7C8C0
(183,200,192)
#BFCEC7
(191,206,199)
#C7D4CE
(199,212,206)
#CFDAD5
(207,218,213)
#D7E0DC
(215,224,220)
#DFE6E3
(223,230,227)
#E7ECEA
(231,236,234)
#EFF2F1
(239,242,241)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BCB2; }

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

This text font color is #A7BCB2.


Background Color

.myBgColor { background-color: #A7BCB2; }

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

This div background color is #A7BCB2.


Border color

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

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

This div border color is #A7BCB2.


Opacity

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

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

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

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

This text has shadow with #A7BCB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BCB2 on black background.


Color preview on white background

This text has color #A7BCB2 on white background.



Black color preview on #A7BCB2 background

This text has black color on #A7BCB2 background.


White color preview on #A7BCB2 background

This text has white color on #A7BCB2 background.