COLOR #ADA6D8

HEX: #ADA6D8
RGB: (173,166,216)

Color info

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

RGB color model

#ADA6D8 color RGB value is (173,166,216).

  • red value is 173;
  • green value is 166;
  • blue value is 216.
RGB:
(173,166,216)
(68%,65%,85%)

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 216 of 255 = 85%

173
166
216

R + G + B ~ 73%. #ADA6D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 166 + 216 = 555 (100%)
R 173 of 555 ~ 31.17%
G 166 of 555 ~ 29.91%
B 216 of 555 ~ 38.92%

%31.17
%29.91
%38.92

CMYK color model

#ADA6D8 color CMYK value is (20,23,0,15).

  • cyan value is 19.91%
  • magenta value is 23.15%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(20,23,0,15)
C20M23Y0K15 
(20%,23%,0%,15%)
(0.20/0.23/0.00/0.15)	

CMYK percentages

%19.91
%23.15
%0
%15.29

Codes

Color #ADA6D8 in popluar color models

ADA6D8
RGB173166216
HSL248°39.06%74.90%
HSB/HSV248°23.15%84.71%
CMYK19.91%23.15%0.00%
15.29%

Color #ADA6D8 in popluar number systems.

HEXADA6D8
Decimal173166216
Binary101011011010011011011000
Octal255246330

Shades and tints

Shades of #ADA6D8

#ADA6D8
(173,166,216)
#9E97C5
(158,151,197)
#8F88B2
(143,136,178)
#80799F
(128,121,159)
#716A8C
(113,106,140)
#625B79
(98,91,121)
#534C66
(83,76,102)
#443D53
(68,61,83)
#352E40
(53,46,64)
#261F2D
(38,31,45)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #ADA6D8

#ADA6D8
(173,166,216)
#B4AEDB
(180,174,219)
#BBB6DE
(187,182,222)
#C2BEE1
(194,190,225)
#C9C6E4
(201,198,228)
#D0CEE7
(208,206,231)
#D7D6EA
(215,214,234)
#DEDEED
(222,222,237)
#E5E6F0
(229,230,240)
#ECEEF3
(236,238,243)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA6D8 color. Also use rgb(173,166,216) instead hex code.

Text Font Color

.myTextColor { color: #ADA6D8; }

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

This text font color is #ADA6D8.


Background Color

.myBgColor { background-color: #ADA6D8; }

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

This div background color is #ADA6D8.


Border color

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

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

This div border color is #ADA6D8.


Opacity

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

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

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

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

This text has shadow with #ADA6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA6D8 on black background.


Color preview on white background

This text has color #ADA6D8 on white background.



Black color preview on #ADA6D8 background

This text has black color on #ADA6D8 background.


White color preview on #ADA6D8 background

This text has white color on #ADA6D8 background.