COLOR #A7AEB3

HEX: #A7AEB3
RGB: (167,174,179)

Color info

#A7AEB3 contains red, green and blue colors in about the same proportion. Web safe color of #A7AEB3 is #999999 (or #999).

RGB color model

#A7AEB3 color RGB value is (167,174,179).

  • red value is 167;
  • green value is 174;
  • blue value is 179.
RGB:
(167,174,179)
(65%,68%,70%)

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 179 of 255 = 70%

167
174
179

R + G + B ~ 68%. #A7AEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 174 + 179 = 520 (100%)
R 167 of 520 ~ 32.12%
G 174 of 520 ~ 33.46%
B 179 of 520 ~ 34.42%

%32.12
%33.46
%34.42

CMYK color model

#A7AEB3 color CMYK value is (7,3,0,30).

  • cyan value is 6.70%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(7,3,0,30)
C7M3Y0K30 
(7%,3%,0%,30%)
(0.07/0.03/0.00/0.30)	

CMYK percentages

%6.7
%2.79
%0
%29.8

Codes

Color #A7AEB3 in popluar color models

A7AEB3
RGB167174179
HSL205°7.32%67.84%
HSB/HSV205°6.70%70.20%
CMYK6.70%2.79%0.00%
29.80%

Color #A7AEB3 in popluar number systems.

HEXA7AEB3
Decimal167174179
Binary101001111010111010110011
Octal247256263

Shades and tints

Shades of #A7AEB3

#A7AEB3
(167,174,179)
#989FA3
(152,159,163)
#899093
(137,144,147)
#7A8183
(122,129,131)
#6B7273
(107,114,115)
#5C6363
(92,99,99)
#4D5453
(77,84,83)
#3E4543
(62,69,67)
#2F3633
(47,54,51)
#202723
(32,39,35)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #A7AEB3

#A7AEB3
(167,174,179)
#AFB5B9
(175,181,185)
#B7BCBF
(183,188,191)
#BFC3C5
(191,195,197)
#C7CACB
(199,202,203)
#CFD1D1
(207,209,209)
#D7D8D7
(215,216,215)
#DFDFDD
(223,223,221)
#E7E6E3
(231,230,227)
#EFEDE9
(239,237,233)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AEB3 color. Also use rgb(167,174,179) instead hex code.

Text Font Color

.myTextColor { color: #A7AEB3; }

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

This text font color is #A7AEB3.


Background Color

.myBgColor { background-color: #A7AEB3; }

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

This div background color is #A7AEB3.


Border color

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

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

This div border color is #A7AEB3.


Opacity

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

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

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

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

This text has shadow with #A7AEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AEB3 on black background.


Color preview on white background

This text has color #A7AEB3 on white background.



Black color preview on #A7AEB3 background

This text has black color on #A7AEB3 background.


White color preview on #A7AEB3 background

This text has white color on #A7AEB3 background.