COLOR #ADBAA6

HEX: #ADBAA6
RGB: (173,186,166)

Color info

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

RGB color model

#ADBAA6 color RGB value is (173,186,166).

  • red value is 173;
  • green value is 186;
  • blue value is 166.
RGB:
(173,186,166)
(68%,73%,65%)

RGB channels and saturation

R 173 of 255 = 68%
G 186 of 255 = 73%
B 166 of 255 = 65%

173
186
166

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

Portions of RGB colors in percentages

R + G + B =
173 + 186 + 166 = 525 (100%)
R 173 of 525 ~ 32.95%
G 186 of 525 ~ 35.43%
B 166 of 525 ~ 31.62%

%32.95
%35.43
%31.62

CMYK color model

#ADBAA6 color CMYK value is (7,0,11,27).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 10.75%
  • key color value is 27.06%
CMYK:
(7,0,11,27)
C7M0Y11K27 
(7%,0%,11%,27%)
(0.07/0.00/0.11/0.27)	

CMYK percentages

%6.99
%0
%10.75
%27.06

Codes

Color #ADBAA6 in popluar color models

ADBAA6
RGB173186166
HSL99°12.66%69.02%
HSB/HSV99°10.75%72.94%
CMYK6.99%0.00%10.75%
27.06%

Color #ADBAA6 in popluar number systems.

HEXADBAA6
Decimal173186166
Binary101011011011101010100110
Octal255272246

Shades and tints

Shades of #ADBAA6

#ADBAA6
(173,186,166)
#9EAA97
(158,170,151)
#8F9A88
(143,154,136)
#808A79
(128,138,121)
#717A6A
(113,122,106)
#626A5B
(98,106,91)
#535A4C
(83,90,76)
#444A3D
(68,74,61)
#353A2E
(53,58,46)
#262A1F
(38,42,31)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #ADBAA6

#ADBAA6
(173,186,166)
#B4C0AE
(180,192,174)
#BBC6B6
(187,198,182)
#C2CCBE
(194,204,190)
#C9D2C6
(201,210,198)
#D0D8CE
(208,216,206)
#D7DED6
(215,222,214)
#DEE4DE
(222,228,222)
#E5EAE6
(229,234,230)
#ECF0EE
(236,240,238)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBAA6 color. Also use rgb(173,186,166) instead hex code.

Text Font Color

.myTextColor { color: #ADBAA6; }

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

This text font color is #ADBAA6.


Background Color

.myBgColor { background-color: #ADBAA6; }

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

This div background color is #ADBAA6.


Border color

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

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

This div border color is #ADBAA6.


Opacity

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

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

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

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

This text has shadow with #ADBAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBAA6 on black background.


Color preview on white background

This text has color #ADBAA6 on white background.



Black color preview on #ADBAA6 background

This text has black color on #ADBAA6 background.


White color preview on #ADBAA6 background

This text has white color on #ADBAA6 background.