COLOR #A7A2BF

HEX: #A7A2BF RGB: (167,162,191)

Color info

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

RGB color model

#A7A2BF color RGB value is (167,162,191).

RGB: (167,162,191) (65%, 64%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 162 of 255 = 64%
B 191 of 255 = 75%

167
162
191

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

Portions of RGB colors in percentages

R + G + B = 167 + 162 + 191 = 520 (100%)
R 167 of 520 ~ 32.12%
G 162 of 520 ~ 31.15%
B 191 of 520 ~ 36.73'%

%32.12
%31.15
%36.73

CMYK color model

#A7A2BF color CMYK value is (13,15,0,25).

  • cyan value is 12.57%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (13,15,0,25)
C13M15Y0K25 (13%, 15%, 0%, 25%)
(0.13 / 0.15 / 0.00 / 0.25)

CMYK percentages

%12.57
%15.18
%0
%25.1

Codes

Color #A7A2BF in popluar color models

A7 A2 BF
RGB 167 162 191
HSL 250° 18.47% 69.22%
HSB/HSV 250° 15.18% 74.90%
CMYK 12.57% 15.18% 0.00%
25.10%

Color #A7A2BF in popluar number systems.

HEX A7 A2 BF
Decimal 167 162 191
Binary 10100111 10100010 10111111
Octal 247 242 277

Shades and tints

Shades of #A7A2BF

#A7A2BF
(167,162,191)
#9894AE
(152,148,174)
#89869D
(137,134,157)
#7A788C
(122,120,140)
#6B6A7B
(107,106,123)
#5C5C6A
(92,92,106)
#4D4E59
(77,78,89)
#3E4048
(62,64,72)
#2F3237
(47,50,55)
#202426
(32,36,38)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #A7A2BF

#A7A2BF
(167,162,191)
#AFAAC4
(175,170,196)
#B7B2C9
(183,178,201)
#BFBACE
(191,186,206)
#C7C2D3
(199,194,211)
#CFCAD8
(207,202,216)
#D7D2DD
(215,210,221)
#DFDAE2
(223,218,226)
#E7E2E7
(231,226,231)
#EFEAEC
(239,234,236)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A2BF color. Also use rgb(167,162,191) instead hex code.

Text Font Color

.myTextColor { color: #A7A2BF; }

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

This text font color is #A7A2BF.

Background Color

.myBgColor { background-color: #A7A2BF; }

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

This div background color is #A7A2BF.

Border color

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

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

This div border color is #A7A2BF.

Opacity

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

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

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

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

This text has shadow with #A7A2BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A2BF.

Preview

Color preview on black background

This text has color #A7A2BF on black background.


Color preview on white background

This text has color #A7A2BF on white background.


Black color preview on #A7A2BF background

This text has black color on #A7A2BF background.


White color preview on #A7A2BF background

This text has white color on #A7A2BF background.


Related colors

Complementary color

Complementary color for #hex is #585D40.


I love getcolorcode.com

Triadic colors

1 #BFA7A2 and #A2BFA7 with #A7A2BF are triadic colors.

2 #BFA2A7 and #A2A7BF with #A7A2BF are triadic colors.