COLOR #AEB2A5

HEX: #AEB2A5
RGB: (174,178,165)

Color info

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

RGB color model

#AEB2A5 color RGB value is (174,178,165).

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

RGB channels and saturation

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

174
178
165

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 165 = 517 (100%)
R 174 of 517 ~ 33.66%
G 178 of 517 ~ 34.43%
B 165 of 517 ~ 31.91%

%33.66
%34.43
%31.91

CMYK color model

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

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • 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
%7.3
%30.2

Codes

Color #AEB2A5 in popluar color models

AEB2A5
RGB174178165
HSL78°7.78%67.25%
HSB/HSV78°7.30%69.80%
CMYK2.25%0.00%7.30%
30.20%

Color #AEB2A5 in popluar number systems.

HEXAEB2A5
Decimal174178165
Binary101011101011001010100101
Octal256262245

Shades and tints

Shades of #AEB2A5

#AEB2A5
(174,178,165)
#9FA296
(159,162,150)
#909287
(144,146,135)
#818278
(129,130,120)
#727269
(114,114,105)
#63625A
(99,98,90)
#54524B
(84,82,75)
#45423C
(69,66,60)
#36322D
(54,50,45)
#27221E
(39,34,30)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #AEB2A5

#AEB2A5
(174,178,165)
#B5B9AD
(181,185,173)
#BCC0B5
(188,192,181)
#C3C7BD
(195,199,189)
#CACEC5
(202,206,197)
#D1D5CD
(209,213,205)
#D8DCD5
(216,220,213)
#DFE3DD
(223,227,221)
#E6EAE5
(230,234,229)
#EDF1ED
(237,241,237)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB2A5; }

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

This text font color is #AEB2A5.


Background Color

.myBgColor { background-color: #AEB2A5; }

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

This div background color is #AEB2A5.


Border color

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

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

This div border color is #AEB2A5.


Opacity

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

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

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

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

This text has shadow with #AEB2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB2A5 on black background.


Color preview on white background

This text has color #AEB2A5 on white background.



Black color preview on #AEB2A5 background

This text has black color on #AEB2A5 background.


White color preview on #AEB2A5 background

This text has white color on #AEB2A5 background.