COLOR #ADA5CB

HEX: #ADA5CB
RGB: (173,165,203)

Color info

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

RGB color model

#ADA5CB color RGB value is (173,165,203).

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

RGB channels and saturation

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

173
165
203

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

Portions of RGB colors in percentages

R + G + B =
173 + 165 + 203 = 541 (100%)
R 173 of 541 ~ 31.98%
G 165 of 541 ~ 30.5%
B 203 of 541 ~ 37.52%

%31.98
%30.5
%37.52

CMYK color model

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

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

CMYK percentages

%14.78
%18.72
%0
%20.39

Codes

Color #ADA5CB in popluar color models

ADA5CB
RGB173165203
HSL253°26.76%72.16%
HSB/HSV253°18.72%79.61%
CMYK14.78%18.72%0.00%
20.39%

Color #ADA5CB in popluar number systems.

HEXADA5CB
Decimal173165203
Binary101011011010010111001011
Octal255245313

Shades and tints

Shades of #ADA5CB

#ADA5CB
(173,165,203)
#9E96B9
(158,150,185)
#8F87A7
(143,135,167)
#807895
(128,120,149)
#716983
(113,105,131)
#625A71
(98,90,113)
#534B5F
(83,75,95)
#443C4D
(68,60,77)
#352D3B
(53,45,59)
#261E29
(38,30,41)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #ADA5CB

#ADA5CB
(173,165,203)
#B4ADCF
(180,173,207)
#BBB5D3
(187,181,211)
#C2BDD7
(194,189,215)
#C9C5DB
(201,197,219)
#D0CDDF
(208,205,223)
#D7D5E3
(215,213,227)
#DEDDE7
(222,221,231)
#E5E5EB
(229,229,235)
#ECEDEF
(236,237,239)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA5CB; }

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

This text font color is #ADA5CB.


Background Color

.myBgColor { background-color: #ADA5CB; }

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

This div background color is #ADA5CB.


Border color

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

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

This div border color is #ADA5CB.


Opacity

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

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

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

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

This text has shadow with #ADA5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA5CB on black background.


Color preview on white background

This text has color #ADA5CB on white background.



Black color preview on #ADA5CB background

This text has black color on #ADA5CB background.


White color preview on #ADA5CB background

This text has white color on #ADA5CB background.