COLOR #ADAAC5

HEX: #ADAAC5 RGB: (173,170,197)

Color info

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

RGB color model

#ADAAC5 color RGB value is (173,170,197).

RGB: (173,170,197) (68%, 67%, 77%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 197 of 255 = 77%

173
170
197

R + G + B ~ 71%. #ADAAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 170 + 197 = 540 (100%)
R 173 of 540 ~ 32.04%
G 170 of 540 ~ 31.48%
B 197 of 540 ~ 36.48'%

%32.04
%31.48
%36.48

CMYK color model

#ADAAC5 color CMYK value is (12,14,0,23).

  • cyan value is 12.18%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (12,14,0,23)
C12M14Y0K23 (12%, 14%, 0%, 23%)
(0.12 / 0.14 / 0.00 / 0.23)

CMYK percentages

%12.18
%13.71
%0
%22.75

Codes

Color #ADAAC5 in popluar color models

AD AA C5
RGB 173 170 197
HSL 247° 18.88% 71.96%
HSB/HSV 247° 13.71% 77.25%
CMYK 12.18% 13.71% 0.00%
22.75%

Color #ADAAC5 in popluar number systems.

HEX AD AA C5
Decimal 173 170 197
Binary 10101101 10101010 11000101
Octal 255 252 305

Shades and tints

Shades of #ADAAC5

#ADAAC5
(173,170,197)
#9E9BB4
(158,155,180)
#8F8CA3
(143,140,163)
#807D92
(128,125,146)
#716E81
(113,110,129)
#625F70
(98,95,112)
#53505F
(83,80,95)
#44414E
(68,65,78)
#35323D
(53,50,61)
#26232C
(38,35,44)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #ADAAC5

#ADAAC5
(173,170,197)
#B4B1CA
(180,177,202)
#BBB8CF
(187,184,207)
#C2BFD4
(194,191,212)
#C9C6D9
(201,198,217)
#D0CDDE
(208,205,222)
#D7D4E3
(215,212,227)
#DEDBE8
(222,219,232)
#E5E2ED
(229,226,237)
#ECE9F2
(236,233,242)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAC5; }

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

This text font color is #ADAAC5.

Background Color

.myBgColor { background-color: #ADAAC5; }

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

This div background color is #ADAAC5.

Border color

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

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

This div border color is #ADAAC5.

Opacity

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

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

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

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

This text has shadow with #ADAAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAAC5.

Preview

Color preview on black background

This text has color #ADAAC5 on black background.


Color preview on white background

This text has color #ADAAC5 on white background.


Black color preview on #ADAAC5 background

This text has black color on #ADAAC5 background.


White color preview on #ADAAC5 background

This text has white color on #ADAAC5 background.


Related colors

Complementary color

Complementary color for #hex is #52553A.


I love getcolorcode.com

Triadic colors

1 #C5ADAA and #AAC5AD with #ADAAC5 are triadic colors.

2 #C5AAAD and #AAADC5 with #ADAAC5 are triadic colors.