COLOR #AEB2A8

HEX: #AEB2A8
RGB: (174,178,168)

Color info

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

RGB color model

#AEB2A8 color RGB value is (174,178,168).

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

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 168 of 255 = 66%

174
178
168

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 168 = 520 (100%)
R 174 of 520 ~ 33.46%
G 178 of 520 ~ 34.23%
B 168 of 520 ~ 32.31%

%33.46
%34.23
%32.31

CMYK color model

#AEB2A8 color CMYK value is (2,0,6,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 5.62%
  • key color value is 30.20%
CMYK:
(2,0,6,30)
C2M0Y6K30 
(2%,0%,6%,30%)
(0.02/0.00/0.06/0.30)	

CMYK percentages

%2.25
%0
%5.62
%30.2

Codes

Color #AEB2A8 in popluar color models

AEB2A8
RGB174178168
HSL84°6.10%67.84%
HSB/HSV84°5.62%69.80%
CMYK2.25%0.00%5.62%
30.20%

Color #AEB2A8 in popluar number systems.

HEXAEB2A8
Decimal174178168
Binary101011101011001010101000
Octal256262250

Shades and tints

Shades of #AEB2A8

#AEB2A8
(174,178,168)
#9FA299
(159,162,153)
#90928A
(144,146,138)
#81827B
(129,130,123)
#72726C
(114,114,108)
#63625D
(99,98,93)
#54524E
(84,82,78)
#45423F
(69,66,63)
#363230
(54,50,48)
#272221
(39,34,33)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AEB2A8

#AEB2A8
(174,178,168)
#B5B9AF
(181,185,175)
#BCC0B6
(188,192,182)
#C3C7BD
(195,199,189)
#CACEC4
(202,206,196)
#D1D5CB
(209,213,203)
#D8DCD2
(216,220,210)
#DFE3D9
(223,227,217)
#E6EAE0
(230,234,224)
#EDF1E7
(237,241,231)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB2A8; }

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

This text font color is #AEB2A8.


Background Color

.myBgColor { background-color: #AEB2A8; }

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

This div background color is #AEB2A8.


Border color

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

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

This div border color is #AEB2A8.


Opacity

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

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

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

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

This text has shadow with #AEB2A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB2A8 on black background.


Color preview on white background

This text has color #AEB2A8 on white background.



Black color preview on #AEB2A8 background

This text has black color on #AEB2A8 background.


White color preview on #AEB2A8 background

This text has white color on #AEB2A8 background.