COLOR #A6AFBC

HEX: #A6AFBC RGB: (166,175,188)

Color info

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

RGB color model

#A6AFBC color RGB value is (166,175,188).

RGB: (166,175,188) (65%, 69%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 188 of 255 = 74%

166
175
188

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

Portions of RGB colors in percentages

R + G + B = 166 + 175 + 188 = 529 (100%)
R 166 of 529 ~ 31.38%
G 175 of 529 ~ 33.08%
B 188 of 529 ~ 35.54'%

%31.38
%33.08
%35.54

CMYK color model

#A6AFBC color CMYK value is (12,7,0,26).

  • cyan value is 11.70%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (12,7,0,26)
C12M7Y0K26 (12%, 7%, 0%, 26%)
(0.12 / 0.07 / 0.00 / 0.26)

CMYK percentages

%11.7
%6.91
%0
%26.27

Codes

Color #A6AFBC in popluar color models

A6 AF BC
RGB 166 175 188
HSL 215° 14.10% 69.41%
HSB/HSV 215° 11.70% 73.73%
CMYK 11.70% 6.91% 0.00%
26.27%

Color #A6AFBC in popluar number systems.

HEX A6 AF BC
Decimal 166 175 188
Binary 10100110 10101111 10111100
Octal 246 257 274

Shades and tints

Shades of #A6AFBC

#A6AFBC
(166,175,188)
#97A0AB
(151,160,171)
#88919A
(136,145,154)
#798289
(121,130,137)
#6A7378
(106,115,120)
#5B6467
(91,100,103)
#4C5556
(76,85,86)
#3D4645
(61,70,69)
#2E3734
(46,55,52)
#1F2823
(31,40,35)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #A6AFBC

#A6AFBC
(166,175,188)
#AEB6C2
(174,182,194)
#B6BDC8
(182,189,200)
#BEC4CE
(190,196,206)
#C6CBD4
(198,203,212)
#CED2DA
(206,210,218)
#D6D9E0
(214,217,224)
#DEE0E6
(222,224,230)
#E6E7EC
(230,231,236)
#EEEEF2
(238,238,242)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AFBC; }

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

This text font color is #A6AFBC.

Background Color

.myBgColor { background-color: #A6AFBC; }

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

This div background color is #A6AFBC.

Border color

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

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

This div border color is #A6AFBC.

Opacity

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

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

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

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

This text has shadow with #A6AFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AFBC.

Preview

Color preview on black background

This text has color #A6AFBC on black background.


Color preview on white background

This text has color #A6AFBC on white background.


Black color preview on #A6AFBC background

This text has black color on #A6AFBC background.


White color preview on #A6AFBC background

This text has white color on #A6AFBC background.


Related colors

Complementary color

Complementary color for #hex is #595043.


I love getcolorcode.com

Triadic colors

1 #BCA6AF and #AFBCA6 with #A6AFBC are triadic colors.

2 #BCAFA6 and #AFA6BC with #A6AFBC are triadic colors.