COLOR #ADACC7

HEX: #ADACC7 RGB: (173,172,199)

Color info

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

RGB color model

#ADACC7 color RGB value is (173,172,199).

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

RGB channels and saturation

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

173
172
199

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

Portions of RGB colors in percentages

R + G + B = 173 + 172 + 199 = 544 (100%)
R 173 of 544 ~ 31.8%
G 172 of 544 ~ 31.62%
B 199 of 544 ~ 36.58'%

%31.8
%31.62
%36.58

CMYK color model

#ADACC7 color CMYK value is (13,14,0,22).

  • cyan value is 13.07%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (13,14,0,22) C13M14Y0K22 (13%,14%,0%,22%) (0.13/0.14/0.00/0.22) 

CMYK percentages

%13.07
%13.57
%0
%21.96

Codes

Color #ADACC7 in popluar color models

AD AC C7
RGB 173 172 199
HSL 242° 19.42% 72.75%
HSB/HSV 242° 13.57% 78.04%
CMYK 13.07% 13.57% 0.00%
21.96%

Color #ADACC7 in popluar number systems.

HEX AD AC C7
Decimal 173 172 199
Binary 10101101 10101100 11000111
Octal 255 254 307

Shades and tints

Shades of #ADACC7

#ADACC7
(173,172,199)
#9E9DB5
(158,157,181)
#8F8EA3
(143,142,163)
#807F91
(128,127,145)
#71707F
(113,112,127)
#62616D
(98,97,109)
#53525B
(83,82,91)
#444349
(68,67,73)
#353437
(53,52,55)
#262525
(38,37,37)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #ADACC7

#ADACC7
(173,172,199)
#B4B3CC
(180,179,204)
#BBBAD1
(187,186,209)
#C2C1D6
(194,193,214)
#C9C8DB
(201,200,219)
#D0CFE0
(208,207,224)
#D7D6E5
(215,214,229)
#DEDDEA
(222,221,234)
#E5E4EF
(229,228,239)
#ECEBF4
(236,235,244)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADACC7; }

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

This text font color is #ADACC7.

Background Color

.myBgColor { background-color: #ADACC7; }

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

This div background color is #ADACC7.

Border color

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

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

This div border color is #ADACC7.

Opacity

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

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

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

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

This text has shadow with #ADACC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADACC7.

Preview

Color preview on black background

This text has color #ADACC7 on black background.


Color preview on white background

This text has color #ADACC7 on white background.


Black color preview on #ADACC7 background

This text has black color on #ADACC7 background.


White color preview on #ADACC7 background

This text has white color on #ADACC7 background.


Related colors

Complementary color

Complementary color for #hex is #525338.


I love getcolorcode.com

Triadic colors

1 #C7ADAC and #ACC7AD with #ADACC7 are triadic colors.

2 #C7ACAD and #ACADC7 with #ADACC7 are triadic colors.