COLOR #AEADB6

HEX: #AEADB6 RGB: (174,173,182)

Color info

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

RGB color model

#AEADB6 color RGB value is (174,173,182).

RGB: (174,173,182) (68%, 68%, 71%)

RGB channels and saturation

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

174
173
182

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

Portions of RGB colors in percentages

R + G + B = 174 + 173 + 182 = 529 (100%)
R 174 of 529 ~ 32.89%
G 173 of 529 ~ 32.7%
B 182 of 529 ~ 34.4'%

%32.89
%32.7
%34.4

CMYK color model

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

  • cyan value is 4.40%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (4,5,0,29)
C4M5Y0K29 (4%, 5%, 0%, 29%)
(0.04 / 0.05 / 0.00 / 0.29)

CMYK percentages

%4.4
%4.95
%0
%28.63

Codes

Color #AEADB6 in popluar color models

AE AD B6
RGB 174 173 182
HSL 247° 5.81% 69.61%
HSB/HSV 247° 4.95% 71.37%
CMYK 4.40% 4.95% 0.00%
28.63%

Color #AEADB6 in popluar number systems.

HEX AE AD B6
Decimal 174 173 182
Binary 10101110 10101101 10110110
Octal 256 255 266

Shades and tints

Shades of #AEADB6

#AEADB6
(174,173,182)
#9F9EA6
(159,158,166)
#908F96
(144,143,150)
#818086
(129,128,134)
#727176
(114,113,118)
#636266
(99,98,102)
#545356
(84,83,86)
#454446
(69,68,70)
#363536
(54,53,54)
#272626
(39,38,38)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #AEADB6

#AEADB6
(174,173,182)
#B5B4BC
(181,180,188)
#BCBBC2
(188,187,194)
#C3C2C8
(195,194,200)
#CAC9CE
(202,201,206)
#D1D0D4
(209,208,212)
#D8D7DA
(216,215,218)
#DFDEE0
(223,222,224)
#E6E5E6
(230,229,230)
#EDECEC
(237,236,236)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEADB6; }

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

This text font color is #AEADB6.

Background Color

.myBgColor { background-color: #AEADB6; }

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

This div background color is #AEADB6.

Border color

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

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

This div border color is #AEADB6.

Opacity

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

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

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

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

This text has shadow with #AEADB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEADB6.

Preview

Color preview on black background

This text has color #AEADB6 on black background.


Color preview on white background

This text has color #AEADB6 on white background.


Black color preview on #AEADB6 background

This text has black color on #AEADB6 background.


White color preview on #AEADB6 background

This text has white color on #AEADB6 background.


Related colors

Complementary color

Complementary color for #hex is #515249.


I love getcolorcode.com

Triadic colors

1 #B6AEAD and #ADB6AE with #AEADB6 are triadic colors.

2 #B6ADAE and #ADAEB6 with #AEADB6 are triadic colors.