COLOR #A6AFB5

HEX: #A6AFB5
RGB: (166,175,181)

Color info

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

RGB color model

#A6AFB5 color RGB value is (166,175,181).

  • red value is 166;
  • green value is 175;
  • blue value is 181.
RGB:
(166,175,181)
(65%,69%,71%)

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 181 of 255 = 71%

166
175
181

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

Portions of RGB colors in percentages

R + G + B =
166 + 175 + 181 = 522 (100%)
R 166 of 522 ~ 31.8%
G 175 of 522 ~ 33.52%
B 181 of 522 ~ 34.67%

%31.8
%33.52
%34.67

CMYK color model

#A6AFB5 color CMYK value is (8,3,0,29).

  • cyan value is 8.29%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(8,3,0,29)
C8M3Y0K29 
(8%,3%,0%,29%)
(0.08/0.03/0.00/0.29)	

CMYK percentages

%8.29
%3.31
%0
%29.02

Codes

Color #A6AFB5 in popluar color models

A6AFB5
RGB166175181
HSL204°9.20%68.04%
HSB/HSV204°8.29%70.98%
CMYK8.29%3.31%0.00%
29.02%

Color #A6AFB5 in popluar number systems.

HEXA6AFB5
Decimal166175181
Binary101001101010111110110101
Octal246257265

Shades and tints

Shades of #A6AFB5

#A6AFB5
(166,175,181)
#97A0A5
(151,160,165)
#889195
(136,145,149)
#798285
(121,130,133)
#6A7375
(106,115,117)
#5B6465
(91,100,101)
#4C5555
(76,85,85)
#3D4645
(61,70,69)
#2E3735
(46,55,53)
#1F2825
(31,40,37)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #A6AFB5

#A6AFB5
(166,175,181)
#AEB6BB
(174,182,187)
#B6BDC1
(182,189,193)
#BEC4C7
(190,196,199)
#C6CBCD
(198,203,205)
#CED2D3
(206,210,211)
#D6D9D9
(214,217,217)
#DEE0DF
(222,224,223)
#E6E7E5
(230,231,229)
#EEEEEB
(238,238,235)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6AFB5 color. Also use rgb(166,175,181) instead hex code.

Text Font Color

.myTextColor { color: #A6AFB5; }

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

This text font color is #A6AFB5.


Background Color

.myBgColor { background-color: #A6AFB5; }

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

This div background color is #A6AFB5.


Border color

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

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

This div border color is #A6AFB5.


Opacity

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

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

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

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

This text has shadow with #A6AFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AFB5 on black background.


Color preview on white background

This text has color #A6AFB5 on white background.



Black color preview on #A6AFB5 background

This text has black color on #A6AFB5 background.


White color preview on #A6AFB5 background

This text has white color on #A6AFB5 background.