COLOR #AEB3A9

HEX: #AEB3A9
RGB: (174,179,169)

Color info

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

RGB color model

#AEB3A9 color RGB value is (174,179,169).

  • red value is 174;
  • green value is 179;
  • blue value is 169.
RGB:
(174,179,169)
(68%,70%,66%)

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 169 of 255 = 66%

174
179
169

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

Portions of RGB colors in percentages

R + G + B =
174 + 179 + 169 = 522 (100%)
R 174 of 522 ~ 33.33%
G 179 of 522 ~ 34.29%
B 169 of 522 ~ 32.38%

%33.33
%34.29
%32.38

CMYK color model

#AEB3A9 color CMYK value is (3,0,6,30).

  • cyan value is 2.79%
  • magenta value is 0.00%
  • yellow value is 5.59%
  • key color value is 29.80%
CMYK:
(3,0,6,30)
C3M0Y6K30 
(3%,0%,6%,30%)
(0.03/0.00/0.06/0.30)	

CMYK percentages

%2.79
%0
%5.59
%29.8

Codes

Color #AEB3A9 in popluar color models

AEB3A9
RGB174179169
HSL90°6.17%68.24%
HSB/HSV90°5.59%70.20%
CMYK2.79%0.00%5.59%
29.80%

Color #AEB3A9 in popluar number systems.

HEXAEB3A9
Decimal174179169
Binary101011101011001110101001
Octal256263251

Shades and tints

Shades of #AEB3A9

#AEB3A9
(174,179,169)
#9FA39A
(159,163,154)
#90938B
(144,147,139)
#81837C
(129,131,124)
#72736D
(114,115,109)
#63635E
(99,99,94)
#54534F
(84,83,79)
#454340
(69,67,64)
#363331
(54,51,49)
#272322
(39,35,34)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #AEB3A9

#AEB3A9
(174,179,169)
#B5B9B0
(181,185,176)
#BCBFB7
(188,191,183)
#C3C5BE
(195,197,190)
#CACBC5
(202,203,197)
#D1D1CC
(209,209,204)
#D8D7D3
(216,215,211)
#DFDDDA
(223,221,218)
#E6E3E1
(230,227,225)
#EDE9E8
(237,233,232)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB3A9 color. Also use rgb(174,179,169) instead hex code.

Text Font Color

.myTextColor { color: #AEB3A9; }

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

This text font color is #AEB3A9.


Background Color

.myBgColor { background-color: #AEB3A9; }

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

This div background color is #AEB3A9.


Border color

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

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

This div border color is #AEB3A9.


Opacity

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

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

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

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

This text has shadow with #AEB3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB3A9 on black background.


Color preview on white background

This text has color #AEB3A9 on white background.



Black color preview on #AEB3A9 background

This text has black color on #AEB3A9 background.


White color preview on #AEB3A9 background

This text has white color on #AEB3A9 background.