COLOR #A7ABB3

HEX: #A7ABB3
RGB: (167,171,179)

Color info

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

RGB color model

#A7ABB3 color RGB value is (167,171,179).

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

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 179 of 255 = 70%

167
171
179

R + G + B ~ 67%. #A7ABB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 171 + 179 = 517 (100%)
R 167 of 517 ~ 32.3%
G 171 of 517 ~ 33.08%
B 179 of 517 ~ 34.62%

%32.3
%33.08
%34.62

CMYK color model

#A7ABB3 color CMYK value is (7,4,0,30).

  • cyan value is 6.70%
  • magenta value is 4.47%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(7,4,0,30)
C7M4Y0K30 
(7%,4%,0%,30%)
(0.07/0.04/0.00/0.30)	

CMYK percentages

%6.7
%4.47
%0
%29.8

Codes

Color #A7ABB3 in popluar color models

A7ABB3
RGB167171179
HSL220°7.32%67.84%
HSB/HSV220°6.70%70.20%
CMYK6.70%4.47%0.00%
29.80%

Color #A7ABB3 in popluar number systems.

HEXA7ABB3
Decimal167171179
Binary101001111010101110110011
Octal247253263

Shades and tints

Shades of #A7ABB3

#A7ABB3
(167,171,179)
#989CA3
(152,156,163)
#898D93
(137,141,147)
#7A7E83
(122,126,131)
#6B6F73
(107,111,115)
#5C6063
(92,96,99)
#4D5153
(77,81,83)
#3E4243
(62,66,67)
#2F3333
(47,51,51)
#202423
(32,36,35)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #A7ABB3

#A7ABB3
(167,171,179)
#AFB2B9
(175,178,185)
#B7B9BF
(183,185,191)
#BFC0C5
(191,192,197)
#C7C7CB
(199,199,203)
#CFCED1
(207,206,209)
#D7D5D7
(215,213,215)
#DFDCDD
(223,220,221)
#E7E3E3
(231,227,227)
#EFEAE9
(239,234,233)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ABB3; }

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

This text font color is #A7ABB3.


Background Color

.myBgColor { background-color: #A7ABB3; }

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

This div background color is #A7ABB3.


Border color

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

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

This div border color is #A7ABB3.


Opacity

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

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

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

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

This text has shadow with #A7ABB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ABB3 on black background.


Color preview on white background

This text has color #A7ABB3 on white background.



Black color preview on #A7ABB3 background

This text has black color on #A7ABB3 background.


White color preview on #A7ABB3 background

This text has white color on #A7ABB3 background.