COLOR #ADBBAA

HEX: #ADBBAA
RGB: (173,187,170)

Color info

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

RGB color model

#ADBBAA color RGB value is (173,187,170).

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

RGB channels and saturation

R 173 of 255 = 68%
G 187 of 255 = 73%
B 170 of 255 = 67%

173
187
170

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

Portions of RGB colors in percentages

R + G + B =
173 + 187 + 170 = 530 (100%)
R 173 of 530 ~ 32.64%
G 187 of 530 ~ 35.28%
B 170 of 530 ~ 32.08%

%32.64
%35.28
%32.08

CMYK color model

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

  • cyan value is 7.49%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 26.67%
CMYK:
(7,0,9,27)
C7M0Y9K27 
(7%,0%,9%,27%)
(0.07/0.00/0.09/0.27)	

CMYK percentages

%7.49
%0
%9.09
%26.67

Codes

Color #ADBBAA in popluar color models

ADBBAA
RGB173187170
HSL109°11.11%70.00%
HSB/HSV109°9.09%73.33%
CMYK7.49%0.00%9.09%
26.67%

Color #ADBBAA in popluar number systems.

HEXADBBAA
Decimal173187170
Binary101011011011101110101010
Octal255273252

Shades and tints

Shades of #ADBBAA

#ADBBAA
(173,187,170)
#9EAA9B
(158,170,155)
#8F998C
(143,153,140)
#80887D
(128,136,125)
#71776E
(113,119,110)
#62665F
(98,102,95)
#535550
(83,85,80)
#444441
(68,68,65)
#353332
(53,51,50)
#262223
(38,34,35)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #ADBBAA

#ADBBAA
(173,187,170)
#B4C1B1
(180,193,177)
#BBC7B8
(187,199,184)
#C2CDBF
(194,205,191)
#C9D3C6
(201,211,198)
#D0D9CD
(208,217,205)
#D7DFD4
(215,223,212)
#DEE5DB
(222,229,219)
#E5EBE2
(229,235,226)
#ECF1E9
(236,241,233)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBBAA; }

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

This text font color is #ADBBAA.


Background Color

.myBgColor { background-color: #ADBBAA; }

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

This div background color is #ADBBAA.


Border color

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

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

This div border color is #ADBBAA.


Opacity

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

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

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

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

This text has shadow with #ADBBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBBAA on black background.


Color preview on white background

This text has color #ADBBAA on white background.



Black color preview on #ADBBAA background

This text has black color on #ADBBAA background.


White color preview on #ADBBAA background

This text has white color on #ADBBAA background.