COLOR #ADA8D4

HEX: #ADA8D4
RGB: (173,168,212)

Color info

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

RGB color model

#ADA8D4 color RGB value is (173,168,212).

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

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 212 of 255 = 83%

173
168
212

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

Portions of RGB colors in percentages

R + G + B =
173 + 168 + 212 = 553 (100%)
R 173 of 553 ~ 31.28%
G 168 of 553 ~ 30.38%
B 212 of 553 ~ 38.34%

%31.28
%30.38
%38.34

CMYK color model

#ADA8D4 color CMYK value is (18,21,0,17).

  • cyan value is 18.40%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(18,21,0,17)
C18M21Y0K17 
(18%,21%,0%,17%)
(0.18/0.21/0.00/0.17)	

CMYK percentages

%18.4
%20.75
%0
%16.86

Codes

Color #ADA8D4 in popluar color models

ADA8D4
RGB173168212
HSL247°33.85%74.51%
HSB/HSV247°20.75%83.14%
CMYK18.40%20.75%0.00%
16.86%

Color #ADA8D4 in popluar number systems.

HEXADA8D4
Decimal173168212
Binary101011011010100011010100
Octal255250324

Shades and tints

Shades of #ADA8D4

#ADA8D4
(173,168,212)
#9E99C1
(158,153,193)
#8F8AAE
(143,138,174)
#807B9B
(128,123,155)
#716C88
(113,108,136)
#625D75
(98,93,117)
#534E62
(83,78,98)
#443F4F
(68,63,79)
#35303C
(53,48,60)
#262129
(38,33,41)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #ADA8D4

#ADA8D4
(173,168,212)
#B4AFD7
(180,175,215)
#BBB6DA
(187,182,218)
#C2BDDD
(194,189,221)
#C9C4E0
(201,196,224)
#D0CBE3
(208,203,227)
#D7D2E6
(215,210,230)
#DED9E9
(222,217,233)
#E5E0EC
(229,224,236)
#ECE7EF
(236,231,239)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA8D4; }

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

This text font color is #ADA8D4.


Background Color

.myBgColor { background-color: #ADA8D4; }

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

This div background color is #ADA8D4.


Border color

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

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

This div border color is #ADA8D4.


Opacity

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

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

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

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

This text has shadow with #ADA8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA8D4 on black background.


Color preview on white background

This text has color #ADA8D4 on white background.



Black color preview on #ADA8D4 background

This text has black color on #ADA8D4 background.


White color preview on #ADA8D4 background

This text has white color on #ADA8D4 background.