COLOR #AEADB0

HEX: #AEADB0
RGB: (174,173,176)

Color info

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

RGB color model

#AEADB0 color RGB value is (174,173,176).

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

RGB channels and saturation

R 174 of 255 = 68%
G 173 of 255 = 68%
B 176 of 255 = 69%

174
173
176

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

Portions of RGB colors in percentages

R + G + B =
174 + 173 + 176 = 523 (100%)
R 174 of 523 ~ 33.27%
G 173 of 523 ~ 33.08%
B 176 of 523 ~ 33.65%

%33.27
%33.08
%33.65

CMYK color model

#AEADB0 color CMYK value is (1,2,0,31).

  • cyan value is 1.14%
  • magenta value is 1.70%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(1,2,0,31)
C1M2Y0K31 
(1%,2%,0%,31%)
(0.01/0.02/0.00/0.31)	

CMYK percentages

%1.14
%1.7
%0
%30.98

Codes

Color #AEADB0 in popluar color models

AEADB0
RGB174173176
HSL260°1.86%68.43%
HSB/HSV260°1.70%69.02%
CMYK1.14%1.70%0.00%
30.98%

Color #AEADB0 in popluar number systems.

HEXAEADB0
Decimal174173176
Binary101011101010110110110000
Octal256255260

Shades and tints

Shades of #AEADB0

#AEADB0
(174,173,176)
#9F9EA0
(159,158,160)
#908F90
(144,143,144)
#818080
(129,128,128)
#727170
(114,113,112)
#636260
(99,98,96)
#545350
(84,83,80)
#454440
(69,68,64)
#363530
(54,53,48)
#272620
(39,38,32)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #AEADB0

#AEADB0
(174,173,176)
#B5B4B7
(181,180,183)
#BCBBBE
(188,187,190)
#C3C2C5
(195,194,197)
#CAC9CC
(202,201,204)
#D1D0D3
(209,208,211)
#D8D7DA
(216,215,218)
#DFDEE1
(223,222,225)
#E6E5E8
(230,229,232)
#EDECEF
(237,236,239)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEADB0; }

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

This text font color is #AEADB0.


Background Color

.myBgColor { background-color: #AEADB0; }

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

This div background color is #AEADB0.


Border color

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

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

This div border color is #AEADB0.


Opacity

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

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

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

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

This text has shadow with #AEADB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEADB0 on black background.


Color preview on white background

This text has color #AEADB0 on white background.



Black color preview on #AEADB0 background

This text has black color on #AEADB0 background.


White color preview on #AEADB0 background

This text has white color on #AEADB0 background.