COLOR #AEB0A8

HEX: #AEB0A8
RGB: (174,176,168)

Color info

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

RGB color model

#AEB0A8 color RGB value is (174,176,168).

  • red value is 174;
  • green value is 176;
  • blue value is 168.
RGB:
(174,176,168)
(68%,69%,66%)

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 168 of 255 = 66%

174
176
168

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

Portions of RGB colors in percentages

R + G + B =
174 + 176 + 168 = 518 (100%)
R 174 of 518 ~ 33.59%
G 176 of 518 ~ 33.98%
B 168 of 518 ~ 32.43%

%33.59
%33.98
%32.43

CMYK color model

#AEB0A8 color CMYK value is (1,0,5,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 30.98%
CMYK:
(1,0,5,31)
C1M0Y5K31 
(1%,0%,5%,31%)
(0.01/0.00/0.05/0.31)	

CMYK percentages

%1.14
%0
%4.55
%30.98

Codes

Color #AEB0A8 in popluar color models

AEB0A8
RGB174176168
HSL75°4.82%67.45%
HSB/HSV75°4.55%69.02%
CMYK1.14%0.00%4.55%
30.98%

Color #AEB0A8 in popluar number systems.

HEXAEB0A8
Decimal174176168
Binary101011101011000010101000
Octal256260250

Shades and tints

Shades of #AEB0A8

#AEB0A8
(174,176,168)
#9FA099
(159,160,153)
#90908A
(144,144,138)
#81807B
(129,128,123)
#72706C
(114,112,108)
#63605D
(99,96,93)
#54504E
(84,80,78)
#45403F
(69,64,63)
#363030
(54,48,48)
#272021
(39,32,33)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #AEB0A8

#AEB0A8
(174,176,168)
#B5B7AF
(181,183,175)
#BCBEB6
(188,190,182)
#C3C5BD
(195,197,189)
#CACCC4
(202,204,196)
#D1D3CB
(209,211,203)
#D8DAD2
(216,218,210)
#DFE1D9
(223,225,217)
#E6E8E0
(230,232,224)
#EDEFE7
(237,239,231)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB0A8 color. Also use rgb(174,176,168) instead hex code.

Text Font Color

.myTextColor { color: #AEB0A8; }

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

This text font color is #AEB0A8.


Background Color

.myBgColor { background-color: #AEB0A8; }

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

This div background color is #AEB0A8.


Border color

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

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

This div border color is #AEB0A8.


Opacity

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

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

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

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

This text has shadow with #AEB0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB0A8 on black background.


Color preview on white background

This text has color #AEB0A8 on white background.



Black color preview on #AEB0A8 background

This text has black color on #AEB0A8 background.


White color preview on #AEB0A8 background

This text has white color on #AEB0A8 background.