COLOR #A3AFB6

HEX: #A3AFB6 RGB: (163,175,182)

Color info

#A3AFB6 contains red, green and blue colors in about the same proportion. Web safe color of #A3AFB6 is #9999CC (or #99C).

RGB color model

#A3AFB6 color RGB value is (163,175,182).

RGB: (163,175,182) (64%, 69%, 71%)

RGB channels and saturation

R 163 of 255 = 64%
G 175 of 255 = 69%
B 182 of 255 = 71%

163
175
182

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

Portions of RGB colors in percentages

R + G + B = 163 + 175 + 182 = 520 (100%)
R 163 of 520 ~ 31.35%
G 175 of 520 ~ 33.65%
B 182 of 520 ~ 35'%

%31.35
%33.65
%35

CMYK color model

#A3AFB6 color CMYK value is (10,4,0,29).

  • cyan value is 10.44%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (10,4,0,29)
C10M4Y0K29 (10%, 4%, 0%, 29%)
(0.10 / 0.04 / 0.00 / 0.29)

CMYK percentages

%10.44
%3.85
%0
%28.63

Codes

Color #A3AFB6 in popluar color models

A3 AF B6
RGB 163 175 182
HSL 202° 11.52% 67.65%
HSB/HSV 202° 10.44% 71.37%
CMYK 10.44% 3.85% 0.00%
28.63%

Color #A3AFB6 in popluar number systems.

HEX A3 AF B6
Decimal 163 175 182
Binary 10100011 10101111 10110110
Octal 243 257 266

Shades and tints

Shades of #A3AFB6

#A3AFB6
(163,175,182)
#95A0A6
(149,160,166)
#879196
(135,145,150)
#798286
(121,130,134)
#6B7376
(107,115,118)
#5D6466
(93,100,102)
#4F5556
(79,85,86)
#414646
(65,70,70)
#333736
(51,55,54)
#252826
(37,40,38)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #A3AFB6

#A3AFB6
(163,175,182)
#ABB6BC
(171,182,188)
#B3BDC2
(179,189,194)
#BBC4C8
(187,196,200)
#C3CBCE
(195,203,206)
#CBD2D4
(203,210,212)
#D3D9DA
(211,217,218)
#DBE0E0
(219,224,224)
#E3E7E6
(227,231,230)
#EBEEEC
(235,238,236)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AFB6; }

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

This text font color is #A3AFB6.

Background Color

.myBgColor { background-color: #A3AFB6; }

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

This div background color is #A3AFB6.

Border color

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

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

This div border color is #A3AFB6.

Opacity

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

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

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

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

This text has shadow with #A3AFB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3AFB6.

Preview

Color preview on black background

This text has color #A3AFB6 on black background.


Color preview on white background

This text has color #A3AFB6 on white background.


Black color preview on #A3AFB6 background

This text has black color on #A3AFB6 background.


White color preview on #A3AFB6 background

This text has white color on #A3AFB6 background.


Related colors

Complementary color

Complementary color for #hex is #5C5049.


I love getcolorcode.com

Triadic colors

1 #B6A3AF and #AFB6A3 with #A3AFB6 are triadic colors.

2 #B6AFA3 and #AFA3B6 with #A3AFB6 are triadic colors.