COLOR #ADBBBD

HEX: #ADBBBD RGB: (173,187,189)

Color info

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

RGB color model

#ADBBBD color RGB value is (173,187,189).

RGB: (173,187,189) (68%, 73%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 187 of 255 = 73%
B 189 of 255 = 74%

173
187
189

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

Portions of RGB colors in percentages

R + G + B = 173 + 187 + 189 = 549 (100%)
R 173 of 549 ~ 31.51%
G 187 of 549 ~ 34.06%
B 189 of 549 ~ 34.43'%

%31.51
%34.06
%34.43

CMYK color model

#ADBBBD color CMYK value is (8,1,0,26).

  • cyan value is 8.47%
  • magenta value is 1.06%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (8,1,0,26) C8M1Y0K26 (8%,1%,0%,26%) (0.08/0.01/0.00/0.26) 

CMYK percentages

%8.47
%1.06
%0
%25.88

Codes

Color #ADBBBD in popluar color models

AD BB BD
RGB 173 187 189
HSL 188° 10.81% 70.98%
HSB/HSV 188° 8.47% 74.12%
CMYK 8.47% 1.06% 0.00%
25.88%

Color #ADBBBD in popluar number systems.

HEX AD BB BD
Decimal 173 187 189
Binary 10101101 10111011 10111101
Octal 255 273 275

Shades and tints

Shades of #ADBBBD

#ADBBBD
(173,187,189)
#9EAAAC
(158,170,172)
#8F999B
(143,153,155)
#80888A
(128,136,138)
#717779
(113,119,121)
#626668
(98,102,104)
#535557
(83,85,87)
#444446
(68,68,70)
#353335
(53,51,53)
#262224
(38,34,36)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #ADBBBD

#ADBBBD
(173,187,189)
#B4C1C3
(180,193,195)
#BBC7C9
(187,199,201)
#C2CDCF
(194,205,207)
#C9D3D5
(201,211,213)
#D0D9DB
(208,217,219)
#D7DFE1
(215,223,225)
#DEE5E7
(222,229,231)
#E5EBED
(229,235,237)
#ECF1F3
(236,241,243)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBBBD; }

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

This text font color is #ADBBBD.

Background Color

.myBgColor { background-color: #ADBBBD; }

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

This div background color is #ADBBBD.

Border color

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

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

This div border color is #ADBBBD.

Opacity

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

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

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

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

This text has shadow with #ADBBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBBBD.

Preview

Color preview on black background

This text has color #ADBBBD on black background.


Color preview on white background

This text has color #ADBBBD on white background.


Black color preview on #ADBBBD background

This text has black color on #ADBBBD background.


White color preview on #ADBBBD background

This text has white color on #ADBBBD background.


Related colors

Complementary color

Complementary color for #hex is #524442.


I love getcolorcode.com

Triadic colors

1 #BDADBB and #BBBDAD with #ADBBBD are triadic colors.

2 #BDBBAD and #BBADBD with #ADBBBD are triadic colors.