COLOR #A3B2AE

HEX: #A3B2AE
RGB: (163,178,174)

Color info

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

RGB color model

#A3B2AE color RGB value is (163,178,174).

  • red value is 163;
  • green value is 178;
  • blue value is 174.
RGB:
(163,178,174)
(64%,70%,68%)

RGB channels and saturation

R 163 of 255 = 64%
G 178 of 255 = 70%
B 174 of 255 = 68%

163
178
174

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

Portions of RGB colors in percentages

R + G + B =
163 + 178 + 174 = 515 (100%)
R 163 of 515 ~ 31.65%
G 178 of 515 ~ 34.56%
B 174 of 515 ~ 33.79%

%31.65
%34.56
%33.79

CMYK color model

#A3B2AE color CMYK value is (8,0,2,30).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 30.20%
CMYK:
(8,0,2,30)
C8M0Y2K30 
(8%,0%,2%,30%)
(0.08/0.00/0.02/0.30)	

CMYK percentages

%8.43
%0
%2.25
%30.2

Codes

Color #A3B2AE in popluar color models

A3B2AE
RGB163178174
HSL164°8.88%66.86%
HSB/HSV164°8.43%69.80%
CMYK8.43%0.00%2.25%
30.20%

Color #A3B2AE in popluar number systems.

HEXA3B2AE
Decimal163178174
Binary101000111011001010101110
Octal243262256

Shades and tints

Shades of #A3B2AE

#A3B2AE
(163,178,174)
#95A29F
(149,162,159)
#879290
(135,146,144)
#798281
(121,130,129)
#6B7272
(107,114,114)
#5D6263
(93,98,99)
#4F5254
(79,82,84)
#414245
(65,66,69)
#333236
(51,50,54)
#252227
(37,34,39)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #A3B2AE

#A3B2AE
(163,178,174)
#ABB9B5
(171,185,181)
#B3C0BC
(179,192,188)
#BBC7C3
(187,199,195)
#C3CECA
(195,206,202)
#CBD5D1
(203,213,209)
#D3DCD8
(211,220,216)
#DBE3DF
(219,227,223)
#E3EAE6
(227,234,230)
#EBF1ED
(235,241,237)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B2AE color. Also use rgb(163,178,174) instead hex code.

Text Font Color

.myTextColor { color: #A3B2AE; }

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

This text font color is #A3B2AE.


Background Color

.myBgColor { background-color: #A3B2AE; }

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

This div background color is #A3B2AE.


Border color

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

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

This div border color is #A3B2AE.


Opacity

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

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

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

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

This text has shadow with #A3B2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B2AE on black background.


Color preview on white background

This text has color #A3B2AE on white background.



Black color preview on #A3B2AE background

This text has black color on #A3B2AE background.


White color preview on #A3B2AE background

This text has white color on #A3B2AE background.