COLOR #ADA5BF

HEX: #ADA5BF
RGB: (173,165,191)

Color info

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

RGB color model

#ADA5BF color RGB value is (173,165,191).

  • red value is 173;
  • green value is 165;
  • blue value is 191.
RGB:
(173,165,191)
(68%,65%,75%)

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 191 of 255 = 75%

173
165
191

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

Portions of RGB colors in percentages

R + G + B =
173 + 165 + 191 = 529 (100%)
R 173 of 529 ~ 32.7%
G 165 of 529 ~ 31.19%
B 191 of 529 ~ 36.11%

%32.7
%31.19
%36.11

CMYK color model

#ADA5BF color CMYK value is (9,14,0,25).

  • cyan value is 9.42%
  • magenta value is 13.61%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(9,14,0,25)
C9M14Y0K25 
(9%,14%,0%,25%)
(0.09/0.14/0.00/0.25)	

CMYK percentages

%9.42
%13.61
%0
%25.1

Codes

Color #ADA5BF in popluar color models

ADA5BF
RGB173165191
HSL258°16.88%69.80%
HSB/HSV258°13.61%74.90%
CMYK9.42%13.61%0.00%
25.10%

Color #ADA5BF in popluar number systems.

HEXADA5BF
Decimal173165191
Binary101011011010010110111111
Octal255245277

Shades and tints

Shades of #ADA5BF

#ADA5BF
(173,165,191)
#9E96AE
(158,150,174)
#8F879D
(143,135,157)
#80788C
(128,120,140)
#71697B
(113,105,123)
#625A6A
(98,90,106)
#534B59
(83,75,89)
#443C48
(68,60,72)
#352D37
(53,45,55)
#261E26
(38,30,38)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #ADA5BF

#ADA5BF
(173,165,191)
#B4ADC4
(180,173,196)
#BBB5C9
(187,181,201)
#C2BDCE
(194,189,206)
#C9C5D3
(201,197,211)
#D0CDD8
(208,205,216)
#D7D5DD
(215,213,221)
#DEDDE2
(222,221,226)
#E5E5E7
(229,229,231)
#ECEDEC
(236,237,236)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA5BF color. Also use rgb(173,165,191) instead hex code.

Text Font Color

.myTextColor { color: #ADA5BF; }

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

This text font color is #ADA5BF.


Background Color

.myBgColor { background-color: #ADA5BF; }

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

This div background color is #ADA5BF.


Border color

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

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

This div border color is #ADA5BF.


Opacity

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

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

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

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

This text has shadow with #ADA5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA5BF on black background.


Color preview on white background

This text has color #ADA5BF on white background.



Black color preview on #ADA5BF background

This text has black color on #ADA5BF background.


White color preview on #ADA5BF background

This text has white color on #ADA5BF background.