COLOR #ADB2B4

HEX: #ADB2B4
RGB: (173,178,180)

Color info

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

RGB color model

#ADB2B4 color RGB value is (173,178,180).

  • red value is 173;
  • green value is 178;
  • blue value is 180.
RGB:
(173,178,180)
(68%,70%,71%)

RGB channels and saturation

R 173 of 255 = 68%
G 178 of 255 = 70%
B 180 of 255 = 71%

173
178
180

R + G + B ~ 70%. #ADB2B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 178 + 180 = 531 (100%)
R 173 of 531 ~ 32.58%
G 178 of 531 ~ 33.52%
B 180 of 531 ~ 33.9%

%32.58
%33.52
%33.9

CMYK color model

#ADB2B4 color CMYK value is (4,1,0,29).

  • cyan value is 3.89%
  • magenta value is 1.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(4,1,0,29)
C4M1Y0K29 
(4%,1%,0%,29%)
(0.04/0.01/0.00/0.29)	

CMYK percentages

%3.89
%1.11
%0
%29.41

Codes

Color #ADB2B4 in popluar color models

ADB2B4
RGB173178180
HSL197°4.46%69.22%
HSB/HSV197°3.89%70.59%
CMYK3.89%1.11%0.00%
29.41%

Color #ADB2B4 in popluar number systems.

HEXADB2B4
Decimal173178180
Binary101011011011001010110100
Octal255262264

Shades and tints

Shades of #ADB2B4

#ADB2B4
(173,178,180)
#9EA2A4
(158,162,164)
#8F9294
(143,146,148)
#808284
(128,130,132)
#717274
(113,114,116)
#626264
(98,98,100)
#535254
(83,82,84)
#444244
(68,66,68)
#353234
(53,50,52)
#262224
(38,34,36)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #ADB2B4

#ADB2B4
(173,178,180)
#B4B9BA
(180,185,186)
#BBC0C0
(187,192,192)
#C2C7C6
(194,199,198)
#C9CECC
(201,206,204)
#D0D5D2
(208,213,210)
#D7DCD8
(215,220,216)
#DEE3DE
(222,227,222)
#E5EAE4
(229,234,228)
#ECF1EA
(236,241,234)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB2B4 color. Also use rgb(173,178,180) instead hex code.

Text Font Color

.myTextColor { color: #ADB2B4; }

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

This text font color is #ADB2B4.


Background Color

.myBgColor { background-color: #ADB2B4; }

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

This div background color is #ADB2B4.


Border color

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

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

This div border color is #ADB2B4.


Opacity

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

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

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

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

This text has shadow with #ADB2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB2B4 on black background.


Color preview on white background

This text has color #ADB2B4 on white background.



Black color preview on #ADB2B4 background

This text has black color on #ADB2B4 background.


White color preview on #ADB2B4 background

This text has white color on #ADB2B4 background.