COLOR #A1A7BB

HEX: #A1A7BB RGB: (161,167,187)

Color info

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

RGB color model

#A1A7BB color RGB value is (161,167,187).

RGB: (161,167,187) (63%, 65%, 73%)

RGB channels and saturation

R 161 of 255 = 63%
G 167 of 255 = 65%
B 187 of 255 = 73%

161
167
187

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

Portions of RGB colors in percentages

R + G + B = 161 + 167 + 187 = 515 (100%)
R 161 of 515 ~ 31.26%
G 167 of 515 ~ 32.43%
B 187 of 515 ~ 36.31'%

%31.26
%32.43
%36.31

CMYK color model

#A1A7BB color CMYK value is (14,11,0,27).

  • cyan value is 13.90%
  • magenta value is 10.70%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (14,11,0,27)
C14M11Y0K27 (14%, 11%, 0%, 27%)
(0.14 / 0.11 / 0.00 / 0.27)

CMYK percentages

%13.9
%10.7
%0
%26.67

Codes

Color #A1A7BB in popluar color models

A1 A7 BB
RGB 161 167 187
HSL 226° 16.05% 68.24%
HSB/HSV 226° 13.90% 73.33%
CMYK 13.90% 10.70% 0.00%
26.67%

Color #A1A7BB in popluar number systems.

HEX A1 A7 BB
Decimal 161 167 187
Binary 10100001 10100111 10111011
Octal 241 247 273

Shades and tints

Shades of #A1A7BB

#A1A7BB
(161,167,187)
#9398AA
(147,152,170)
#858999
(133,137,153)
#777A88
(119,122,136)
#696B77
(105,107,119)
#5B5C66
(91,92,102)
#4D4D55
(77,77,85)
#3F3E44
(63,62,68)
#312F33
(49,47,51)
#232022
(35,32,34)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #A1A7BB

#A1A7BB
(161,167,187)
#A9AFC1
(169,175,193)
#B1B7C7
(177,183,199)
#B9BFCD
(185,191,205)
#C1C7D3
(193,199,211)
#C9CFD9
(201,207,217)
#D1D7DF
(209,215,223)
#D9DFE5
(217,223,229)
#E1E7EB
(225,231,235)
#E9EFF1
(233,239,241)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A7BB; }

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

This text font color is #A1A7BB.

Background Color

.myBgColor { background-color: #A1A7BB; }

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

This div background color is #A1A7BB.

Border color

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

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

This div border color is #A1A7BB.

Opacity

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

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

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

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

This text has shadow with #A1A7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A7BB.

Preview

Color preview on black background

This text has color #A1A7BB on black background.


Color preview on white background

This text has color #A1A7BB on white background.


Black color preview on #A1A7BB background

This text has black color on #A1A7BB background.


White color preview on #A1A7BB background

This text has white color on #A1A7BB background.


Related colors

Complementary color

Complementary color for #hex is #5E5844.


I love getcolorcode.com

Triadic colors

1 #BBA1A7 and #A7BBA1 with #A1A7BB are triadic colors.

2 #BBA7A1 and #A7A1BB with #A1A7BB are triadic colors.