COLOR #A5ADA8

HEX: #A5ADA8
RGB: (165,173,168)

Color info

#A5ADA8 contains red, green and blue colors in about the same proportion. Web safe color of #A5ADA8 is #999999 (or #999).

RGB color model

#A5ADA8 color RGB value is (165,173,168).

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

RGB channels and saturation

R 165 of 255 = 65%
G 173 of 255 = 68%
B 168 of 255 = 66%

165
173
168

R + G + B ~ 66%. #A5ADA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 173 + 168 = 506 (100%)
R 165 of 506 ~ 32.61%
G 173 of 506 ~ 34.19%
B 168 of 506 ~ 33.2%

%32.61
%34.19
%33.2

CMYK color model

#A5ADA8 color CMYK value is (5,0,3,32).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 32.16%
CMYK:
(5,0,3,32)
C5M0Y3K32 
(5%,0%,3%,32%)
(0.05/0.00/0.03/0.32)	

CMYK percentages

%4.62
%0
%2.89
%32.16

Codes

Color #A5ADA8 in popluar color models

A5ADA8
RGB165173168
HSL143°4.65%66.27%
HSB/HSV143°4.62%67.84%
CMYK4.62%0.00%2.89%
32.16%

Color #A5ADA8 in popluar number systems.

HEXA5ADA8
Decimal165173168
Binary101001011010110110101000
Octal245255250

Shades and tints

Shades of #A5ADA8

#A5ADA8
(165,173,168)
#969E99
(150,158,153)
#878F8A
(135,143,138)
#78807B
(120,128,123)
#69716C
(105,113,108)
#5A625D
(90,98,93)
#4B534E
(75,83,78)
#3C443F
(60,68,63)
#2D3530
(45,53,48)
#1E2621
(30,38,33)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #A5ADA8

#A5ADA8
(165,173,168)
#ADB4AF
(173,180,175)
#B5BBB6
(181,187,182)
#BDC2BD
(189,194,189)
#C5C9C4
(197,201,196)
#CDD0CB
(205,208,203)
#D5D7D2
(213,215,210)
#DDDED9
(221,222,217)
#E5E5E0
(229,229,224)
#EDECE7
(237,236,231)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ADA8; }

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

This text font color is #A5ADA8.


Background Color

.myBgColor { background-color: #A5ADA8; }

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

This div background color is #A5ADA8.


Border color

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

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

This div border color is #A5ADA8.


Opacity

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

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

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

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

This text has shadow with #A5ADA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ADA8 on black background.


Color preview on white background

This text has color #A5ADA8 on white background.



Black color preview on #A5ADA8 background

This text has black color on #A5ADA8 background.


White color preview on #A5ADA8 background

This text has white color on #A5ADA8 background.