COLOR #ADAAC0

HEX: #ADAAC0 RGB: (173,170,192)

Color info

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

RGB color model

#ADAAC0 color RGB value is (173,170,192).

RGB: (173,170,192) (68%, 67%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 192 of 255 = 75%

173
170
192

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

Portions of RGB colors in percentages

R + G + B = 173 + 170 + 192 = 535 (100%)
R 173 of 535 ~ 32.34%
G 170 of 535 ~ 31.78%
B 192 of 535 ~ 35.89'%

%32.34
%31.78
%35.89

CMYK color model

#ADAAC0 color CMYK value is (10,11,0,25).

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

CMYK: (10,11,0,25)
C10M11Y0K25 (10%, 11%, 0%, 25%)
(0.10 / 0.11 / 0.00 / 0.25)

CMYK percentages

%9.9
%11.46
%0
%24.71

Codes

Color #ADAAC0 in popluar color models

AD AA C0
RGB 173 170 192
HSL 248° 14.86% 70.98%
HSB/HSV 248° 11.46% 75.29%
CMYK 9.90% 11.46% 0.00%
24.71%

Color #ADAAC0 in popluar number systems.

HEX AD AA C0
Decimal 173 170 192
Binary 10101101 10101010 11000000
Octal 255 252 300

Shades and tints

Shades of #ADAAC0

#ADAAC0
(173,170,192)
#9E9BAF
(158,155,175)
#8F8C9E
(143,140,158)
#807D8D
(128,125,141)
#716E7C
(113,110,124)
#625F6B
(98,95,107)
#53505A
(83,80,90)
#444149
(68,65,73)
#353238
(53,50,56)
#262327
(38,35,39)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #ADAAC0

#ADAAC0
(173,170,192)
#B4B1C5
(180,177,197)
#BBB8CA
(187,184,202)
#C2BFCF
(194,191,207)
#C9C6D4
(201,198,212)
#D0CDD9
(208,205,217)
#D7D4DE
(215,212,222)
#DEDBE3
(222,219,227)
#E5E2E8
(229,226,232)
#ECE9ED
(236,233,237)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAC0; }

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

This text font color is #ADAAC0.

Background Color

.myBgColor { background-color: #ADAAC0; }

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

This div background color is #ADAAC0.

Border color

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

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

This div border color is #ADAAC0.

Opacity

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

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

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

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

This text has shadow with #ADAAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAAC0.

Preview

Color preview on black background

This text has color #ADAAC0 on black background.


Color preview on white background

This text has color #ADAAC0 on white background.


Black color preview on #ADAAC0 background

This text has black color on #ADAAC0 background.


White color preview on #ADAAC0 background

This text has white color on #ADAAC0 background.


Related colors

Complementary color

Complementary color for #hex is #52553F.


I love getcolorcode.com

Triadic colors

1 #C0ADAA and #AAC0AD with #ADAAC0 are triadic colors.

2 #C0AAAD and #AAADC0 with #ADAAC0 are triadic colors.