COLOR #ADBAAC

HEX: #ADBAAC RGB: (173,186,172)

Color info

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

RGB color model

#ADBAAC color RGB value is (173,186,172).

RGB: (173,186,172) (68%, 73%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 186 of 255 = 73%
B 172 of 255 = 67%

173
186
172

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

Portions of RGB colors in percentages

R + G + B = 173 + 186 + 172 = 531 (100%)
R 173 of 531 ~ 32.58%
G 186 of 531 ~ 35.03%
B 172 of 531 ~ 32.39'%

%32.58
%35.03
%32.39

CMYK color model

#ADBAAC color CMYK value is (7,0,8,27).

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

CMYK: (7,0,8,27)
C7M0Y8K27 (7%, 0%, 8%, 27%)
(0.07 / 0.00 / 0.08 / 0.27)

CMYK percentages

%6.99
%0
%7.53
%27.06

Codes

Color #ADBAAC in popluar color models

AD BA AC
RGB 173 186 172
HSL 116° 9.21% 70.20%
HSB/HSV 116° 7.53% 72.94%
CMYK 6.99% 0.00% 7.53%
27.06%

Color #ADBAAC in popluar number systems.

HEX AD BA AC
Decimal 173 186 172
Binary 10101101 10111010 10101100
Octal 255 272 254

Shades and tints

Shades of #ADBAAC

#ADBAAC
(173,186,172)
#9EAA9D
(158,170,157)
#8F9A8E
(143,154,142)
#808A7F
(128,138,127)
#717A70
(113,122,112)
#626A61
(98,106,97)
#535A52
(83,90,82)
#444A43
(68,74,67)
#353A34
(53,58,52)
#262A25
(38,42,37)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #ADBAAC

#ADBAAC
(173,186,172)
#B4C0B3
(180,192,179)
#BBC6BA
(187,198,186)
#C2CCC1
(194,204,193)
#C9D2C8
(201,210,200)
#D0D8CF
(208,216,207)
#D7DED6
(215,222,214)
#DEE4DD
(222,228,221)
#E5EAE4
(229,234,228)
#ECF0EB
(236,240,235)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBAAC; }

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

This text font color is #ADBAAC.

Background Color

.myBgColor { background-color: #ADBAAC; }

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

This div background color is #ADBAAC.

Border color

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

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

This div border color is #ADBAAC.

Opacity

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

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

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

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

This text has shadow with #ADBAAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBAAC.

Preview

Color preview on black background

This text has color #ADBAAC on black background.


Color preview on white background

This text has color #ADBAAC on white background.


Black color preview on #ADBAAC background

This text has black color on #ADBAAC background.


White color preview on #ADBAAC background

This text has white color on #ADBAAC background.


Related colors

Complementary color

Complementary color for #hex is #524553.


I love getcolorcode.com

Triadic colors

1 #ACADBA and #BAACAD with #ADBAAC are triadic colors.

2 #ACBAAD and #BAADAC with #ADBAAC are triadic colors.