COLOR #AEADB5

HEX: #AEADB5
RGB: (174,173,181)

Color info

#AEADB5 contains red, green and blue colors in about the same proportion. Web safe color of #AEADB5 is #9999CC (or #99C).

RGB color model

#AEADB5 color RGB value is (174,173,181).

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

RGB channels and saturation

R 174 of 255 = 68%
G 173 of 255 = 68%
B 181 of 255 = 71%

174
173
181

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

Portions of RGB colors in percentages

R + G + B =
174 + 173 + 181 = 528 (100%)
R 174 of 528 ~ 32.95%
G 173 of 528 ~ 32.77%
B 181 of 528 ~ 34.28%

%32.95
%32.77
%34.28

CMYK color model

#AEADB5 color CMYK value is (4,4,0,29).

  • cyan value is 3.87%
  • magenta value is 4.42%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(4,4,0,29)
C4M4Y0K29 
(4%,4%,0%,29%)
(0.04/0.04/0.00/0.29)	

CMYK percentages

%3.87
%4.42
%0
%29.02

Codes

Color #AEADB5 in popluar color models

AEADB5
RGB174173181
HSL248°5.13%69.41%
HSB/HSV248°4.42%70.98%
CMYK3.87%4.42%0.00%
29.02%

Color #AEADB5 in popluar number systems.

HEXAEADB5
Decimal174173181
Binary101011101010110110110101
Octal256255265

Shades and tints

Shades of #AEADB5

#AEADB5
(174,173,181)
#9F9EA5
(159,158,165)
#908F95
(144,143,149)
#818085
(129,128,133)
#727175
(114,113,117)
#636265
(99,98,101)
#545355
(84,83,85)
#454445
(69,68,69)
#363535
(54,53,53)
#272625
(39,38,37)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #AEADB5

#AEADB5
(174,173,181)
#B5B4BB
(181,180,187)
#BCBBC1
(188,187,193)
#C3C2C7
(195,194,199)
#CAC9CD
(202,201,205)
#D1D0D3
(209,208,211)
#D8D7D9
(216,215,217)
#DFDEDF
(223,222,223)
#E6E5E5
(230,229,229)
#EDECEB
(237,236,235)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEADB5; }

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

This text font color is #AEADB5.


Background Color

.myBgColor { background-color: #AEADB5; }

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

This div background color is #AEADB5.


Border color

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

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

This div border color is #AEADB5.


Opacity

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

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

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

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

This text has shadow with #AEADB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEADB5 on black background.


Color preview on white background

This text has color #AEADB5 on white background.



Black color preview on #AEADB5 background

This text has black color on #AEADB5 background.


White color preview on #AEADB5 background

This text has white color on #AEADB5 background.