COLOR #ADBBAB

HEX: #ADBBAB
RGB: (173,187,171)

Color info

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

RGB color model

#ADBBAB color RGB value is (173,187,171).

  • red value is 173;
  • green value is 187;
  • blue value is 171.
RGB:
(173,187,171)
(68%,73%,67%)

RGB channels and saturation

R 173 of 255 = 68%
G 187 of 255 = 73%
B 171 of 255 = 67%

173
187
171

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

Portions of RGB colors in percentages

R + G + B =
173 + 187 + 171 = 531 (100%)
R 173 of 531 ~ 32.58%
G 187 of 531 ~ 35.22%
B 171 of 531 ~ 32.2%

%32.58
%35.22
%32.2

CMYK color model

#ADBBAB color CMYK value is (7,0,9,27).

  • cyan value is 7.49%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • key color value is 26.67%
CMYK:
(7,0,9,27)
C7M0Y9K27 
(7%,0%,9%,27%)
(0.07/0.00/0.09/0.27)	

CMYK percentages

%7.49
%0
%8.56
%26.67

Codes

Color #ADBBAB in popluar color models

ADBBAB
RGB173187171
HSL113°10.53%70.20%
HSB/HSV113°8.56%73.33%
CMYK7.49%0.00%8.56%
26.67%

Color #ADBBAB in popluar number systems.

HEXADBBAB
Decimal173187171
Binary101011011011101110101011
Octal255273253

Shades and tints

Shades of #ADBBAB

#ADBBAB
(173,187,171)
#9EAA9C
(158,170,156)
#8F998D
(143,153,141)
#80887E
(128,136,126)
#71776F
(113,119,111)
#626660
(98,102,96)
#535551
(83,85,81)
#444442
(68,68,66)
#353333
(53,51,51)
#262224
(38,34,36)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #ADBBAB

#ADBBAB
(173,187,171)
#B4C1B2
(180,193,178)
#BBC7B9
(187,199,185)
#C2CDC0
(194,205,192)
#C9D3C7
(201,211,199)
#D0D9CE
(208,217,206)
#D7DFD5
(215,223,213)
#DEE5DC
(222,229,220)
#E5EBE3
(229,235,227)
#ECF1EA
(236,241,234)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBBAB; }

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

This text font color is #ADBBAB.


Background Color

.myBgColor { background-color: #ADBBAB; }

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

This div background color is #ADBBAB.


Border color

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

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

This div border color is #ADBBAB.


Opacity

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

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

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

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

This text has shadow with #ADBBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBBAB on black background.


Color preview on white background

This text has color #ADBBAB on white background.



Black color preview on #ADBBAB background

This text has black color on #ADBBAB background.


White color preview on #ADBBAB background

This text has white color on #ADBBAB background.