COLOR #A7B5BC

HEX: #A7B5BC
RGB: (167,181,188)

Color info

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

RGB color model

#A7B5BC color RGB value is (167,181,188).

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

RGB channels and saturation

R 167 of 255 = 65%
G 181 of 255 = 71%
B 188 of 255 = 74%

167
181
188

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

Portions of RGB colors in percentages

R + G + B =
167 + 181 + 188 = 536 (100%)
R 167 of 536 ~ 31.16%
G 181 of 536 ~ 33.77%
B 188 of 536 ~ 35.07%

%31.16
%33.77
%35.07

CMYK color model

#A7B5BC color CMYK value is (11,4,0,26).

  • cyan value is 11.17%
  • magenta value is 3.72%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(11,4,0,26)
C11M4Y0K26 
(11%,4%,0%,26%)
(0.11/0.04/0.00/0.26)	

CMYK percentages

%11.17
%3.72
%0
%26.27

Codes

Color #A7B5BC in popluar color models

A7B5BC
RGB167181188
HSL200°13.55%69.61%
HSB/HSV200°11.17%73.73%
CMYK11.17%3.72%0.00%
26.27%

Color #A7B5BC in popluar number systems.

HEXA7B5BC
Decimal167181188
Binary101001111011010110111100
Octal247265274

Shades and tints

Shades of #A7B5BC

#A7B5BC
(167,181,188)
#98A5AB
(152,165,171)
#89959A
(137,149,154)
#7A8589
(122,133,137)
#6B7578
(107,117,120)
#5C6567
(92,101,103)
#4D5556
(77,85,86)
#3E4545
(62,69,69)
#2F3534
(47,53,52)
#202523
(32,37,35)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A7B5BC

#A7B5BC
(167,181,188)
#AFBBC2
(175,187,194)
#B7C1C8
(183,193,200)
#BFC7CE
(191,199,206)
#C7CDD4
(199,205,212)
#CFD3DA
(207,211,218)
#D7D9E0
(215,217,224)
#DFDFE6
(223,223,230)
#E7E5EC
(231,229,236)
#EFEBF2
(239,235,242)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B5BC; }

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

This text font color is #A7B5BC.


Background Color

.myBgColor { background-color: #A7B5BC; }

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

This div background color is #A7B5BC.


Border color

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

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

This div border color is #A7B5BC.


Opacity

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

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

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

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

This text has shadow with #A7B5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B5BC on black background.


Color preview on white background

This text has color #A7B5BC on white background.



Black color preview on #A7B5BC background

This text has black color on #A7B5BC background.


White color preview on #A7B5BC background

This text has white color on #A7B5BC background.