COLOR #ADA1BF

HEX: #ADA1BF
RGB: (173,161,191)

Color info

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

RGB color model

#ADA1BF color RGB value is (173,161,191).

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

RGB channels and saturation

R 173 of 255 = 68%
G 161 of 255 = 63%
B 191 of 255 = 75%

173
161
191

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

Portions of RGB colors in percentages

R + G + B =
173 + 161 + 191 = 525 (100%)
R 173 of 525 ~ 32.95%
G 161 of 525 ~ 30.67%
B 191 of 525 ~ 36.38%

%32.95
%30.67
%36.38

CMYK color model

#ADA1BF color CMYK value is (9,16,0,25).

  • cyan value is 9.42%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(9,16,0,25)
C9M16Y0K25 
(9%,16%,0%,25%)
(0.09/0.16/0.00/0.25)	

CMYK percentages

%9.42
%15.71
%0
%25.1

Codes

Color #ADA1BF in popluar color models

ADA1BF
RGB173161191
HSL264°18.99%69.02%
HSB/HSV264°15.71%74.90%
CMYK9.42%15.71%0.00%
25.10%

Color #ADA1BF in popluar number systems.

HEXADA1BF
Decimal173161191
Binary101011011010000110111111
Octal255241277

Shades and tints

Shades of #ADA1BF

#ADA1BF
(173,161,191)
#9E93AE
(158,147,174)
#8F859D
(143,133,157)
#80778C
(128,119,140)
#71697B
(113,105,123)
#625B6A
(98,91,106)
#534D59
(83,77,89)
#443F48
(68,63,72)
#353137
(53,49,55)
#262326
(38,35,38)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADA1BF

#ADA1BF
(173,161,191)
#B4A9C4
(180,169,196)
#BBB1C9
(187,177,201)
#C2B9CE
(194,185,206)
#C9C1D3
(201,193,211)
#D0C9D8
(208,201,216)
#D7D1DD
(215,209,221)
#DED9E2
(222,217,226)
#E5E1E7
(229,225,231)
#ECE9EC
(236,233,236)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA1BF; }

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

This text font color is #ADA1BF.


Background Color

.myBgColor { background-color: #ADA1BF; }

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

This div background color is #ADA1BF.


Border color

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

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

This div border color is #ADA1BF.


Opacity

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

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

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

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

This text has shadow with #ADA1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA1BF on black background.


Color preview on white background

This text has color #ADA1BF on white background.



Black color preview on #ADA1BF background

This text has black color on #ADA1BF background.


White color preview on #ADA1BF background

This text has white color on #ADA1BF background.