COLOR #ADBAA3

HEX: #ADBAA3 RGB: (173,186,163)

Color info

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

RGB color model

#ADBAA3 color RGB value is (173,186,163).

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

RGB channels and saturation

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

173
186
163

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

Portions of RGB colors in percentages

R + G + B = 173 + 186 + 163 = 522 (100%)
R 173 of 522 ~ 33.14%
G 186 of 522 ~ 35.63%
B 163 of 522 ~ 31.23'%

%33.14
%35.63
%31.23

CMYK color model

#ADBAA3 color CMYK value is (7,0,12,27).

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

CMYK: (7,0,12,27)
C7M0Y12K27 (7%, 0%, 12%, 27%)
(0.07 / 0.00 / 0.12 / 0.27)

CMYK percentages

%6.99
%0
%12.37
%27.06

Codes

Color #ADBAA3 in popluar color models

AD BA A3
RGB 173 186 163
HSL 94° 14.29% 68.43%
HSB/HSV 94° 12.37% 72.94%
CMYK 6.99% 0.00% 12.37%
27.06%

Color #ADBAA3 in popluar number systems.

HEX AD BA A3
Decimal 173 186 163
Binary 10101101 10111010 10100011
Octal 255 272 243

Shades and tints

Shades of #ADBAA3

#ADBAA3
(173,186,163)
#9EAA95
(158,170,149)
#8F9A87
(143,154,135)
#808A79
(128,138,121)
#717A6B
(113,122,107)
#626A5D
(98,106,93)
#535A4F
(83,90,79)
#444A41
(68,74,65)
#353A33
(53,58,51)
#262A25
(38,42,37)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #ADBAA3

#ADBAA3
(173,186,163)
#B4C0AB
(180,192,171)
#BBC6B3
(187,198,179)
#C2CCBB
(194,204,187)
#C9D2C3
(201,210,195)
#D0D8CB
(208,216,203)
#D7DED3
(215,222,211)
#DEE4DB
(222,228,219)
#E5EAE3
(229,234,227)
#ECF0EB
(236,240,235)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBAA3; }

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

This text font color is #ADBAA3.

Background Color

.myBgColor { background-color: #ADBAA3; }

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

This div background color is #ADBAA3.

Border color

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

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

This div border color is #ADBAA3.

Opacity

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

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

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

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

This text has shadow with #ADBAA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBAA3.

Preview

Color preview on black background

This text has color #ADBAA3 on black background.


Color preview on white background

This text has color #ADBAA3 on white background.


Black color preview on #ADBAA3 background

This text has black color on #ADBAA3 background.


White color preview on #ADBAA3 background

This text has white color on #ADBAA3 background.


Related colors

Complementary color

Complementary color for #hex is #52455C.


I love getcolorcode.com

Triadic colors

1 #A3ADBA and #BAA3AD with #ADBAA3 are triadic colors.

2 #A3BAAD and #BAADA3 with #ADBAA3 are triadic colors.