COLOR #ADAEB3

HEX: #ADAEB3 RGB: (173,174,179)

Color info

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

RGB color model

#ADAEB3 color RGB value is (173,174,179).

RGB: (173,174,179) (68%, 68%, 70%)

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 179 of 255 = 70%

173
174
179

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

Portions of RGB colors in percentages

R + G + B = 173 + 174 + 179 = 526 (100%)
R 173 of 526 ~ 32.89%
G 174 of 526 ~ 33.08%
B 179 of 526 ~ 34.03'%

%32.89
%33.08
%34.03

CMYK color model

#ADAEB3 color CMYK value is (3,3,0,30).

  • cyan value is 3.35%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (3,3,0,30)
C3M3Y0K30 (3%, 3%, 0%, 30%)
(0.03 / 0.03 / 0.00 / 0.30)

CMYK percentages

%3.35
%2.79
%0
%29.8

Codes

Color #ADAEB3 in popluar color models

AD AE B3
RGB 173 174 179
HSL 230° 3.80% 69.02%
HSB/HSV 230° 3.35% 70.20%
CMYK 3.35% 2.79% 0.00%
29.80%

Color #ADAEB3 in popluar number systems.

HEX AD AE B3
Decimal 173 174 179
Binary 10101101 10101110 10110011
Octal 255 256 263

Shades and tints

Shades of #ADAEB3

#ADAEB3
(173,174,179)
#9E9FA3
(158,159,163)
#8F9093
(143,144,147)
#808183
(128,129,131)
#717273
(113,114,115)
#626363
(98,99,99)
#535453
(83,84,83)
#444543
(68,69,67)
#353633
(53,54,51)
#262723
(38,39,35)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADAEB3

#ADAEB3
(173,174,179)
#B4B5B9
(180,181,185)
#BBBCBF
(187,188,191)
#C2C3C5
(194,195,197)
#C9CACB
(201,202,203)
#D0D1D1
(208,209,209)
#D7D8D7
(215,216,215)
#DEDFDD
(222,223,221)
#E5E6E3
(229,230,227)
#ECEDE9
(236,237,233)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEB3; }

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

This text font color is #ADAEB3.

Background Color

.myBgColor { background-color: #ADAEB3; }

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

This div background color is #ADAEB3.

Border color

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

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

This div border color is #ADAEB3.

Opacity

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

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

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

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

This text has shadow with #ADAEB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAEB3.

Preview

Color preview on black background

This text has color #ADAEB3 on black background.


Color preview on white background

This text has color #ADAEB3 on white background.


Black color preview on #ADAEB3 background

This text has black color on #ADAEB3 background.


White color preview on #ADAEB3 background

This text has white color on #ADAEB3 background.


Related colors

Complementary color

Complementary color for #hex is #52514C.


I love getcolorcode.com

Triadic colors

1 #B3ADAE and #AEB3AD with #ADAEB3 are triadic colors.

2 #B3AEAD and #AEADB3 with #ADAEB3 are triadic colors.