COLOR #ADA8C0

HEX: #ADA8C0 RGB: (173,168,192)

Color info

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

RGB color model

#ADA8C0 color RGB value is (173,168,192).

RGB: (173,168,192) (68%, 66%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 192 of 255 = 75%

173
168
192

R + G + B ~ 70%. #ADA8C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 168 + 192 = 533 (100%)
R 173 of 533 ~ 32.46%
G 168 of 533 ~ 31.52%
B 192 of 533 ~ 36.02'%

%32.46
%31.52
%36.02

CMYK color model

#ADA8C0 color CMYK value is (10,13,0,25).

  • cyan value is 9.90%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (10,13,0,25)
C10M13Y0K25 (10%, 13%, 0%, 25%)
(0.10 / 0.13 / 0.00 / 0.25)

CMYK percentages

%9.9
%12.5
%0
%24.71

Codes

Color #ADA8C0 in popluar color models

AD A8 C0
RGB 173 168 192
HSL 253° 16.00% 70.59%
HSB/HSV 253° 12.50% 75.29%
CMYK 9.90% 12.50% 0.00%
24.71%

Color #ADA8C0 in popluar number systems.

HEX AD A8 C0
Decimal 173 168 192
Binary 10101101 10101000 11000000
Octal 255 250 300

Shades and tints

Shades of #ADA8C0

#ADA8C0
(173,168,192)
#9E99AF
(158,153,175)
#8F8A9E
(143,138,158)
#807B8D
(128,123,141)
#716C7C
(113,108,124)
#625D6B
(98,93,107)
#534E5A
(83,78,90)
#443F49
(68,63,73)
#353038
(53,48,56)
#262127
(38,33,39)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #ADA8C0

#ADA8C0
(173,168,192)
#B4AFC5
(180,175,197)
#BBB6CA
(187,182,202)
#C2BDCF
(194,189,207)
#C9C4D4
(201,196,212)
#D0CBD9
(208,203,217)
#D7D2DE
(215,210,222)
#DED9E3
(222,217,227)
#E5E0E8
(229,224,232)
#ECE7ED
(236,231,237)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA8C0; }

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

This text font color is #ADA8C0.

Background Color

.myBgColor { background-color: #ADA8C0; }

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

This div background color is #ADA8C0.

Border color

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

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

This div border color is #ADA8C0.

Opacity

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

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

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

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

This text has shadow with #ADA8C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA8C0.

Preview

Color preview on black background

This text has color #ADA8C0 on black background.


Color preview on white background

This text has color #ADA8C0 on white background.


Black color preview on #ADA8C0 background

This text has black color on #ADA8C0 background.


White color preview on #ADA8C0 background

This text has white color on #ADA8C0 background.


Related colors

Complementary color

Complementary color for #hex is #52573F.


I love getcolorcode.com

Triadic colors

1 #C0ADA8 and #A8C0AD with #ADA8C0 are triadic colors.

2 #C0A8AD and #A8ADC0 with #ADA8C0 are triadic colors.