COLOR #ADA7CC

HEX: #ADA7CC
RGB: (173,167,204)

Color info

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

RGB color model

#ADA7CC color RGB value is (173,167,204).

  • red value is 173;
  • green value is 167;
  • blue value is 204.
RGB:
(173,167,204)
(68%,65%,80%)

RGB channels and saturation

R 173 of 255 = 68%
G 167 of 255 = 65%
B 204 of 255 = 80%

173
167
204

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

Portions of RGB colors in percentages

R + G + B =
173 + 167 + 204 = 544 (100%)
R 173 of 544 ~ 31.8%
G 167 of 544 ~ 30.7%
B 204 of 544 ~ 37.5%

%31.8
%30.7
%37.5

CMYK color model

#ADA7CC color CMYK value is (15,18,0,20).

  • cyan value is 15.20%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(15,18,0,20)
C15M18Y0K20 
(15%,18%,0%,20%)
(0.15/0.18/0.00/0.20)	

CMYK percentages

%15.2
%18.14
%0
%20

Codes

Color #ADA7CC in popluar color models

ADA7CC
RGB173167204
HSL250°26.62%72.75%
HSB/HSV250°18.14%80.00%
CMYK15.20%18.14%0.00%
20.00%

Color #ADA7CC in popluar number systems.

HEXADA7CC
Decimal173167204
Binary101011011010011111001100
Octal255247314

Shades and tints

Shades of #ADA7CC

#ADA7CC
(173,167,204)
#9E98BA
(158,152,186)
#8F89A8
(143,137,168)
#807A96
(128,122,150)
#716B84
(113,107,132)
#625C72
(98,92,114)
#534D60
(83,77,96)
#443E4E
(68,62,78)
#352F3C
(53,47,60)
#26202A
(38,32,42)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #ADA7CC

#ADA7CC
(173,167,204)
#B4AFD0
(180,175,208)
#BBB7D4
(187,183,212)
#C2BFD8
(194,191,216)
#C9C7DC
(201,199,220)
#D0CFE0
(208,207,224)
#D7D7E4
(215,215,228)
#DEDFE8
(222,223,232)
#E5E7EC
(229,231,236)
#ECEFF0
(236,239,240)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA7CC color. Also use rgb(173,167,204) instead hex code.

Text Font Color

.myTextColor { color: #ADA7CC; }

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

This text font color is #ADA7CC.


Background Color

.myBgColor { background-color: #ADA7CC; }

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

This div background color is #ADA7CC.


Border color

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

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

This div border color is #ADA7CC.


Opacity

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

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

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

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

This text has shadow with #ADA7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA7CC on black background.


Color preview on white background

This text has color #ADA7CC on white background.



Black color preview on #ADA7CC background

This text has black color on #ADA7CC background.


White color preview on #ADA7CC background

This text has white color on #ADA7CC background.