COLOR #AEADB8

HEX: #AEADB8 RGB: (174,173,184)

Color info

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

RGB color model

#AEADB8 color RGB value is (174,173,184).

RGB: (174,173,184) (68%, 68%, 72%)

RGB channels and saturation

R 174 of 255 = 68%
G 173 of 255 = 68%
B 184 of 255 = 72%

174
173
184

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

Portions of RGB colors in percentages

R + G + B = 174 + 173 + 184 = 531 (100%)
R 174 of 531 ~ 32.77%
G 173 of 531 ~ 32.58%
B 184 of 531 ~ 34.65'%

%32.77
%32.58
%34.65

CMYK color model

#AEADB8 color CMYK value is (5,6,0,28).

  • cyan value is 5.43%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (5,6,0,28)
C5M6Y0K28 (5%, 6%, 0%, 28%)
(0.05 / 0.06 / 0.00 / 0.28)

CMYK percentages

%5.43
%5.98
%0
%27.84

Codes

Color #AEADB8 in popluar color models

AE AD B8
RGB 174 173 184
HSL 245° 7.19% 70.00%
HSB/HSV 245° 5.98% 72.16%
CMYK 5.43% 5.98% 0.00%
27.84%

Color #AEADB8 in popluar number systems.

HEX AE AD B8
Decimal 174 173 184
Binary 10101110 10101101 10111000
Octal 256 255 270

Shades and tints

Shades of #AEADB8

#AEADB8
(174,173,184)
#9F9EA8
(159,158,168)
#908F98
(144,143,152)
#818088
(129,128,136)
#727178
(114,113,120)
#636268
(99,98,104)
#545358
(84,83,88)
#454448
(69,68,72)
#363538
(54,53,56)
#272628
(39,38,40)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #AEADB8

#AEADB8
(174,173,184)
#B5B4BE
(181,180,190)
#BCBBC4
(188,187,196)
#C3C2CA
(195,194,202)
#CAC9D0
(202,201,208)
#D1D0D6
(209,208,214)
#D8D7DC
(216,215,220)
#DFDEE2
(223,222,226)
#E6E5E8
(230,229,232)
#EDECEE
(237,236,238)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEADB8; }

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

This text font color is #AEADB8.

Background Color

.myBgColor { background-color: #AEADB8; }

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

This div background color is #AEADB8.

Border color

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

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

This div border color is #AEADB8.

Opacity

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

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

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

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

This text has shadow with #AEADB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEADB8.

Preview

Color preview on black background

This text has color #AEADB8 on black background.


Color preview on white background

This text has color #AEADB8 on white background.


Black color preview on #AEADB8 background

This text has black color on #AEADB8 background.


White color preview on #AEADB8 background

This text has white color on #AEADB8 background.


Related colors

Complementary color

Complementary color for #hex is #515247.


I love getcolorcode.com

Triadic colors

1 #B8AEAD and #ADB8AE with #AEADB8 are triadic colors.

2 #B8ADAE and #ADAEB8 with #AEADB8 are triadic colors.