COLOR #A7B4BA

HEX: #A7B4BA
RGB: (167,180,186)

Color info

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

RGB color model

#A7B4BA color RGB value is (167,180,186).

  • red value is 167;
  • green value is 180;
  • blue value is 186.
RGB:
(167,180,186)
(65%,71%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 180 of 255 = 71%
B 186 of 255 = 73%

167
180
186

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

Portions of RGB colors in percentages

R + G + B =
167 + 180 + 186 = 533 (100%)
R 167 of 533 ~ 31.33%
G 180 of 533 ~ 33.77%
B 186 of 533 ~ 34.9%

%31.33
%33.77
%34.9

CMYK color model

#A7B4BA color CMYK value is (10,3,0,27).

  • cyan value is 10.22%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(10,3,0,27)
C10M3Y0K27 
(10%,3%,0%,27%)
(0.10/0.03/0.00/0.27)	

CMYK percentages

%10.22
%3.23
%0
%27.06

Codes

Color #A7B4BA in popluar color models

A7B4BA
RGB167180186
HSL199°12.10%69.22%
HSB/HSV199°10.22%72.94%
CMYK10.22%3.23%0.00%
27.06%

Color #A7B4BA in popluar number systems.

HEXA7B4BA
Decimal167180186
Binary101001111011010010111010
Octal247264272

Shades and tints

Shades of #A7B4BA

#A7B4BA
(167,180,186)
#98A4AA
(152,164,170)
#89949A
(137,148,154)
#7A848A
(122,132,138)
#6B747A
(107,116,122)
#5C646A
(92,100,106)
#4D545A
(77,84,90)
#3E444A
(62,68,74)
#2F343A
(47,52,58)
#20242A
(32,36,42)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #A7B4BA

#A7B4BA
(167,180,186)
#AFBAC0
(175,186,192)
#B7C0C6
(183,192,198)
#BFC6CC
(191,198,204)
#C7CCD2
(199,204,210)
#CFD2D8
(207,210,216)
#D7D8DE
(215,216,222)
#DFDEE4
(223,222,228)
#E7E4EA
(231,228,234)
#EFEAF0
(239,234,240)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B4BA color. Also use rgb(167,180,186) instead hex code.

Text Font Color

.myTextColor { color: #A7B4BA; }

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

This text font color is #A7B4BA.


Background Color

.myBgColor { background-color: #A7B4BA; }

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

This div background color is #A7B4BA.


Border color

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

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

This div border color is #A7B4BA.


Opacity

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

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

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

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

This text has shadow with #A7B4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B4BA on black background.


Color preview on white background

This text has color #A7B4BA on white background.



Black color preview on #A7B4BA background

This text has black color on #A7B4BA background.


White color preview on #A7B4BA background

This text has white color on #A7B4BA background.