COLOR #ADAAC7

HEX: #ADAAC7 RGB: (173,170,199)

Color info

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

RGB color model

#ADAAC7 color RGB value is (173,170,199).

RGB: (173,170,199) (68%, 67%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 199 of 255 = 78%

173
170
199

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

Portions of RGB colors in percentages

R + G + B = 173 + 170 + 199 = 542 (100%)
R 173 of 542 ~ 31.92%
G 170 of 542 ~ 31.37%
B 199 of 542 ~ 36.72'%

%31.92
%31.37
%36.72

CMYK color model

#ADAAC7 color CMYK value is (13,15,0,22).

  • cyan value is 13.07%
  • magenta value is 14.57%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (13,15,0,22)
C13M15Y0K22 (13%, 15%, 0%, 22%)
(0.13 / 0.15 / 0.00 / 0.22)

CMYK percentages

%13.07
%14.57
%0
%21.96

Codes

Color #ADAAC7 in popluar color models

AD AA C7
RGB 173 170 199
HSL 246° 20.57% 72.35%
HSB/HSV 246° 14.57% 78.04%
CMYK 13.07% 14.57% 0.00%
21.96%

Color #ADAAC7 in popluar number systems.

HEX AD AA C7
Decimal 173 170 199
Binary 10101101 10101010 11000111
Octal 255 252 307

Shades and tints

Shades of #ADAAC7

#ADAAC7
(173,170,199)
#9E9BB5
(158,155,181)
#8F8CA3
(143,140,163)
#807D91
(128,125,145)
#716E7F
(113,110,127)
#625F6D
(98,95,109)
#53505B
(83,80,91)
#444149
(68,65,73)
#353237
(53,50,55)
#262325
(38,35,37)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #ADAAC7

#ADAAC7
(173,170,199)
#B4B1CC
(180,177,204)
#BBB8D1
(187,184,209)
#C2BFD6
(194,191,214)
#C9C6DB
(201,198,219)
#D0CDE0
(208,205,224)
#D7D4E5
(215,212,229)
#DEDBEA
(222,219,234)
#E5E2EF
(229,226,239)
#ECE9F4
(236,233,244)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAC7; }

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

This text font color is #ADAAC7.

Background Color

.myBgColor { background-color: #ADAAC7; }

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

This div background color is #ADAAC7.

Border color

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

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

This div border color is #ADAAC7.

Opacity

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

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

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

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

This text has shadow with #ADAAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAAC7.

Preview

Color preview on black background

This text has color #ADAAC7 on black background.


Color preview on white background

This text has color #ADAAC7 on white background.


Black color preview on #ADAAC7 background

This text has black color on #ADAAC7 background.


White color preview on #ADAAC7 background

This text has white color on #ADAAC7 background.


Related colors

Complementary color

Complementary color for #hex is #525538.


I love getcolorcode.com

Triadic colors

1 #C7ADAA and #AAC7AD with #ADAAC7 are triadic colors.

2 #C7AAAD and #AAADC7 with #ADAAC7 are triadic colors.