COLOR #ADBABA

HEX: #ADBABA RGB: (173,186,186)

Color info

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

RGB color model

#ADBABA color RGB value is (173,186,186).

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

RGB channels and saturation

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

173
186
186

R + G + B ~ 71%. #ADBABA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 186 + 186 = 545 (100%)
R 173 of 545 ~ 31.74%
G 186 of 545 ~ 34.13%
B 186 of 545 ~ 34.13'%

%31.74
%34.13
%34.13

CMYK color model

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

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

CMYK percentages

%6.99
%0
%0
%27.06

Codes

Color #ADBABA in popluar color models

AD BA BA
RGB 173 186 186
HSL 180° 8.61% 70.39%
HSB/HSV 180° 6.99% 72.94%
CMYK 6.99% 0.00% 0.00%
27.06%

Color #ADBABA in popluar number systems.

HEX AD BA BA
Decimal 173 186 186
Binary 10101101 10111010 10111010
Octal 255 272 272

Shades and tints

Shades of #ADBABA

#ADBABA
(173,186,186)
#9EAAAA
(158,170,170)
#8F9A9A
(143,154,154)
#808A8A
(128,138,138)
#717A7A
(113,122,122)
#626A6A
(98,106,106)
#535A5A
(83,90,90)
#444A4A
(68,74,74)
#353A3A
(53,58,58)
#262A2A
(38,42,42)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #ADBABA

#ADBABA
(173,186,186)
#B4C0C0
(180,192,192)
#BBC6C6
(187,198,198)
#C2CCCC
(194,204,204)
#C9D2D2
(201,210,210)
#D0D8D8
(208,216,216)
#D7DEDE
(215,222,222)
#DEE4E4
(222,228,228)
#E5EAEA
(229,234,234)
#ECF0F0
(236,240,240)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBABA; }

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

This text font color is #ADBABA.

Background Color

.myBgColor { background-color: #ADBABA; }

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

This div background color is #ADBABA.

Border color

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

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

This div border color is #ADBABA.

Opacity

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

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

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

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

This text has shadow with #ADBABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBABA.

Preview

Color preview on black background

This text has color #ADBABA on black background.


Color preview on white background

This text has color #ADBABA on white background.


Black color preview on #ADBABA background

This text has black color on #ADBABA background.


White color preview on #ADBABA background

This text has white color on #ADBABA background.


Related colors

Complementary color

Complementary color for #hex is #524545.


I love getcolorcode.com