COLOR #ADAEB8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

173
174
184

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

Portions of RGB colors in percentages

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

%32.58
%32.77
%34.65

CMYK color model

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

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

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

CMYK percentages

%5.98
%5.43
%0
%27.84

Codes

Color #ADAEB8 in popluar color models

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

Color #ADAEB8 in popluar number systems.

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

Shades and tints

Shades of #ADAEB8

#ADAEB8
(173,174,184)
#9E9FA8
(158,159,168)
#8F9098
(143,144,152)
#808188
(128,129,136)
#717278
(113,114,120)
#626368
(98,99,104)
#535458
(83,84,88)
#444548
(68,69,72)
#353638
(53,54,56)
#262728
(38,39,40)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADAEB8

#ADAEB8
(173,174,184)
#B4B5BE
(180,181,190)
#BBBCC4
(187,188,196)
#C2C3CA
(194,195,202)
#C9CAD0
(201,202,208)
#D0D1D6
(208,209,214)
#D7D8DC
(215,216,220)
#DEDFE2
(222,223,226)
#E5E6E8
(229,230,232)
#ECEDEE
(236,237,238)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEB8; }

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

This text font color is #ADAEB8.

Background Color

.myBgColor { background-color: #ADAEB8; }

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

This div background color is #ADAEB8.

Border color

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

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

This div border color is #ADAEB8.

Opacity

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

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

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

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

This text has shadow with #ADAEB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAEB8.

Preview

Color preview on black background

This text has color #ADAEB8 on black background.


Color preview on white background

This text has color #ADAEB8 on white background.


Black color preview on #ADAEB8 background

This text has black color on #ADAEB8 background.


White color preview on #ADAEB8 background

This text has white color on #ADAEB8 background.


Related colors

Complementary color

Complementary color for #hex is #525147.


I love getcolorcode.com

Triadic colors

1 #B8ADAE and #AEB8AD with #ADAEB8 are triadic colors.

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