COLOR #A7B0B8

HEX: #A7B0B8
RGB: (167,176,184)

Color info

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

RGB color model

#A7B0B8 color RGB value is (167,176,184).

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

RGB channels and saturation

R 167 of 255 = 65%
G 176 of 255 = 69%
B 184 of 255 = 72%

167
176
184

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

Portions of RGB colors in percentages

R + G + B =
167 + 176 + 184 = 527 (100%)
R 167 of 527 ~ 31.69%
G 176 of 527 ~ 33.4%
B 184 of 527 ~ 34.91%

%31.69
%33.4
%34.91

CMYK color model

#A7B0B8 color CMYK value is (9,4,0,28).

  • cyan value is 9.24%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(9,4,0,28)
C9M4Y0K28 
(9%,4%,0%,28%)
(0.09/0.04/0.00/0.28)	

CMYK percentages

%9.24
%4.35
%0
%27.84

Codes

Color #A7B0B8 in popluar color models

A7B0B8
RGB167176184
HSL208°10.69%68.82%
HSB/HSV208°9.24%72.16%
CMYK9.24%4.35%0.00%
27.84%

Color #A7B0B8 in popluar number systems.

HEXA7B0B8
Decimal167176184
Binary101001111011000010111000
Octal247260270

Shades and tints

Shades of #A7B0B8

#A7B0B8
(167,176,184)
#98A0A8
(152,160,168)
#899098
(137,144,152)
#7A8088
(122,128,136)
#6B7078
(107,112,120)
#5C6068
(92,96,104)
#4D5058
(77,80,88)
#3E4048
(62,64,72)
#2F3038
(47,48,56)
#202028
(32,32,40)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #A7B0B8

#A7B0B8
(167,176,184)
#AFB7BE
(175,183,190)
#B7BEC4
(183,190,196)
#BFC5CA
(191,197,202)
#C7CCD0
(199,204,208)
#CFD3D6
(207,211,214)
#D7DADC
(215,218,220)
#DFE1E2
(223,225,226)
#E7E8E8
(231,232,232)
#EFEFEE
(239,239,238)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B0B8; }

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

This text font color is #A7B0B8.


Background Color

.myBgColor { background-color: #A7B0B8; }

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

This div background color is #A7B0B8.


Border color

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

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

This div border color is #A7B0B8.


Opacity

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

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

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

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

This text has shadow with #A7B0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B0B8 on black background.


Color preview on white background

This text has color #A7B0B8 on white background.



Black color preview on #A7B0B8 background

This text has black color on #A7B0B8 background.


White color preview on #A7B0B8 background

This text has white color on #A7B0B8 background.