COLOR #ADA4D4

HEX: #ADA4D4
RGB: (173,164,212)

Color info

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

RGB color model

#ADA4D4 color RGB value is (173,164,212).

  • red value is 173;
  • green value is 164;
  • blue value is 212.
RGB:
(173,164,212)
(68%,64%,83%)

RGB channels and saturation

R 173 of 255 = 68%
G 164 of 255 = 64%
B 212 of 255 = 83%

173
164
212

R + G + B ~ 72%. #ADA4D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 164 + 212 = 549 (100%)
R 173 of 549 ~ 31.51%
G 164 of 549 ~ 29.87%
B 212 of 549 ~ 38.62%

%31.51
%29.87
%38.62

CMYK color model

#ADA4D4 color CMYK value is (18,23,0,17).

  • cyan value is 18.40%
  • magenta value is 22.64%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(18,23,0,17)
C18M23Y0K17 
(18%,23%,0%,17%)
(0.18/0.23/0.00/0.17)	

CMYK percentages

%18.4
%22.64
%0
%16.86

Codes

Color #ADA4D4 in popluar color models

ADA4D4
RGB173164212
HSL251°35.82%73.73%
HSB/HSV251°22.64%83.14%
CMYK18.40%22.64%0.00%
16.86%

Color #ADA4D4 in popluar number systems.

HEXADA4D4
Decimal173164212
Binary101011011010010011010100
Octal255244324

Shades and tints

Shades of #ADA4D4

#ADA4D4
(173,164,212)
#9E96C1
(158,150,193)
#8F88AE
(143,136,174)
#807A9B
(128,122,155)
#716C88
(113,108,136)
#625E75
(98,94,117)
#535062
(83,80,98)
#44424F
(68,66,79)
#35343C
(53,52,60)
#262629
(38,38,41)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #ADA4D4

#ADA4D4
(173,164,212)
#B4ACD7
(180,172,215)
#BBB4DA
(187,180,218)
#C2BCDD
(194,188,221)
#C9C4E0
(201,196,224)
#D0CCE3
(208,204,227)
#D7D4E6
(215,212,230)
#DEDCE9
(222,220,233)
#E5E4EC
(229,228,236)
#ECECEF
(236,236,239)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA4D4 color. Also use rgb(173,164,212) instead hex code.

Text Font Color

.myTextColor { color: #ADA4D4; }

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

This text font color is #ADA4D4.


Background Color

.myBgColor { background-color: #ADA4D4; }

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

This div background color is #ADA4D4.


Border color

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

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

This div border color is #ADA4D4.


Opacity

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

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

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

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

This text has shadow with #ADA4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA4D4 on black background.


Color preview on white background

This text has color #ADA4D4 on white background.



Black color preview on #ADA4D4 background

This text has black color on #ADA4D4 background.


White color preview on #ADA4D4 background

This text has white color on #ADA4D4 background.