COLOR #A3ADB8

HEX: #A3ADB8
RGB: (163,173,184)

Color info

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

RGB color model

#A3ADB8 color RGB value is (163,173,184).

  • red value is 163;
  • green value is 173;
  • blue value is 184.
RGB:
(163,173,184)
(64%,68%,72%)

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 184 of 255 = 72%

163
173
184

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

Portions of RGB colors in percentages

R + G + B =
163 + 173 + 184 = 520 (100%)
R 163 of 520 ~ 31.35%
G 173 of 520 ~ 33.27%
B 184 of 520 ~ 35.38%

%31.35
%33.27
%35.38

CMYK color model

#A3ADB8 color CMYK value is (11,6,0,28).

  • cyan value is 11.41%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(11,6,0,28)
C11M6Y0K28 
(11%,6%,0%,28%)
(0.11/0.06/0.00/0.28)	

CMYK percentages

%11.41
%5.98
%0
%27.84

Codes

Color #A3ADB8 in popluar color models

A3ADB8
RGB163173184
HSL211°12.88%68.04%
HSB/HSV211°11.41%72.16%
CMYK11.41%5.98%0.00%
27.84%

Color #A3ADB8 in popluar number systems.

HEXA3ADB8
Decimal163173184
Binary101000111010110110111000
Octal243255270

Shades and tints

Shades of #A3ADB8

#A3ADB8
(163,173,184)
#959EA8
(149,158,168)
#878F98
(135,143,152)
#798088
(121,128,136)
#6B7178
(107,113,120)
#5D6268
(93,98,104)
#4F5358
(79,83,88)
#414448
(65,68,72)
#333538
(51,53,56)
#252628
(37,38,40)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #A3ADB8

#A3ADB8
(163,173,184)
#ABB4BE
(171,180,190)
#B3BBC4
(179,187,196)
#BBC2CA
(187,194,202)
#C3C9D0
(195,201,208)
#CBD0D6
(203,208,214)
#D3D7DC
(211,215,220)
#DBDEE2
(219,222,226)
#E3E5E8
(227,229,232)
#EBECEE
(235,236,238)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3ADB8 color. Also use rgb(163,173,184) instead hex code.

Text Font Color

.myTextColor { color: #A3ADB8; }

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

This text font color is #A3ADB8.


Background Color

.myBgColor { background-color: #A3ADB8; }

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

This div background color is #A3ADB8.


Border color

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

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

This div border color is #A3ADB8.


Opacity

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

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

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

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

This text has shadow with #A3ADB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ADB8 on black background.


Color preview on white background

This text has color #A3ADB8 on white background.



Black color preview on #A3ADB8 background

This text has black color on #A3ADB8 background.


White color preview on #A3ADB8 background

This text has white color on #A3ADB8 background.