COLOR #A7A1BE

HEX: #A7A1BE RGB: (167,161,190)

Color info

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

RGB color model

#A7A1BE color RGB value is (167,161,190).

RGB: (167,161,190) (65%, 63%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 161 of 255 = 63%
B 190 of 255 = 75%

167
161
190

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

Portions of RGB colors in percentages

R + G + B = 167 + 161 + 190 = 518 (100%)
R 167 of 518 ~ 32.24%
G 161 of 518 ~ 31.08%
B 190 of 518 ~ 36.68'%

%32.24
%31.08
%36.68

CMYK color model

#A7A1BE color CMYK value is (12,15,0,25).

  • cyan value is 12.11%
  • magenta value is 15.26%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (12,15,0,25)
C12M15Y0K25 (12%, 15%, 0%, 25%)
(0.12 / 0.15 / 0.00 / 0.25)

CMYK percentages

%12.11
%15.26
%0
%25.49

Codes

Color #A7A1BE in popluar color models

A7 A1 BE
RGB 167 161 190
HSL 252° 18.24% 68.82%
HSB/HSV 252° 15.26% 74.51%
CMYK 12.11% 15.26% 0.00%
25.49%

Color #A7A1BE in popluar number systems.

HEX A7 A1 BE
Decimal 167 161 190
Binary 10100111 10100001 10111110
Octal 247 241 276

Shades and tints

Shades of #A7A1BE

#A7A1BE
(167,161,190)
#9893AD
(152,147,173)
#89859C
(137,133,156)
#7A778B
(122,119,139)
#6B697A
(107,105,122)
#5C5B69
(92,91,105)
#4D4D58
(77,77,88)
#3E3F47
(62,63,71)
#2F3136
(47,49,54)
#202325
(32,35,37)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #A7A1BE

#A7A1BE
(167,161,190)
#AFA9C3
(175,169,195)
#B7B1C8
(183,177,200)
#BFB9CD
(191,185,205)
#C7C1D2
(199,193,210)
#CFC9D7
(207,201,215)
#D7D1DC
(215,209,220)
#DFD9E1
(223,217,225)
#E7E1E6
(231,225,230)
#EFE9EB
(239,233,235)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A1BE; }

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

This text font color is #A7A1BE.

Background Color

.myBgColor { background-color: #A7A1BE; }

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

This div background color is #A7A1BE.

Border color

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

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

This div border color is #A7A1BE.

Opacity

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

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

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

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

This text has shadow with #A7A1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A1BE.

Preview

Color preview on black background

This text has color #A7A1BE on black background.


Color preview on white background

This text has color #A7A1BE on white background.


Black color preview on #A7A1BE background

This text has black color on #A7A1BE background.


White color preview on #A7A1BE background

This text has white color on #A7A1BE background.


Related colors

Complementary color

Complementary color for #hex is #585E41.


I love getcolorcode.com

Triadic colors

1 #BEA7A1 and #A1BEA7 with #A7A1BE are triadic colors.

2 #BEA1A7 and #A1A7BE with #A7A1BE are triadic colors.