COLOR #ADB8B2

HEX: #ADB8B2
RGB: (173,184,178)

Color info

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

RGB color model

#ADB8B2 color RGB value is (173,184,178).

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

RGB channels and saturation

R 173 of 255 = 68%
G 184 of 255 = 72%
B 178 of 255 = 70%

173
184
178

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

Portions of RGB colors in percentages

R + G + B =
173 + 184 + 178 = 535 (100%)
R 173 of 535 ~ 32.34%
G 184 of 535 ~ 34.39%
B 178 of 535 ~ 33.27%

%32.34
%34.39
%33.27

CMYK color model

#ADB8B2 color CMYK value is (6,0,3,28).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 3.26%
  • key color value is 27.84%
CMYK:
(6,0,3,28)
C6M0Y3K28 
(6%,0%,3%,28%)
(0.06/0.00/0.03/0.28)	

CMYK percentages

%5.98
%0
%3.26
%27.84

Codes

Color #ADB8B2 in popluar color models

ADB8B2
RGB173184178
HSL147°7.19%70.00%
HSB/HSV147°5.98%72.16%
CMYK5.98%0.00%3.26%
27.84%

Color #ADB8B2 in popluar number systems.

HEXADB8B2
Decimal173184178
Binary101011011011100010110010
Octal255270262

Shades and tints

Shades of #ADB8B2

#ADB8B2
(173,184,178)
#9EA8A2
(158,168,162)
#8F9892
(143,152,146)
#808882
(128,136,130)
#717872
(113,120,114)
#626862
(98,104,98)
#535852
(83,88,82)
#444842
(68,72,66)
#353832
(53,56,50)
#262822
(38,40,34)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #ADB8B2

#ADB8B2
(173,184,178)
#B4BEB9
(180,190,185)
#BBC4C0
(187,196,192)
#C2CAC7
(194,202,199)
#C9D0CE
(201,208,206)
#D0D6D5
(208,214,213)
#D7DCDC
(215,220,220)
#DEE2E3
(222,226,227)
#E5E8EA
(229,232,234)
#ECEEF1
(236,238,241)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB8B2; }

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

This text font color is #ADB8B2.


Background Color

.myBgColor { background-color: #ADB8B2; }

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

This div background color is #ADB8B2.


Border color

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

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

This div border color is #ADB8B2.


Opacity

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

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

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

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

This text has shadow with #ADB8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB8B2 on black background.


Color preview on white background

This text has color #ADB8B2 on white background.



Black color preview on #ADB8B2 background

This text has black color on #ADB8B2 background.


White color preview on #ADB8B2 background

This text has white color on #ADB8B2 background.