COLOR #ADA2BB

HEX: #ADA2BB
RGB: (173,162,187)

Color info

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

RGB color model

#ADA2BB color RGB value is (173,162,187).

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

RGB channels and saturation

R 173 of 255 = 68%
G 162 of 255 = 64%
B 187 of 255 = 73%

173
162
187

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

Portions of RGB colors in percentages

R + G + B =
173 + 162 + 187 = 522 (100%)
R 173 of 522 ~ 33.14%
G 162 of 522 ~ 31.03%
B 187 of 522 ~ 35.82%

%33.14
%31.03
%35.82

CMYK color model

#ADA2BB color CMYK value is (7,13,0,27).

  • cyan value is 7.49%
  • magenta value is 13.37%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(7,13,0,27)
C7M13Y0K27 
(7%,13%,0%,27%)
(0.07/0.13/0.00/0.27)	

CMYK percentages

%7.49
%13.37
%0
%26.67

Codes

Color #ADA2BB in popluar color models

ADA2BB
RGB173162187
HSL266°15.53%68.43%
HSB/HSV266°13.37%73.33%
CMYK7.49%13.37%0.00%
26.67%

Color #ADA2BB in popluar number systems.

HEXADA2BB
Decimal173162187
Binary101011011010001010111011
Octal255242273

Shades and tints

Shades of #ADA2BB

#ADA2BB
(173,162,187)
#9E94AA
(158,148,170)
#8F8699
(143,134,153)
#807888
(128,120,136)
#716A77
(113,106,119)
#625C66
(98,92,102)
#534E55
(83,78,85)
#444044
(68,64,68)
#353233
(53,50,51)
#262422
(38,36,34)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #ADA2BB

#ADA2BB
(173,162,187)
#B4AAC1
(180,170,193)
#BBB2C7
(187,178,199)
#C2BACD
(194,186,205)
#C9C2D3
(201,194,211)
#D0CAD9
(208,202,217)
#D7D2DF
(215,210,223)
#DEDAE5
(222,218,229)
#E5E2EB
(229,226,235)
#ECEAF1
(236,234,241)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA2BB; }

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

This text font color is #ADA2BB.


Background Color

.myBgColor { background-color: #ADA2BB; }

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

This div background color is #ADA2BB.


Border color

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

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

This div border color is #ADA2BB.


Opacity

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

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

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

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

This text has shadow with #ADA2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA2BB on black background.


Color preview on white background

This text has color #ADA2BB on white background.



Black color preview on #ADA2BB background

This text has black color on #ADA2BB background.


White color preview on #ADA2BB background

This text has white color on #ADA2BB background.