COLOR #AEB6A6

HEX: #AEB6A6
RGB: (174,182,166)

Color info

#AEB6A6 contains red, green and blue colors in about the same proportion. Web safe color of #AEB6A6 is #99CC99 (or #9C9).

RGB color model

#AEB6A6 color RGB value is (174,182,166).

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

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 166 of 255 = 65%

174
182
166

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

Portions of RGB colors in percentages

R + G + B =
174 + 182 + 166 = 522 (100%)
R 174 of 522 ~ 33.33%
G 182 of 522 ~ 34.87%
B 166 of 522 ~ 31.8%

%33.33
%34.87
%31.8

CMYK color model

#AEB6A6 color CMYK value is (4,0,9,29).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 28.63%
CMYK:
(4,0,9,29)
C4M0Y9K29 
(4%,0%,9%,29%)
(0.04/0.00/0.09/0.29)	

CMYK percentages

%4.4
%0
%8.79
%28.63

Codes

Color #AEB6A6 in popluar color models

AEB6A6
RGB174182166
HSL90°9.88%68.24%
HSB/HSV90°8.79%71.37%
CMYK4.40%0.00%8.79%
28.63%

Color #AEB6A6 in popluar number systems.

HEXAEB6A6
Decimal174182166
Binary101011101011011010100110
Octal256266246

Shades and tints

Shades of #AEB6A6

#AEB6A6
(174,182,166)
#9FA697
(159,166,151)
#909688
(144,150,136)
#818679
(129,134,121)
#72766A
(114,118,106)
#63665B
(99,102,91)
#54564C
(84,86,76)
#45463D
(69,70,61)
#36362E
(54,54,46)
#27261F
(39,38,31)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #AEB6A6

#AEB6A6
(174,182,166)
#B5BCAE
(181,188,174)
#BCC2B6
(188,194,182)
#C3C8BE
(195,200,190)
#CACEC6
(202,206,198)
#D1D4CE
(209,212,206)
#D8DAD6
(216,218,214)
#DFE0DE
(223,224,222)
#E6E6E6
(230,230,230)
#EDECEE
(237,236,238)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB6A6; }

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

This text font color is #AEB6A6.


Background Color

.myBgColor { background-color: #AEB6A6; }

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

This div background color is #AEB6A6.


Border color

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

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

This div border color is #AEB6A6.


Opacity

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

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

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

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

This text has shadow with #AEB6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB6A6 on black background.


Color preview on white background

This text has color #AEB6A6 on white background.



Black color preview on #AEB6A6 background

This text has black color on #AEB6A6 background.


White color preview on #AEB6A6 background

This text has white color on #AEB6A6 background.