COLOR #ADA0D3

HEX: #ADA0D3
RGB: (173,160,211)

Color info

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

RGB color model

#ADA0D3 color RGB value is (173,160,211).

  • red value is 173;
  • green value is 160;
  • blue value is 211.
RGB:
(173,160,211)
(68%,63%,83%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 211 of 255 = 83%

173
160
211

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

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 211 = 544 (100%)
R 173 of 544 ~ 31.8%
G 160 of 544 ~ 29.41%
B 211 of 544 ~ 38.79%

%31.8
%29.41
%38.79

CMYK color model

#ADA0D3 color CMYK value is (18,24,0,17).

  • cyan value is 18.01%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(18,24,0,17)
C18M24Y0K17 
(18%,24%,0%,17%)
(0.18/0.24/0.00/0.17)	

CMYK percentages

%18.01
%24.17
%0
%17.25

Codes

Color #ADA0D3 in popluar color models

ADA0D3
RGB173160211
HSL255°36.69%72.75%
HSB/HSV255°24.17%82.75%
CMYK18.01%24.17%0.00%
17.25%

Color #ADA0D3 in popluar number systems.

HEXADA0D3
Decimal173160211
Binary101011011010000011010011
Octal255240323

Shades and tints

Shades of #ADA0D3

#ADA0D3
(173,160,211)
#9E92C0
(158,146,192)
#8F84AD
(143,132,173)
#80769A
(128,118,154)
#716887
(113,104,135)
#625A74
(98,90,116)
#534C61
(83,76,97)
#443E4E
(68,62,78)
#35303B
(53,48,59)
#262228
(38,34,40)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #ADA0D3

#ADA0D3
(173,160,211)
#B4A8D7
(180,168,215)
#BBB0DB
(187,176,219)
#C2B8DF
(194,184,223)
#C9C0E3
(201,192,227)
#D0C8E7
(208,200,231)
#D7D0EB
(215,208,235)
#DED8EF
(222,216,239)
#E5E0F3
(229,224,243)
#ECE8F7
(236,232,247)
#F3F0FB
(243,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA0D3 color. Also use rgb(173,160,211) instead hex code.

Text Font Color

.myTextColor { color: #ADA0D3; }

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

This text font color is #ADA0D3.


Background Color

.myBgColor { background-color: #ADA0D3; }

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

This div background color is #ADA0D3.


Border color

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

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

This div border color is #ADA0D3.


Opacity

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

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

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

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

This text has shadow with #ADA0D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA0D3 on black background.


Color preview on white background

This text has color #ADA0D3 on white background.



Black color preview on #ADA0D3 background

This text has black color on #ADA0D3 background.


White color preview on #ADA0D3 background

This text has white color on #ADA0D3 background.