COLOR #A7AFBB

HEX: #A7AFBB
RGB: (167,175,187)

Color info

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

RGB color model

#A7AFBB color RGB value is (167,175,187).

  • red value is 167;
  • green value is 175;
  • blue value is 187.
RGB:
(167,175,187)
(65%,69%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 175 of 255 = 69%
B 187 of 255 = 73%

167
175
187

R + G + B ~ 69%. #A7AFBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 175 + 187 = 529 (100%)
R 167 of 529 ~ 31.57%
G 175 of 529 ~ 33.08%
B 187 of 529 ~ 35.35%

%31.57
%33.08
%35.35

CMYK color model

#A7AFBB color CMYK value is (11,6,0,27).

  • cyan value is 10.70%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(11,6,0,27)
C11M6Y0K27 
(11%,6%,0%,27%)
(0.11/0.06/0.00/0.27)	

CMYK percentages

%10.7
%6.42
%0
%26.67

Codes

Color #A7AFBB in popluar color models

A7AFBB
RGB167175187
HSL216°12.82%69.41%
HSB/HSV216°10.70%73.33%
CMYK10.70%6.42%0.00%
26.67%

Color #A7AFBB in popluar number systems.

HEXA7AFBB
Decimal167175187
Binary101001111010111110111011
Octal247257273

Shades and tints

Shades of #A7AFBB

#A7AFBB
(167,175,187)
#98A0AA
(152,160,170)
#899199
(137,145,153)
#7A8288
(122,130,136)
#6B7377
(107,115,119)
#5C6466
(92,100,102)
#4D5555
(77,85,85)
#3E4644
(62,70,68)
#2F3733
(47,55,51)
#202822
(32,40,34)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #A7AFBB

#A7AFBB
(167,175,187)
#AFB6C1
(175,182,193)
#B7BDC7
(183,189,199)
#BFC4CD
(191,196,205)
#C7CBD3
(199,203,211)
#CFD2D9
(207,210,217)
#D7D9DF
(215,217,223)
#DFE0E5
(223,224,229)
#E7E7EB
(231,231,235)
#EFEEF1
(239,238,241)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AFBB; }

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

This text font color is #A7AFBB.


Background Color

.myBgColor { background-color: #A7AFBB; }

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

This div background color is #A7AFBB.


Border color

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

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

This div border color is #A7AFBB.


Opacity

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

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

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

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

This text has shadow with #A7AFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AFBB on black background.


Color preview on white background

This text has color #A7AFBB on white background.



Black color preview on #A7AFBB background

This text has black color on #A7AFBB background.


White color preview on #A7AFBB background

This text has white color on #A7AFBB background.