COLOR #ADABDA

HEX: #ADABDA
RGB: (173,171,218)

Color info

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

RGB color model

#ADABDA color RGB value is (173,171,218).

  • red value is 173;
  • green value is 171;
  • blue value is 218.
RGB:
(173,171,218)
(68%,67%,85%)

RGB channels and saturation

R 173 of 255 = 68%
G 171 of 255 = 67%
B 218 of 255 = 85%

173
171
218

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

Portions of RGB colors in percentages

R + G + B =
173 + 171 + 218 = 562 (100%)
R 173 of 562 ~ 30.78%
G 171 of 562 ~ 30.43%
B 218 of 562 ~ 38.79%

%30.78
%30.43
%38.79

CMYK color model

#ADABDA color CMYK value is (21,22,0,15).

  • cyan value is 20.64%
  • magenta value is 21.56%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(21,22,0,15)
C21M22Y0K15 
(21%,22%,0%,15%)
(0.21/0.22/0.00/0.15)	

CMYK percentages

%20.64
%21.56
%0
%14.51

Codes

Color #ADABDA in popluar color models

ADABDA
RGB173171218
HSL243°38.84%76.27%
HSB/HSV243°21.56%85.49%
CMYK20.64%21.56%0.00%
14.51%

Color #ADABDA in popluar number systems.

HEXADABDA
Decimal173171218
Binary101011011010101111011010
Octal255253332

Shades and tints

Shades of #ADABDA

#ADABDA
(173,171,218)
#9E9CC7
(158,156,199)
#8F8DB4
(143,141,180)
#807EA1
(128,126,161)
#716F8E
(113,111,142)
#62607B
(98,96,123)
#535168
(83,81,104)
#444255
(68,66,85)
#353342
(53,51,66)
#26242F
(38,36,47)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #ADABDA

#ADABDA
(173,171,218)
#B4B2DD
(180,178,221)
#BBB9E0
(187,185,224)
#C2C0E3
(194,192,227)
#C9C7E6
(201,199,230)
#D0CEE9
(208,206,233)
#D7D5EC
(215,213,236)
#DEDCEF
(222,220,239)
#E5E3F2
(229,227,242)
#ECEAF5
(236,234,245)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADABDA color. Also use rgb(173,171,218) instead hex code.

Text Font Color

.myTextColor { color: #ADABDA; }

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

This text font color is #ADABDA.


Background Color

.myBgColor { background-color: #ADABDA; }

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

This div background color is #ADABDA.


Border color

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

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

This div border color is #ADABDA.


Opacity

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

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

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

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

This text has shadow with #ADABDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADABDA on black background.


Color preview on white background

This text has color #ADABDA on white background.



Black color preview on #ADABDA background

This text has black color on #ADABDA background.


White color preview on #ADABDA background

This text has white color on #ADABDA background.