COLOR #ADA2B4

HEX: #ADA2B4
RGB: (173,162,180)

Color info

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

RGB color model

#ADA2B4 color RGB value is (173,162,180).

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

RGB channels and saturation

R 173 of 255 = 68%
G 162 of 255 = 64%
B 180 of 255 = 71%

173
162
180

R + G + B ~ 68%. #ADA2B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 162 + 180 = 515 (100%)
R 173 of 515 ~ 33.59%
G 162 of 515 ~ 31.46%
B 180 of 515 ~ 34.95%

%33.59
%31.46
%34.95

CMYK color model

#ADA2B4 color CMYK value is (4,10,0,29).

  • cyan value is 3.89%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(4,10,0,29)
C4M10Y0K29 
(4%,10%,0%,29%)
(0.04/0.10/0.00/0.29)	

CMYK percentages

%3.89
%10
%0
%29.41

Codes

Color #ADA2B4 in popluar color models

ADA2B4
RGB173162180
HSL277°10.71%67.06%
HSB/HSV277°10.00%70.59%
CMYK3.89%10.00%0.00%
29.41%

Color #ADA2B4 in popluar number systems.

HEXADA2B4
Decimal173162180
Binary101011011010001010110100
Octal255242264

Shades and tints

Shades of #ADA2B4

#ADA2B4
(173,162,180)
#9E94A4
(158,148,164)
#8F8694
(143,134,148)
#807884
(128,120,132)
#716A74
(113,106,116)
#625C64
(98,92,100)
#534E54
(83,78,84)
#444044
(68,64,68)
#353234
(53,50,52)
#262424
(38,36,36)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #ADA2B4

#ADA2B4
(173,162,180)
#B4AABA
(180,170,186)
#BBB2C0
(187,178,192)
#C2BAC6
(194,186,198)
#C9C2CC
(201,194,204)
#D0CAD2
(208,202,210)
#D7D2D8
(215,210,216)
#DEDADE
(222,218,222)
#E5E2E4
(229,226,228)
#ECEAEA
(236,234,234)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA2B4; }

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

This text font color is #ADA2B4.


Background Color

.myBgColor { background-color: #ADA2B4; }

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

This div background color is #ADA2B4.


Border color

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

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

This div border color is #ADA2B4.


Opacity

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

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

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

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

This text has shadow with #ADA2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA2B4 on black background.


Color preview on white background

This text has color #ADA2B4 on white background.



Black color preview on #ADA2B4 background

This text has black color on #ADA2B4 background.


White color preview on #ADA2B4 background

This text has white color on #ADA2B4 background.