COLOR #A7AFBF

HEX: #A7AFBF RGB: (167,175,191)

Color info

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

RGB color model

#A7AFBF color RGB value is (167,175,191).

RGB: (167,175,191) (65%, 69%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 175 of 255 = 69%
B 191 of 255 = 75%

167
175
191

R + G + B ~ 70%. #A7AFBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 175 + 191 = 533 (100%)
R 167 of 533 ~ 31.33%
G 175 of 533 ~ 32.83%
B 191 of 533 ~ 35.83'%

%31.33
%32.83
%35.83

CMYK color model

#A7AFBF color CMYK value is (13,8,0,25).

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

CMYK: (13,8,0,25)
C13M8Y0K25 (13%, 8%, 0%, 25%)
(0.13 / 0.08 / 0.00 / 0.25)

CMYK percentages

%12.57
%8.38
%0
%25.1

Codes

Color #A7AFBF in popluar color models

A7 AF BF
RGB 167 175 191
HSL 220° 15.79% 70.20%
HSB/HSV 220° 12.57% 74.90%
CMYK 12.57% 8.38% 0.00%
25.10%

Color #A7AFBF in popluar number systems.

HEX A7 AF BF
Decimal 167 175 191
Binary 10100111 10101111 10111111
Octal 247 257 277

Shades and tints

Shades of #A7AFBF

#A7AFBF
(167,175,191)
#98A0AE
(152,160,174)
#89919D
(137,145,157)
#7A828C
(122,130,140)
#6B737B
(107,115,123)
#5C646A
(92,100,106)
#4D5559
(77,85,89)
#3E4648
(62,70,72)
#2F3737
(47,55,55)
#202826
(32,40,38)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #A7AFBF

#A7AFBF
(167,175,191)
#AFB6C4
(175,182,196)
#B7BDC9
(183,189,201)
#BFC4CE
(191,196,206)
#C7CBD3
(199,203,211)
#CFD2D8
(207,210,216)
#D7D9DD
(215,217,221)
#DFE0E2
(223,224,226)
#E7E7E7
(231,231,231)
#EFEEEC
(239,238,236)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AFBF; }

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

This text font color is #A7AFBF.

Background Color

.myBgColor { background-color: #A7AFBF; }

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

This div background color is #A7AFBF.

Border color

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

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

This div border color is #A7AFBF.

Opacity

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

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

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

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

This text has shadow with #A7AFBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AFBF.

Preview

Color preview on black background

This text has color #A7AFBF on black background.


Color preview on white background

This text has color #A7AFBF on white background.


Black color preview on #A7AFBF background

This text has black color on #A7AFBF background.


White color preview on #A7AFBF background

This text has white color on #A7AFBF background.


Related colors

Complementary color

Complementary color for #hex is #585040.


I love getcolorcode.com

Triadic colors

1 #BFA7AF and #AFBFA7 with #A7AFBF are triadic colors.

2 #BFAFA7 and #AFA7BF with #A7AFBF are triadic colors.