COLOR #AEB3AD

HEX: #AEB3AD
RGB: (174,179,173)

Color info

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

RGB color model

#AEB3AD color RGB value is (174,179,173).

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

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 173 of 255 = 68%

174
179
173

R + G + B ~ 69%. #AEB3AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 179 + 173 = 526 (100%)
R 174 of 526 ~ 33.08%
G 179 of 526 ~ 34.03%
B 173 of 526 ~ 32.89%

%33.08
%34.03
%32.89

CMYK color model

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

  • cyan value is 2.79%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 29.80%
CMYK:
(3,0,3,30)
C3M0Y3K30 
(3%,0%,3%,30%)
(0.03/0.00/0.03/0.30)	

CMYK percentages

%2.79
%0
%3.35
%29.8

Codes

Color #AEB3AD in popluar color models

AEB3AD
RGB174179173
HSL110°3.80%69.02%
HSB/HSV110°3.35%70.20%
CMYK2.79%0.00%3.35%
29.80%

Color #AEB3AD in popluar number systems.

HEXAEB3AD
Decimal174179173
Binary101011101011001110101101
Octal256263255

Shades and tints

Shades of #AEB3AD

#AEB3AD
(174,179,173)
#9FA39E
(159,163,158)
#90938F
(144,147,143)
#818380
(129,131,128)
#727371
(114,115,113)
#636362
(99,99,98)
#545353
(84,83,83)
#454344
(69,67,68)
#363335
(54,51,53)
#272326
(39,35,38)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #AEB3AD

#AEB3AD
(174,179,173)
#B5B9B4
(181,185,180)
#BCBFBB
(188,191,187)
#C3C5C2
(195,197,194)
#CACBC9
(202,203,201)
#D1D1D0
(209,209,208)
#D8D7D7
(216,215,215)
#DFDDDE
(223,221,222)
#E6E3E5
(230,227,229)
#EDE9EC
(237,233,236)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB3AD; }

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

This text font color is #AEB3AD.


Background Color

.myBgColor { background-color: #AEB3AD; }

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

This div background color is #AEB3AD.


Border color

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

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

This div border color is #AEB3AD.


Opacity

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

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

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

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

This text has shadow with #AEB3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB3AD on black background.


Color preview on white background

This text has color #AEB3AD on white background.



Black color preview on #AEB3AD background

This text has black color on #AEB3AD background.


White color preview on #AEB3AD background

This text has white color on #AEB3AD background.