COLOR #AEB2A3

HEX: #AEB2A3
RGB: (174,178,163)

Color info

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

RGB color model

#AEB2A3 color RGB value is (174,178,163).

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

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 163 of 255 = 64%

174
178
163

R + G + B ~ 67%. #AEB2A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 163 = 515 (100%)
R 174 of 515 ~ 33.79%
G 178 of 515 ~ 34.56%
B 163 of 515 ~ 31.65%

%33.79
%34.56
%31.65

CMYK color model

#AEB2A3 color CMYK value is (2,0,8,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 30.20%
CMYK:
(2,0,8,30)
C2M0Y8K30 
(2%,0%,8%,30%)
(0.02/0.00/0.08/0.30)	

CMYK percentages

%2.25
%0
%8.43
%30.2

Codes

Color #AEB2A3 in popluar color models

AEB2A3
RGB174178163
HSL76°8.88%66.86%
HSB/HSV76°8.43%69.80%
CMYK2.25%0.00%8.43%
30.20%

Color #AEB2A3 in popluar number systems.

HEXAEB2A3
Decimal174178163
Binary101011101011001010100011
Octal256262243

Shades and tints

Shades of #AEB2A3

#AEB2A3
(174,178,163)
#9FA295
(159,162,149)
#909287
(144,146,135)
#818279
(129,130,121)
#72726B
(114,114,107)
#63625D
(99,98,93)
#54524F
(84,82,79)
#454241
(69,66,65)
#363233
(54,50,51)
#272225
(39,34,37)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #AEB2A3

#AEB2A3
(174,178,163)
#B5B9AB
(181,185,171)
#BCC0B3
(188,192,179)
#C3C7BB
(195,199,187)
#CACEC3
(202,206,195)
#D1D5CB
(209,213,203)
#D8DCD3
(216,220,211)
#DFE3DB
(223,227,219)
#E6EAE3
(230,234,227)
#EDF1EB
(237,241,235)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB2A3; }

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

This text font color is #AEB2A3.


Background Color

.myBgColor { background-color: #AEB2A3; }

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

This div background color is #AEB2A3.


Border color

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

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

This div border color is #AEB2A3.


Opacity

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

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

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

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

This text has shadow with #AEB2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB2A3 on black background.


Color preview on white background

This text has color #AEB2A3 on white background.



Black color preview on #AEB2A3 background

This text has black color on #AEB2A3 background.


White color preview on #AEB2A3 background

This text has white color on #AEB2A3 background.