COLOR #AEB2A6

HEX: #AEB2A6
RGB: (174,178,166)

Color info

#AEB2A6 contains red, green and blue colors in about the same proportion. Web safe color of #AEB2A6 is #999999 (or #999).

RGB color model

#AEB2A6 color RGB value is (174,178,166).

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

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 166 of 255 = 65%

174
178
166

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 166 = 518 (100%)
R 174 of 518 ~ 33.59%
G 178 of 518 ~ 34.36%
B 166 of 518 ~ 32.05%

%33.59
%34.36
%32.05

CMYK color model

#AEB2A6 color CMYK value is (2,0,7,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 6.74%
  • key color value is 30.20%
CMYK:
(2,0,7,30)
C2M0Y7K30 
(2%,0%,7%,30%)
(0.02/0.00/0.07/0.30)	

CMYK percentages

%2.25
%0
%6.74
%30.2

Codes

Color #AEB2A6 in popluar color models

AEB2A6
RGB174178166
HSL80°7.23%67.45%
HSB/HSV80°6.74%69.80%
CMYK2.25%0.00%6.74%
30.20%

Color #AEB2A6 in popluar number systems.

HEXAEB2A6
Decimal174178166
Binary101011101011001010100110
Octal256262246

Shades and tints

Shades of #AEB2A6

#AEB2A6
(174,178,166)
#9FA297
(159,162,151)
#909288
(144,146,136)
#818279
(129,130,121)
#72726A
(114,114,106)
#63625B
(99,98,91)
#54524C
(84,82,76)
#45423D
(69,66,61)
#36322E
(54,50,46)
#27221F
(39,34,31)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #AEB2A6

#AEB2A6
(174,178,166)
#B5B9AE
(181,185,174)
#BCC0B6
(188,192,182)
#C3C7BE
(195,199,190)
#CACEC6
(202,206,198)
#D1D5CE
(209,213,206)
#D8DCD6
(216,220,214)
#DFE3DE
(223,227,222)
#E6EAE6
(230,234,230)
#EDF1EE
(237,241,238)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB2A6; }

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

This text font color is #AEB2A6.


Background Color

.myBgColor { background-color: #AEB2A6; }

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

This div background color is #AEB2A6.


Border color

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

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

This div border color is #AEB2A6.


Opacity

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

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

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

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

This text has shadow with #AEB2A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB2A6 on black background.


Color preview on white background

This text has color #AEB2A6 on white background.



Black color preview on #AEB2A6 background

This text has black color on #AEB2A6 background.


White color preview on #AEB2A6 background

This text has white color on #AEB2A6 background.