COLOR #ADA8BB

HEX: #ADA8BB
RGB: (173,168,187)

Color info

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

RGB color model

#ADA8BB color RGB value is (173,168,187).

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

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 187 of 255 = 73%

173
168
187

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

Portions of RGB colors in percentages

R + G + B =
173 + 168 + 187 = 528 (100%)
R 173 of 528 ~ 32.77%
G 168 of 528 ~ 31.82%
B 187 of 528 ~ 35.42%

%32.77
%31.82
%35.42

CMYK color model

#ADA8BB color CMYK value is (7,10,0,27).

  • cyan value is 7.49%
  • magenta value is 10.16%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(7,10,0,27)
C7M10Y0K27 
(7%,10%,0%,27%)
(0.07/0.10/0.00/0.27)	

CMYK percentages

%7.49
%10.16
%0
%26.67

Codes

Color #ADA8BB in popluar color models

ADA8BB
RGB173168187
HSL256°12.26%69.61%
HSB/HSV256°10.16%73.33%
CMYK7.49%10.16%0.00%
26.67%

Color #ADA8BB in popluar number systems.

HEXADA8BB
Decimal173168187
Binary101011011010100010111011
Octal255250273

Shades and tints

Shades of #ADA8BB

#ADA8BB
(173,168,187)
#9E99AA
(158,153,170)
#8F8A99
(143,138,153)
#807B88
(128,123,136)
#716C77
(113,108,119)
#625D66
(98,93,102)
#534E55
(83,78,85)
#443F44
(68,63,68)
#353033
(53,48,51)
#262122
(38,33,34)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #ADA8BB

#ADA8BB
(173,168,187)
#B4AFC1
(180,175,193)
#BBB6C7
(187,182,199)
#C2BDCD
(194,189,205)
#C9C4D3
(201,196,211)
#D0CBD9
(208,203,217)
#D7D2DF
(215,210,223)
#DED9E5
(222,217,229)
#E5E0EB
(229,224,235)
#ECE7F1
(236,231,241)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA8BB; }

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

This text font color is #ADA8BB.


Background Color

.myBgColor { background-color: #ADA8BB; }

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

This div background color is #ADA8BB.


Border color

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

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

This div border color is #ADA8BB.


Opacity

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

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

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

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

This text has shadow with #ADA8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA8BB on black background.


Color preview on white background

This text has color #ADA8BB on white background.



Black color preview on #ADA8BB background

This text has black color on #ADA8BB background.


White color preview on #ADA8BB background

This text has white color on #ADA8BB background.