COLOR #A6AEBF

HEX: #A6AEBF
RGB: (166,174,191)

Color info

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

RGB color model

#A6AEBF color RGB value is (166,174,191).

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

RGB channels and saturation

R 166 of 255 = 65%
G 174 of 255 = 68%
B 191 of 255 = 75%

166
174
191

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

Portions of RGB colors in percentages

R + G + B =
166 + 174 + 191 = 531 (100%)
R 166 of 531 ~ 31.26%
G 174 of 531 ~ 32.77%
B 191 of 531 ~ 35.97%

%31.26
%32.77
%35.97

CMYK color model

#A6AEBF color CMYK value is (13,9,0,25).

  • cyan value is 13.09%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(13,9,0,25)
C13M9Y0K25 
(13%,9%,0%,25%)
(0.13/0.09/0.00/0.25)	

CMYK percentages

%13.09
%8.9
%0
%25.1

Codes

Color #A6AEBF in popluar color models

A6AEBF
RGB166174191
HSL221°16.34%70.00%
HSB/HSV221°13.09%74.90%
CMYK13.09%8.90%0.00%
25.10%

Color #A6AEBF in popluar number systems.

HEXA6AEBF
Decimal166174191
Binary101001101010111010111111
Octal246256277

Shades and tints

Shades of #A6AEBF

#A6AEBF
(166,174,191)
#979FAE
(151,159,174)
#88909D
(136,144,157)
#79818C
(121,129,140)
#6A727B
(106,114,123)
#5B636A
(91,99,106)
#4C5459
(76,84,89)
#3D4548
(61,69,72)
#2E3637
(46,54,55)
#1F2726
(31,39,38)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #A6AEBF

#A6AEBF
(166,174,191)
#AEB5C4
(174,181,196)
#B6BCC9
(182,188,201)
#BEC3CE
(190,195,206)
#C6CAD3
(198,202,211)
#CED1D8
(206,209,216)
#D6D8DD
(214,216,221)
#DEDFE2
(222,223,226)
#E6E6E7
(230,230,231)
#EEEDEC
(238,237,236)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AEBF; }

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

This text font color is #A6AEBF.


Background Color

.myBgColor { background-color: #A6AEBF; }

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

This div background color is #A6AEBF.


Border color

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

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

This div border color is #A6AEBF.


Opacity

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

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

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

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

This text has shadow with #A6AEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AEBF on black background.


Color preview on white background

This text has color #A6AEBF on white background.



Black color preview on #A6AEBF background

This text has black color on #A6AEBF background.


White color preview on #A6AEBF background

This text has white color on #A6AEBF background.