COLOR #A3AAB3

HEX: #A3AAB3
RGB: (163,170,179)

Color info

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

RGB color model

#A3AAB3 color RGB value is (163,170,179).

  • red value is 163;
  • green value is 170;
  • blue value is 179.
RGB:
(163,170,179)
(64%,67%,70%)

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 179 of 255 = 70%

163
170
179

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

Portions of RGB colors in percentages

R + G + B =
163 + 170 + 179 = 512 (100%)
R 163 of 512 ~ 31.84%
G 170 of 512 ~ 33.2%
B 179 of 512 ~ 34.96%

%31.84
%33.2
%34.96

CMYK color model

#A3AAB3 color CMYK value is (9,5,0,30).

  • cyan value is 8.94%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(9,5,0,30)
C9M5Y0K30 
(9%,5%,0%,30%)
(0.09/0.05/0.00/0.30)	

CMYK percentages

%8.94
%5.03
%0
%29.8

Codes

Color #A3AAB3 in popluar color models

A3AAB3
RGB163170179
HSL214°9.52%67.06%
HSB/HSV214°8.94%70.20%
CMYK8.94%5.03%0.00%
29.80%

Color #A3AAB3 in popluar number systems.

HEXA3AAB3
Decimal163170179
Binary101000111010101010110011
Octal243252263

Shades and tints

Shades of #A3AAB3

#A3AAB3
(163,170,179)
#959BA3
(149,155,163)
#878C93
(135,140,147)
#797D83
(121,125,131)
#6B6E73
(107,110,115)
#5D5F63
(93,95,99)
#4F5053
(79,80,83)
#414143
(65,65,67)
#333233
(51,50,51)
#252323
(37,35,35)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #A3AAB3

#A3AAB3
(163,170,179)
#ABB1B9
(171,177,185)
#B3B8BF
(179,184,191)
#BBBFC5
(187,191,197)
#C3C6CB
(195,198,203)
#CBCDD1
(203,205,209)
#D3D4D7
(211,212,215)
#DBDBDD
(219,219,221)
#E3E2E3
(227,226,227)
#EBE9E9
(235,233,233)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AAB3 color. Also use rgb(163,170,179) instead hex code.

Text Font Color

.myTextColor { color: #A3AAB3; }

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

This text font color is #A3AAB3.


Background Color

.myBgColor { background-color: #A3AAB3; }

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

This div background color is #A3AAB3.


Border color

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

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

This div border color is #A3AAB3.


Opacity

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

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

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

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

This text has shadow with #A3AAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AAB3 on black background.


Color preview on white background

This text has color #A3AAB3 on white background.



Black color preview on #A3AAB3 background

This text has black color on #A3AAB3 background.


White color preview on #A3AAB3 background

This text has white color on #A3AAB3 background.