COLOR #ADABD0

HEX: #ADABD0
RGB: (173,171,208)

Color info

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

RGB color model

#ADABD0 color RGB value is (173,171,208).

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

RGB channels and saturation

R 173 of 255 = 68%
G 171 of 255 = 67%
B 208 of 255 = 82%

173
171
208

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

Portions of RGB colors in percentages

R + G + B =
173 + 171 + 208 = 552 (100%)
R 173 of 552 ~ 31.34%
G 171 of 552 ~ 30.98%
B 208 of 552 ~ 37.68%

%31.34
%30.98
%37.68

CMYK color model

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

  • cyan value is 16.83%
  • magenta value is 17.79%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(17,18,0,18)
C17M18Y0K18 
(17%,18%,0%,18%)
(0.17/0.18/0.00/0.18)	

CMYK percentages

%16.83
%17.79
%0
%18.43

Codes

Color #ADABD0 in popluar color models

ADABD0
RGB173171208
HSL243°28.24%74.31%
HSB/HSV243°17.79%81.57%
CMYK16.83%17.79%0.00%
18.43%

Color #ADABD0 in popluar number systems.

HEXADABD0
Decimal173171208
Binary101011011010101111010000
Octal255253320

Shades and tints

Shades of #ADABD0

#ADABD0
(173,171,208)
#9E9CBE
(158,156,190)
#8F8DAC
(143,141,172)
#807E9A
(128,126,154)
#716F88
(113,111,136)
#626076
(98,96,118)
#535164
(83,81,100)
#444252
(68,66,82)
#353340
(53,51,64)
#26242E
(38,36,46)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #ADABD0

#ADABD0
(173,171,208)
#B4B2D4
(180,178,212)
#BBB9D8
(187,185,216)
#C2C0DC
(194,192,220)
#C9C7E0
(201,199,224)
#D0CEE4
(208,206,228)
#D7D5E8
(215,213,232)
#DEDCEC
(222,220,236)
#E5E3F0
(229,227,240)
#ECEAF4
(236,234,244)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADABD0; }

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

This text font color is #ADABD0.


Background Color

.myBgColor { background-color: #ADABD0; }

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

This div background color is #ADABD0.


Border color

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

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

This div border color is #ADABD0.


Opacity

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

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

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

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

This text has shadow with #ADABD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADABD0 on black background.


Color preview on white background

This text has color #ADABD0 on white background.



Black color preview on #ADABD0 background

This text has black color on #ADABD0 background.


White color preview on #ADABD0 background

This text has white color on #ADABD0 background.