COLOR #ADA5CC

HEX: #ADA5CC
RGB: (173,165,204)

Color info

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

RGB color model

#ADA5CC color RGB value is (173,165,204).

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

RGB channels and saturation

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

173
165
204

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

Portions of RGB colors in percentages

R + G + B =
173 + 165 + 204 = 542 (100%)
R 173 of 542 ~ 31.92%
G 165 of 542 ~ 30.44%
B 204 of 542 ~ 37.64%

%31.92
%30.44
%37.64

CMYK color model

#ADA5CC color CMYK value is (15,19,0,20).

  • cyan value is 15.20%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(15,19,0,20)
C15M19Y0K20 
(15%,19%,0%,20%)
(0.15/0.19/0.00/0.20)	

CMYK percentages

%15.2
%19.12
%0
%20

Codes

Color #ADA5CC in popluar color models

ADA5CC
RGB173165204
HSL252°27.66%72.35%
HSB/HSV252°19.12%80.00%
CMYK15.20%19.12%0.00%
20.00%

Color #ADA5CC in popluar number systems.

HEXADA5CC
Decimal173165204
Binary101011011010010111001100
Octal255245314

Shades and tints

Shades of #ADA5CC

#ADA5CC
(173,165,204)
#9E96BA
(158,150,186)
#8F87A8
(143,135,168)
#807896
(128,120,150)
#716984
(113,105,132)
#625A72
(98,90,114)
#534B60
(83,75,96)
#443C4E
(68,60,78)
#352D3C
(53,45,60)
#261E2A
(38,30,42)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #ADA5CC

#ADA5CC
(173,165,204)
#B4ADD0
(180,173,208)
#BBB5D4
(187,181,212)
#C2BDD8
(194,189,216)
#C9C5DC
(201,197,220)
#D0CDE0
(208,205,224)
#D7D5E4
(215,213,228)
#DEDDE8
(222,221,232)
#E5E5EC
(229,229,236)
#ECEDF0
(236,237,240)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA5CC; }

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

This text font color is #ADA5CC.


Background Color

.myBgColor { background-color: #ADA5CC; }

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

This div background color is #ADA5CC.


Border color

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

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

This div border color is #ADA5CC.


Opacity

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

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

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

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

This text has shadow with #ADA5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA5CC on black background.


Color preview on white background

This text has color #ADA5CC on white background.



Black color preview on #ADA5CC background

This text has black color on #ADA5CC background.


White color preview on #ADA5CC background

This text has white color on #ADA5CC background.