COLOR #ADB1BE

HEX: #ADB1BE RGB: (173,177,190)

Color info

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

RGB color model

#ADB1BE color RGB value is (173,177,190).

RGB: (173,177,190) (68%, 69%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 177 of 255 = 69%
B 190 of 255 = 75%

173
177
190

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

Portions of RGB colors in percentages

R + G + B = 173 + 177 + 190 = 540 (100%)
R 173 of 540 ~ 32.04%
G 177 of 540 ~ 32.78%
B 190 of 540 ~ 35.19'%

%32.04
%32.78
%35.19

CMYK color model

#ADB1BE color CMYK value is (9,7,0,25).

  • cyan value is 8.95%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (9,7,0,25) C9M7Y0K25 (9%,7%,0%,25%) (0.09/0.07/0.00/0.25) 

CMYK percentages

%8.95
%6.84
%0
%25.49

Codes

Color #ADB1BE in popluar color models

AD B1 BE
RGB 173 177 190
HSL 226° 11.56% 71.18%
HSB/HSV 226° 8.95% 74.51%
CMYK 8.95% 6.84% 0.00%
25.49%

Color #ADB1BE in popluar number systems.

HEX AD B1 BE
Decimal 173 177 190
Binary 10101101 10110001 10111110
Octal 255 261 276

Shades and tints

Shades of #ADB1BE

#ADB1BE
(173,177,190)
#9EA1AD
(158,161,173)
#8F919C
(143,145,156)
#80818B
(128,129,139)
#71717A
(113,113,122)
#626169
(98,97,105)
#535158
(83,81,88)
#444147
(68,65,71)
#353136
(53,49,54)
#262125
(38,33,37)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #ADB1BE

#ADB1BE
(173,177,190)
#B4B8C3
(180,184,195)
#BBBFC8
(187,191,200)
#C2C6CD
(194,198,205)
#C9CDD2
(201,205,210)
#D0D4D7
(208,212,215)
#D7DBDC
(215,219,220)
#DEE2E1
(222,226,225)
#E5E9E6
(229,233,230)
#ECF0EB
(236,240,235)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB1BE color. Also use rgb(173,177,190) instead hex code.

Text Font Color

.myTextColor { color: #ADB1BE; }

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

This text font color is #ADB1BE.

Background Color

.myBgColor { background-color: #ADB1BE; }

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

This div background color is #ADB1BE.

Border color

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

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

This div border color is #ADB1BE.

Opacity

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

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

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

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

This text has shadow with #ADB1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB1BE.

Preview

Color preview on black background

This text has color #ADB1BE on black background.


Color preview on white background

This text has color #ADB1BE on white background.


Black color preview on #ADB1BE background

This text has black color on #ADB1BE background.


White color preview on #ADB1BE background

This text has white color on #ADB1BE background.


Related colors

Complementary color

Complementary color for #hex is #524E41.


I love getcolorcode.com

Triadic colors

1 #BEADB1 and #B1BEAD with #ADB1BE are triadic colors.

2 #BEB1AD and #B1ADBE with #ADB1BE are triadic colors.