COLOR #ADBABE

HEX: #ADBABE RGB: (173,186,190)

Color info

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

RGB color model

#ADBABE color RGB value is (173,186,190).

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

RGB channels and saturation

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

173
186
190

R + G + B ~ 72%. #ADBABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 186 + 190 = 549 (100%)
R 173 of 549 ~ 31.51%
G 186 of 549 ~ 33.88%
B 190 of 549 ~ 34.61'%

%31.51
%33.88
%34.61

CMYK color model

#ADBABE color CMYK value is (9,2,0,25).

  • cyan value is 8.95%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (9,2,0,25)
C9M2Y0K25 (9%, 2%, 0%, 25%)
(0.09 / 0.02 / 0.00 / 0.25)

CMYK percentages

%8.95
%2.11
%0
%25.49

Codes

Color #ADBABE in popluar color models

AD BA BE
RGB 173 186 190
HSL 194° 11.56% 71.18%
HSB/HSV 194° 8.95% 74.51%
CMYK 8.95% 2.11% 0.00%
25.49%

Color #ADBABE in popluar number systems.

HEX AD BA BE
Decimal 173 186 190
Binary 10101101 10111010 10111110
Octal 255 272 276

Shades and tints

Shades of #ADBABE

#ADBABE
(173,186,190)
#9EAAAD
(158,170,173)
#8F9A9C
(143,154,156)
#808A8B
(128,138,139)
#717A7A
(113,122,122)
#626A69
(98,106,105)
#535A58
(83,90,88)
#444A47
(68,74,71)
#353A36
(53,58,54)
#262A25
(38,42,37)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #ADBABE

#ADBABE
(173,186,190)
#B4C0C3
(180,192,195)
#BBC6C8
(187,198,200)
#C2CCCD
(194,204,205)
#C9D2D2
(201,210,210)
#D0D8D7
(208,216,215)
#D7DEDC
(215,222,220)
#DEE4E1
(222,228,225)
#E5EAE6
(229,234,230)
#ECF0EB
(236,240,235)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBABE; }

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

This text font color is #ADBABE.

Background Color

.myBgColor { background-color: #ADBABE; }

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

This div background color is #ADBABE.

Border color

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

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

This div border color is #ADBABE.

Opacity

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

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

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

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

This text has shadow with #ADBABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBABE.

Preview

Color preview on black background

This text has color #ADBABE on black background.


Color preview on white background

This text has color #ADBABE on white background.


Black color preview on #ADBABE background

This text has black color on #ADBABE background.


White color preview on #ADBABE background

This text has white color on #ADBABE background.


Related colors

Complementary color

Complementary color for #hex is #524541.


I love getcolorcode.com

Triadic colors

1 #BEADBA and #BABEAD with #ADBABE are triadic colors.

2 #BEBAAD and #BAADBE with #ADBABE are triadic colors.