COLOR #A1ADBF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

161
173
191

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

Portions of RGB colors in percentages

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

%30.67
%32.95
%36.38

CMYK color model

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

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

CMYK percentages

%15.71
%9.42
%0
%25.1

Codes

Color #A1ADBF in popluar color models

A1ADBF
RGB161173191
HSL216°18.99%69.02%
HSB/HSV216°15.71%74.90%
CMYK15.71%9.42%0.00%
25.10%

Color #A1ADBF in popluar number systems.

HEXA1ADBF
Decimal161173191
Binary101000011010110110111111
Octal241255277

Shades and tints

Shades of #A1ADBF

#A1ADBF
(161,173,191)
#939EAE
(147,158,174)
#858F9D
(133,143,157)
#77808C
(119,128,140)
#69717B
(105,113,123)
#5B626A
(91,98,106)
#4D5359
(77,83,89)
#3F4448
(63,68,72)
#313537
(49,53,55)
#232626
(35,38,38)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #A1ADBF

#A1ADBF
(161,173,191)
#A9B4C4
(169,180,196)
#B1BBC9
(177,187,201)
#B9C2CE
(185,194,206)
#C1C9D3
(193,201,211)
#C9D0D8
(201,208,216)
#D1D7DD
(209,215,221)
#D9DEE2
(217,222,226)
#E1E5E7
(225,229,231)
#E9ECEC
(233,236,236)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ADBF; }

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

This text font color is #A1ADBF.


Background Color

.myBgColor { background-color: #A1ADBF; }

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

This div background color is #A1ADBF.


Border color

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

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

This div border color is #A1ADBF.


Opacity

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

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

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

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

This text has shadow with #A1ADBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ADBF on black background.


Color preview on white background

This text has color #A1ADBF on white background.



Black color preview on #A1ADBF background

This text has black color on #A1ADBF background.


White color preview on #A1ADBF background

This text has white color on #A1ADBF background.