COLOR #A7BAC0

HEX: #A7BAC0
RGB: (167,186,192)

Color info

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

RGB color model

#A7BAC0 color RGB value is (167,186,192).

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

RGB channels and saturation

R 167 of 255 = 65%
G 186 of 255 = 73%
B 192 of 255 = 75%

167
186
192

R + G + B ~ 71%. #A7BAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 186 + 192 = 545 (100%)
R 167 of 545 ~ 30.64%
G 186 of 545 ~ 34.13%
B 192 of 545 ~ 35.23%

%30.64
%34.13
%35.23

CMYK color model

#A7BAC0 color CMYK value is (13,3,0,25).

  • cyan value is 13.02%
  • magenta value is 3.13%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(13,3,0,25)
C13M3Y0K25 
(13%,3%,0%,25%)
(0.13/0.03/0.00/0.25)	

CMYK percentages

%13.02
%3.13
%0
%24.71

Codes

Color #A7BAC0 in popluar color models

A7BAC0
RGB167186192
HSL194°16.56%70.39%
HSB/HSV194°13.02%75.29%
CMYK13.02%3.13%0.00%
24.71%

Color #A7BAC0 in popluar number systems.

HEXA7BAC0
Decimal167186192
Binary101001111011101011000000
Octal247272300

Shades and tints

Shades of #A7BAC0

#A7BAC0
(167,186,192)
#98AAAF
(152,170,175)
#899A9E
(137,154,158)
#7A8A8D
(122,138,141)
#6B7A7C
(107,122,124)
#5C6A6B
(92,106,107)
#4D5A5A
(77,90,90)
#3E4A49
(62,74,73)
#2F3A38
(47,58,56)
#202A27
(32,42,39)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #A7BAC0

#A7BAC0
(167,186,192)
#AFC0C5
(175,192,197)
#B7C6CA
(183,198,202)
#BFCCCF
(191,204,207)
#C7D2D4
(199,210,212)
#CFD8D9
(207,216,217)
#D7DEDE
(215,222,222)
#DFE4E3
(223,228,227)
#E7EAE8
(231,234,232)
#EFF0ED
(239,240,237)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BAC0; }

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

This text font color is #A7BAC0.


Background Color

.myBgColor { background-color: #A7BAC0; }

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

This div background color is #A7BAC0.


Border color

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

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

This div border color is #A7BAC0.


Opacity

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

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

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

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

This text has shadow with #A7BAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BAC0 on black background.


Color preview on white background

This text has color #A7BAC0 on white background.



Black color preview on #A7BAC0 background

This text has black color on #A7BAC0 background.


White color preview on #A7BAC0 background

This text has white color on #A7BAC0 background.