COLOR #A6AEB7

HEX: #A6AEB7 RGB: (166,174,183)

Color info

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

RGB color model

#A6AEB7 color RGB value is (166,174,183).

RGB: (166,174,183) (65%, 68%, 72%)

RGB channels and saturation

R 166 of 255 = 65%
G 174 of 255 = 68%
B 183 of 255 = 72%

166
174
183

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

Portions of RGB colors in percentages

R + G + B = 166 + 174 + 183 = 523 (100%)
R 166 of 523 ~ 31.74%
G 174 of 523 ~ 33.27%
B 183 of 523 ~ 34.99'%

%31.74
%33.27
%34.99

CMYK color model

#A6AEB7 color CMYK value is (9,5,0,28).

  • cyan value is 9.29%
  • magenta value is 4.92%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (9,5,0,28)
C9M5Y0K28 (9%, 5%, 0%, 28%)
(0.09 / 0.05 / 0.00 / 0.28)

CMYK percentages

%9.29
%4.92
%0
%28.24

Codes

Color #A6AEB7 in popluar color models

A6 AE B7
RGB 166 174 183
HSL 212° 10.56% 68.43%
HSB/HSV 212° 9.29% 71.76%
CMYK 9.29% 4.92% 0.00%
28.24%

Color #A6AEB7 in popluar number systems.

HEX A6 AE B7
Decimal 166 174 183
Binary 10100110 10101110 10110111
Octal 246 256 267

Shades and tints

Shades of #A6AEB7

#A6AEB7
(166,174,183)
#979FA7
(151,159,167)
#889097
(136,144,151)
#798187
(121,129,135)
#6A7277
(106,114,119)
#5B6367
(91,99,103)
#4C5457
(76,84,87)
#3D4547
(61,69,71)
#2E3637
(46,54,55)
#1F2727
(31,39,39)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #A6AEB7

#A6AEB7
(166,174,183)
#AEB5BD
(174,181,189)
#B6BCC3
(182,188,195)
#BEC3C9
(190,195,201)
#C6CACF
(198,202,207)
#CED1D5
(206,209,213)
#D6D8DB
(214,216,219)
#DEDFE1
(222,223,225)
#E6E6E7
(230,230,231)
#EEEDED
(238,237,237)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6AEB7 color. Also use rgb(166,174,183) instead hex code.

Text Font Color

.myTextColor { color: #A6AEB7; }

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

This text font color is #A6AEB7.

Background Color

.myBgColor { background-color: #A6AEB7; }

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

This div background color is #A6AEB7.

Border color

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

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

This div border color is #A6AEB7.

Opacity

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

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

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

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

This text has shadow with #A6AEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AEB7.

Preview

Color preview on black background

This text has color #A6AEB7 on black background.


Color preview on white background

This text has color #A6AEB7 on white background.


Black color preview on #A6AEB7 background

This text has black color on #A6AEB7 background.


White color preview on #A6AEB7 background

This text has white color on #A6AEB7 background.


Related colors

Complementary color

Complementary color for #hex is #595148.


I love getcolorcode.com

Triadic colors

1 #B7A6AE and #AEB7A6 with #A6AEB7 are triadic colors.

2 #B7AEA6 and #AEA6B7 with #A6AEB7 are triadic colors.