COLOR #ADABD5

HEX: #ADABD5
RGB: (173,171,213)

Color info

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

RGB color model

#ADABD5 color RGB value is (173,171,213).

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

RGB channels and saturation

R 173 of 255 = 68%
G 171 of 255 = 67%
B 213 of 255 = 84%

173
171
213

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

Portions of RGB colors in percentages

R + G + B =
173 + 171 + 213 = 557 (100%)
R 173 of 557 ~ 31.06%
G 171 of 557 ~ 30.7%
B 213 of 557 ~ 38.24%

%31.06
%30.7
%38.24

CMYK color model

#ADABD5 color CMYK value is (19,20,0,16).

  • cyan value is 18.78%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(19,20,0,16)
C19M20Y0K16 
(19%,20%,0%,16%)
(0.19/0.20/0.00/0.16)	

CMYK percentages

%18.78
%19.72
%0
%16.47

Codes

Color #ADABD5 in popluar color models

ADABD5
RGB173171213
HSL243°33.33%75.29%
HSB/HSV243°19.72%83.53%
CMYK18.78%19.72%0.00%
16.47%

Color #ADABD5 in popluar number systems.

HEXADABD5
Decimal173171213
Binary101011011010101111010101
Octal255253325

Shades and tints

Shades of #ADABD5

#ADABD5
(173,171,213)
#9E9CC2
(158,156,194)
#8F8DAF
(143,141,175)
#807E9C
(128,126,156)
#716F89
(113,111,137)
#626076
(98,96,118)
#535163
(83,81,99)
#444250
(68,66,80)
#35333D
(53,51,61)
#26242A
(38,36,42)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #ADABD5

#ADABD5
(173,171,213)
#B4B2D8
(180,178,216)
#BBB9DB
(187,185,219)
#C2C0DE
(194,192,222)
#C9C7E1
(201,199,225)
#D0CEE4
(208,206,228)
#D7D5E7
(215,213,231)
#DEDCEA
(222,220,234)
#E5E3ED
(229,227,237)
#ECEAF0
(236,234,240)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADABD5; }

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

This text font color is #ADABD5.


Background Color

.myBgColor { background-color: #ADABD5; }

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

This div background color is #ADABD5.


Border color

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

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

This div border color is #ADABD5.


Opacity

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

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

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

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

This text has shadow with #ADABD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADABD5 on black background.


Color preview on white background

This text has color #ADABD5 on white background.



Black color preview on #ADABD5 background

This text has black color on #ADABD5 background.


White color preview on #ADABD5 background

This text has white color on #ADABD5 background.