COLOR #A6AEBA

HEX: #A6AEBA
RGB: (166,174,186)

Color info

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

RGB color model

#A6AEBA color RGB value is (166,174,186).

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

RGB channels and saturation

R 166 of 255 = 65%
G 174 of 255 = 68%
B 186 of 255 = 73%

166
174
186

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

Portions of RGB colors in percentages

R + G + B =
166 + 174 + 186 = 526 (100%)
R 166 of 526 ~ 31.56%
G 174 of 526 ~ 33.08%
B 186 of 526 ~ 35.36%

%31.56
%33.08
%35.36

CMYK color model

#A6AEBA color CMYK value is (11,6,0,27).

  • cyan value is 10.75%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(11,6,0,27)
C11M6Y0K27 
(11%,6%,0%,27%)
(0.11/0.06/0.00/0.27)	

CMYK percentages

%10.75
%6.45
%0
%27.06

Codes

Color #A6AEBA in popluar color models

A6AEBA
RGB166174186
HSL216°12.66%69.02%
HSB/HSV216°10.75%72.94%
CMYK10.75%6.45%0.00%
27.06%

Color #A6AEBA in popluar number systems.

HEXA6AEBA
Decimal166174186
Binary101001101010111010111010
Octal246256272

Shades and tints

Shades of #A6AEBA

#A6AEBA
(166,174,186)
#979FAA
(151,159,170)
#88909A
(136,144,154)
#79818A
(121,129,138)
#6A727A
(106,114,122)
#5B636A
(91,99,106)
#4C545A
(76,84,90)
#3D454A
(61,69,74)
#2E363A
(46,54,58)
#1F272A
(31,39,42)
#10181A
(16,24,26)
#000000
(0,0,0)

Tints of #A6AEBA

#A6AEBA
(166,174,186)
#AEB5C0
(174,181,192)
#B6BCC6
(182,188,198)
#BEC3CC
(190,195,204)
#C6CAD2
(198,202,210)
#CED1D8
(206,209,216)
#D6D8DE
(214,216,222)
#DEDFE4
(222,223,228)
#E6E6EA
(230,230,234)
#EEEDF0
(238,237,240)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AEBA; }

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

This text font color is #A6AEBA.


Background Color

.myBgColor { background-color: #A6AEBA; }

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

This div background color is #A6AEBA.


Border color

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

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

This div border color is #A6AEBA.


Opacity

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

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

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

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

This text has shadow with #A6AEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AEBA on black background.


Color preview on white background

This text has color #A6AEBA on white background.



Black color preview on #A6AEBA background

This text has black color on #A6AEBA background.


White color preview on #A6AEBA background

This text has white color on #A6AEBA background.