COLOR #A6AEBD

HEX: #A6AEBD
RGB: (166,174,189)

Color info

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

RGB color model

#A6AEBD color RGB value is (166,174,189).

  • red value is 166;
  • green value is 174;
  • blue value is 189.
RGB:
(166,174,189)
(65%,68%,74%)

RGB channels and saturation

R 166 of 255 = 65%
G 174 of 255 = 68%
B 189 of 255 = 74%

166
174
189

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

Portions of RGB colors in percentages

R + G + B =
166 + 174 + 189 = 529 (100%)
R 166 of 529 ~ 31.38%
G 174 of 529 ~ 32.89%
B 189 of 529 ~ 35.73%

%31.38
%32.89
%35.73

CMYK color model

#A6AEBD color CMYK value is (12,8,0,26).

  • cyan value is 12.17%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(12,8,0,26)
C12M8Y0K26 
(12%,8%,0%,26%)
(0.12/0.08/0.00/0.26)	

CMYK percentages

%12.17
%7.94
%0
%25.88

Codes

Color #A6AEBD in popluar color models

A6AEBD
RGB166174189
HSL219°14.84%69.61%
HSB/HSV219°12.17%74.12%
CMYK12.17%7.94%0.00%
25.88%

Color #A6AEBD in popluar number systems.

HEXA6AEBD
Decimal166174189
Binary101001101010111010111101
Octal246256275

Shades and tints

Shades of #A6AEBD

#A6AEBD
(166,174,189)
#979FAC
(151,159,172)
#88909B
(136,144,155)
#79818A
(121,129,138)
#6A7279
(106,114,121)
#5B6368
(91,99,104)
#4C5457
(76,84,87)
#3D4546
(61,69,70)
#2E3635
(46,54,53)
#1F2724
(31,39,36)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #A6AEBD

#A6AEBD
(166,174,189)
#AEB5C3
(174,181,195)
#B6BCC9
(182,188,201)
#BEC3CF
(190,195,207)
#C6CAD5
(198,202,213)
#CED1DB
(206,209,219)
#D6D8E1
(214,216,225)
#DEDFE7
(222,223,231)
#E6E6ED
(230,230,237)
#EEEDF3
(238,237,243)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AEBD; }

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

This text font color is #A6AEBD.


Background Color

.myBgColor { background-color: #A6AEBD; }

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

This div background color is #A6AEBD.


Border color

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

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

This div border color is #A6AEBD.


Opacity

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

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

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

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

This text has shadow with #A6AEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AEBD on black background.


Color preview on white background

This text has color #A6AEBD on white background.



Black color preview on #A6AEBD background

This text has black color on #A6AEBD background.


White color preview on #A6AEBD background

This text has white color on #A6AEBD background.