COLOR #ADBBB9

HEX: #ADBBB9
RGB: (173,187,185)

Color info

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

RGB color model

#ADBBB9 color RGB value is (173,187,185).

  • red value is 173;
  • green value is 187;
  • blue value is 185.
RGB:
(173,187,185)
(68%,73%,73%)

RGB channels and saturation

R 173 of 255 = 68%
G 187 of 255 = 73%
B 185 of 255 = 73%

173
187
185

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

Portions of RGB colors in percentages

R + G + B =
173 + 187 + 185 = 545 (100%)
R 173 of 545 ~ 31.74%
G 187 of 545 ~ 34.31%
B 185 of 545 ~ 33.94%

%31.74
%34.31
%33.94

CMYK color model

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

  • cyan value is 7.49%
  • magenta value is 0.00%
  • yellow value is 1.07%
  • key color value is 26.67%
CMYK:
(7,0,1,27)
C7M0Y1K27 
(7%,0%,1%,27%)
(0.07/0.00/0.01/0.27)	

CMYK percentages

%7.49
%0
%1.07
%26.67

Codes

Color #ADBBB9 in popluar color models

ADBBB9
RGB173187185
HSL171°9.33%70.59%
HSB/HSV171°7.49%73.33%
CMYK7.49%0.00%1.07%
26.67%

Color #ADBBB9 in popluar number systems.

HEXADBBB9
Decimal173187185
Binary101011011011101110111001
Octal255273271

Shades and tints

Shades of #ADBBB9

#ADBBB9
(173,187,185)
#9EAAA9
(158,170,169)
#8F9999
(143,153,153)
#808889
(128,136,137)
#717779
(113,119,121)
#626669
(98,102,105)
#535559
(83,85,89)
#444449
(68,68,73)
#353339
(53,51,57)
#262229
(38,34,41)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #ADBBB9

#ADBBB9
(173,187,185)
#B4C1BF
(180,193,191)
#BBC7C5
(187,199,197)
#C2CDCB
(194,205,203)
#C9D3D1
(201,211,209)
#D0D9D7
(208,217,215)
#D7DFDD
(215,223,221)
#DEE5E3
(222,229,227)
#E5EBE9
(229,235,233)
#ECF1EF
(236,241,239)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBBB9; }

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

This text font color is #ADBBB9.


Background Color

.myBgColor { background-color: #ADBBB9; }

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

This div background color is #ADBBB9.


Border color

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

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

This div border color is #ADBBB9.


Opacity

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

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

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

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

This text has shadow with #ADBBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBBB9 on black background.


Color preview on white background

This text has color #ADBBB9 on white background.



Black color preview on #ADBBB9 background

This text has black color on #ADBBB9 background.


White color preview on #ADBBB9 background

This text has white color on #ADBBB9 background.