COLOR #ADAAB4

HEX: #ADAAB4
RGB: (173,170,180)

Color info

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

RGB color model

#ADAAB4 color RGB value is (173,170,180).

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

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 180 of 255 = 71%

173
170
180

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

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 180 = 523 (100%)
R 173 of 523 ~ 33.08%
G 170 of 523 ~ 32.5%
B 180 of 523 ~ 34.42%

%33.08
%32.5
%34.42

CMYK color model

#ADAAB4 color CMYK value is (4,6,0,29).

  • cyan value is 3.89%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(4,6,0,29)
C4M6Y0K29 
(4%,6%,0%,29%)
(0.04/0.06/0.00/0.29)	

CMYK percentages

%3.89
%5.56
%0
%29.41

Codes

Color #ADAAB4 in popluar color models

ADAAB4
RGB173170180
HSL258°6.25%68.63%
HSB/HSV258°5.56%70.59%
CMYK3.89%5.56%0.00%
29.41%

Color #ADAAB4 in popluar number systems.

HEXADAAB4
Decimal173170180
Binary101011011010101010110100
Octal255252264

Shades and tints

Shades of #ADAAB4

#ADAAB4
(173,170,180)
#9E9BA4
(158,155,164)
#8F8C94
(143,140,148)
#807D84
(128,125,132)
#716E74
(113,110,116)
#625F64
(98,95,100)
#535054
(83,80,84)
#444144
(68,65,68)
#353234
(53,50,52)
#262324
(38,35,36)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADAAB4

#ADAAB4
(173,170,180)
#B4B1BA
(180,177,186)
#BBB8C0
(187,184,192)
#C2BFC6
(194,191,198)
#C9C6CC
(201,198,204)
#D0CDD2
(208,205,210)
#D7D4D8
(215,212,216)
#DEDBDE
(222,219,222)
#E5E2E4
(229,226,228)
#ECE9EA
(236,233,234)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAB4; }

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

This text font color is #ADAAB4.


Background Color

.myBgColor { background-color: #ADAAB4; }

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

This div background color is #ADAAB4.


Border color

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

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

This div border color is #ADAAB4.


Opacity

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

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

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

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

This text has shadow with #ADAAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAAB4 on black background.


Color preview on white background

This text has color #ADAAB4 on white background.



Black color preview on #ADAAB4 background

This text has black color on #ADAAB4 background.


White color preview on #ADAAB4 background

This text has white color on #ADAAB4 background.