COLOR #ADB5BB

HEX: #ADB5BB RGB: (173,181,187)

Color info

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

RGB color model

#ADB5BB color RGB value is (173,181,187).

RGB: (173,181,187) (68%, 71%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 181 of 255 = 71%
B 187 of 255 = 73%

173
181
187

R + G + B ~ 71%. #ADB5BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 181 + 187 = 541 (100%)
R 173 of 541 ~ 31.98%
G 181 of 541 ~ 33.46%
B 187 of 541 ~ 34.57'%

%31.98
%33.46
%34.57

CMYK color model

#ADB5BB color CMYK value is (7,3,0,27).

  • cyan value is 7.49%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (7,3,0,27)
C7M3Y0K27 (7%, 3%, 0%, 27%)
(0.07 / 0.03 / 0.00 / 0.27)

CMYK percentages

%7.49
%3.21
%0
%26.67

Codes

Color #ADB5BB in popluar color models

AD B5 BB
RGB 173 181 187
HSL 206° 9.33% 70.59%
HSB/HSV 206° 7.49% 73.33%
CMYK 7.49% 3.21% 0.00%
26.67%

Color #ADB5BB in popluar number systems.

HEX AD B5 BB
Decimal 173 181 187
Binary 10101101 10110101 10111011
Octal 255 265 273

Shades and tints

Shades of #ADB5BB

#ADB5BB
(173,181,187)
#9EA5AA
(158,165,170)
#8F9599
(143,149,153)
#808588
(128,133,136)
#717577
(113,117,119)
#626566
(98,101,102)
#535555
(83,85,85)
#444544
(68,69,68)
#353533
(53,53,51)
#262522
(38,37,34)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #ADB5BB

#ADB5BB
(173,181,187)
#B4BBC1
(180,187,193)
#BBC1C7
(187,193,199)
#C2C7CD
(194,199,205)
#C9CDD3
(201,205,211)
#D0D3D9
(208,211,217)
#D7D9DF
(215,217,223)
#DEDFE5
(222,223,229)
#E5E5EB
(229,229,235)
#ECEBF1
(236,235,241)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB5BB; }

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

This text font color is #ADB5BB.

Background Color

.myBgColor { background-color: #ADB5BB; }

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

This div background color is #ADB5BB.

Border color

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

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

This div border color is #ADB5BB.

Opacity

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

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

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

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

This text has shadow with #ADB5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB5BB.

Preview

Color preview on black background

This text has color #ADB5BB on black background.


Color preview on white background

This text has color #ADB5BB on white background.


Black color preview on #ADB5BB background

This text has black color on #ADB5BB background.


White color preview on #ADB5BB background

This text has white color on #ADB5BB background.


Related colors

Complementary color

Complementary color for #hex is #524A44.


I love getcolorcode.com

Triadic colors

1 #BBADB5 and #B5BBAD with #ADB5BB are triadic colors.

2 #BBB5AD and #B5ADBB with #ADB5BB are triadic colors.