COLOR #ADBAA2

HEX: #ADBAA2 RGB: (173,186,162)

Color info

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

RGB color model

#ADBAA2 color RGB value is (173,186,162).

RGB: (173,186,162) (68%, 73%, 64%)

RGB channels and saturation

R 173 of 255 = 68%
G 186 of 255 = 73%
B 162 of 255 = 64%

173
186
162

R + G + B ~ 68%. #ADBAA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 186 + 162 = 521 (100%)
R 173 of 521 ~ 33.21%
G 186 of 521 ~ 35.7%
B 162 of 521 ~ 31.09'%

%33.21
%35.7
%31.09

CMYK color model

#ADBAA2 color CMYK value is (7,0,13,27).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 27.06%

CMYK: (7,0,13,27)
C7M0Y13K27 (7%, 0%, 13%, 27%)
(0.07 / 0.00 / 0.13 / 0.27)

CMYK percentages

%6.99
%0
%12.9
%27.06

Codes

Color #ADBAA2 in popluar color models

AD BA A2
RGB 173 186 162
HSL 93° 14.81% 68.24%
HSB/HSV 93° 12.90% 72.94%
CMYK 6.99% 0.00% 12.90%
27.06%

Color #ADBAA2 in popluar number systems.

HEX AD BA A2
Decimal 173 186 162
Binary 10101101 10111010 10100010
Octal 255 272 242

Shades and tints

Shades of #ADBAA2

#ADBAA2
(173,186,162)
#9EAA94
(158,170,148)
#8F9A86
(143,154,134)
#808A78
(128,138,120)
#717A6A
(113,122,106)
#626A5C
(98,106,92)
#535A4E
(83,90,78)
#444A40
(68,74,64)
#353A32
(53,58,50)
#262A24
(38,42,36)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #ADBAA2

#ADBAA2
(173,186,162)
#B4C0AA
(180,192,170)
#BBC6B2
(187,198,178)
#C2CCBA
(194,204,186)
#C9D2C2
(201,210,194)
#D0D8CA
(208,216,202)
#D7DED2
(215,222,210)
#DEE4DA
(222,228,218)
#E5EAE2
(229,234,226)
#ECF0EA
(236,240,234)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBAA2; }

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

This text font color is #ADBAA2.

Background Color

.myBgColor { background-color: #ADBAA2; }

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

This div background color is #ADBAA2.

Border color

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

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

This div border color is #ADBAA2.

Opacity

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

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

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

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

This text has shadow with #ADBAA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBAA2.

Preview

Color preview on black background

This text has color #ADBAA2 on black background.


Color preview on white background

This text has color #ADBAA2 on white background.


Black color preview on #ADBAA2 background

This text has black color on #ADBAA2 background.


White color preview on #ADBAA2 background

This text has white color on #ADBAA2 background.


Related colors

Complementary color

Complementary color for #hex is #52455D.


I love getcolorcode.com

Triadic colors

1 #A2ADBA and #BAA2AD with #ADBAA2 are triadic colors.

2 #A2BAAD and #BAADA2 with #ADBAA2 are triadic colors.