COLOR #A3AFB0

HEX: #A3AFB0 RGB: (163,175,176)

Color info

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

RGB color model

#A3AFB0 color RGB value is (163,175,176).

RGB: (163,175,176) (64%, 69%, 69%)

RGB channels and saturation

R 163 of 255 = 64%
G 175 of 255 = 69%
B 176 of 255 = 69%

163
175
176

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

Portions of RGB colors in percentages

R + G + B = 163 + 175 + 176 = 514 (100%)
R 163 of 514 ~ 31.71%
G 175 of 514 ~ 34.05%
B 176 of 514 ~ 34.24'%

%31.71
%34.05
%34.24

CMYK color model

#A3AFB0 color CMYK value is (7,1,0,31).

  • cyan value is 7.39%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (7,1,0,31)
C7M1Y0K31 (7%, 1%, 0%, 31%)
(0.07 / 0.01 / 0.00 / 0.31)

CMYK percentages

%7.39
%0.57
%0
%30.98

Codes

Color #A3AFB0 in popluar color models

A3 AF B0
RGB 163 175 176
HSL 185° 7.60% 66.47%
HSB/HSV 185° 7.39% 69.02%
CMYK 7.39% 0.57% 0.00%
30.98%

Color #A3AFB0 in popluar number systems.

HEX A3 AF B0
Decimal 163 175 176
Binary 10100011 10101111 10110000
Octal 243 257 260

Shades and tints

Shades of #A3AFB0

#A3AFB0
(163,175,176)
#95A0A0
(149,160,160)
#879190
(135,145,144)
#798280
(121,130,128)
#6B7370
(107,115,112)
#5D6460
(93,100,96)
#4F5550
(79,85,80)
#414640
(65,70,64)
#333730
(51,55,48)
#252820
(37,40,32)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #A3AFB0

#A3AFB0
(163,175,176)
#ABB6B7
(171,182,183)
#B3BDBE
(179,189,190)
#BBC4C5
(187,196,197)
#C3CBCC
(195,203,204)
#CBD2D3
(203,210,211)
#D3D9DA
(211,217,218)
#DBE0E1
(219,224,225)
#E3E7E8
(227,231,232)
#EBEEEF
(235,238,239)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AFB0 color. Also use rgb(163,175,176) instead hex code.

Text Font Color

.myTextColor { color: #A3AFB0; }

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

This text font color is #A3AFB0.

Background Color

.myBgColor { background-color: #A3AFB0; }

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

This div background color is #A3AFB0.

Border color

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

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

This div border color is #A3AFB0.

Opacity

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

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

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

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

This text has shadow with #A3AFB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3AFB0.

Preview

Color preview on black background

This text has color #A3AFB0 on black background.


Color preview on white background

This text has color #A3AFB0 on white background.


Black color preview on #A3AFB0 background

This text has black color on #A3AFB0 background.


White color preview on #A3AFB0 background

This text has white color on #A3AFB0 background.


Related colors

Complementary color

Complementary color for #hex is #5C504F.


I love getcolorcode.com

Triadic colors

1 #B0A3AF and #AFB0A3 with #A3AFB0 are triadic colors.

2 #B0AFA3 and #AFA3B0 with #A3AFB0 are triadic colors.