COLOR #A1A7B6

HEX: #A1A7B6 RGB: (161,167,182)

Color info

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

RGB color model

#A1A7B6 color RGB value is (161,167,182).

RGB: (161,167,182) (63%, 65%, 71%)

RGB channels and saturation

R 161 of 255 = 63%
G 167 of 255 = 65%
B 182 of 255 = 71%

161
167
182

R + G + B ~ 66%. #A1A7B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 167 + 182 = 510 (100%)
R 161 of 510 ~ 31.57%
G 167 of 510 ~ 32.75%
B 182 of 510 ~ 35.69'%

%31.57
%32.75
%35.69

CMYK color model

#A1A7B6 color CMYK value is (12,8,0,29).

  • cyan value is 11.54%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (12,8,0,29)
C12M8Y0K29 (12%, 8%, 0%, 29%)
(0.12 / 0.08 / 0.00 / 0.29)

CMYK percentages

%11.54
%8.24
%0
%28.63

Codes

Color #A1A7B6 in popluar color models

A1 A7 B6
RGB 161 167 182
HSL 223° 12.57% 67.25%
HSB/HSV 223° 11.54% 71.37%
CMYK 11.54% 8.24% 0.00%
28.63%

Color #A1A7B6 in popluar number systems.

HEX A1 A7 B6
Decimal 161 167 182
Binary 10100001 10100111 10110110
Octal 241 247 266

Shades and tints

Shades of #A1A7B6

#A1A7B6
(161,167,182)
#9398A6
(147,152,166)
#858996
(133,137,150)
#777A86
(119,122,134)
#696B76
(105,107,118)
#5B5C66
(91,92,102)
#4D4D56
(77,77,86)
#3F3E46
(63,62,70)
#312F36
(49,47,54)
#232026
(35,32,38)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #A1A7B6

#A1A7B6
(161,167,182)
#A9AFBC
(169,175,188)
#B1B7C2
(177,183,194)
#B9BFC8
(185,191,200)
#C1C7CE
(193,199,206)
#C9CFD4
(201,207,212)
#D1D7DA
(209,215,218)
#D9DFE0
(217,223,224)
#E1E7E6
(225,231,230)
#E9EFEC
(233,239,236)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A7B6 color. Also use rgb(161,167,182) instead hex code.

Text Font Color

.myTextColor { color: #A1A7B6; }

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

This text font color is #A1A7B6.

Background Color

.myBgColor { background-color: #A1A7B6; }

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

This div background color is #A1A7B6.

Border color

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

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

This div border color is #A1A7B6.

Opacity

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

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

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

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

This text has shadow with #A1A7B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A7B6.

Preview

Color preview on black background

This text has color #A1A7B6 on black background.


Color preview on white background

This text has color #A1A7B6 on white background.


Black color preview on #A1A7B6 background

This text has black color on #A1A7B6 background.


White color preview on #A1A7B6 background

This text has white color on #A1A7B6 background.


Related colors

Complementary color

Complementary color for #hex is #5E5849.


I love getcolorcode.com

Triadic colors

1 #B6A1A7 and #A7B6A1 with #A1A7B6 are triadic colors.

2 #B6A7A1 and #A7A1B6 with #A1A7B6 are triadic colors.