COLOR #ADABB5

HEX: #ADABB5 RGB: (173,171,181)

Color info

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

RGB color model

#ADABB5 color RGB value is (173,171,181).

RGB: (173,171,181) (68%, 67%, 71%)

RGB channels and saturation

R 173 of 255 = 68%
G 171 of 255 = 67%
B 181 of 255 = 71%

173
171
181

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

Portions of RGB colors in percentages

R + G + B = 173 + 171 + 181 = 525 (100%)
R 173 of 525 ~ 32.95%
G 171 of 525 ~ 32.57%
B 181 of 525 ~ 34.48'%

%32.95
%32.57
%34.48

CMYK color model

#ADABB5 color CMYK value is (4,6,0,29).

  • cyan value is 4.42%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (4,6,0,29)
C4M6Y0K29 (4%, 6%, 0%, 29%)
(0.04 / 0.06 / 0.00 / 0.29)

CMYK percentages

%4.42
%5.52
%0
%29.02

Codes

Color #ADABB5 in popluar color models

AD AB B5
RGB 173 171 181
HSL 252° 6.33% 69.02%
HSB/HSV 252° 5.52% 70.98%
CMYK 4.42% 5.52% 0.00%
29.02%

Color #ADABB5 in popluar number systems.

HEX AD AB B5
Decimal 173 171 181
Binary 10101101 10101011 10110101
Octal 255 253 265

Shades and tints

Shades of #ADABB5

#ADABB5
(173,171,181)
#9E9CA5
(158,156,165)
#8F8D95
(143,141,149)
#807E85
(128,126,133)
#716F75
(113,111,117)
#626065
(98,96,101)
#535155
(83,81,85)
#444245
(68,66,69)
#353335
(53,51,53)
#262425
(38,36,37)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADABB5

#ADABB5
(173,171,181)
#B4B2BB
(180,178,187)
#BBB9C1
(187,185,193)
#C2C0C7
(194,192,199)
#C9C7CD
(201,199,205)
#D0CED3
(208,206,211)
#D7D5D9
(215,213,217)
#DEDCDF
(222,220,223)
#E5E3E5
(229,227,229)
#ECEAEB
(236,234,235)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADABB5; }

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

This text font color is #ADABB5.

Background Color

.myBgColor { background-color: #ADABB5; }

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

This div background color is #ADABB5.

Border color

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

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

This div border color is #ADABB5.

Opacity

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

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

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

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

This text has shadow with #ADABB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADABB5.

Preview

Color preview on black background

This text has color #ADABB5 on black background.


Color preview on white background

This text has color #ADABB5 on white background.


Black color preview on #ADABB5 background

This text has black color on #ADABB5 background.


White color preview on #ADABB5 background

This text has white color on #ADABB5 background.


Related colors

Complementary color

Complementary color for #hex is #52544A.


I love getcolorcode.com

Triadic colors

1 #B5ADAB and #ABB5AD with #ADABB5 are triadic colors.

2 #B5ABAD and #ABADB5 with #ADABB5 are triadic colors.