COLOR #ADB3DA

HEX: #ADB3DA
RGB: (173,179,218)

Color info

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

RGB color model

#ADB3DA color RGB value is (173,179,218).

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

RGB channels and saturation

R 173 of 255 = 68%
G 179 of 255 = 70%
B 218 of 255 = 85%

173
179
218

R + G + B ~ 74%. #ADB3DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 179 + 218 = 570 (100%)
R 173 of 570 ~ 30.35%
G 179 of 570 ~ 31.4%
B 218 of 570 ~ 38.25%

%30.35
%31.4
%38.25

CMYK color model

#ADB3DA color CMYK value is (21,18,0,15).

  • cyan value is 20.64%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(21,18,0,15)
C21M18Y0K15 
(21%,18%,0%,15%)
(0.21/0.18/0.00/0.15)	

CMYK percentages

%20.64
%17.89
%0
%14.51

Codes

Color #ADB3DA in popluar color models

ADB3DA
RGB173179218
HSL232°37.82%76.67%
HSB/HSV232°20.64%85.49%
CMYK20.64%17.89%0.00%
14.51%

Color #ADB3DA in popluar number systems.

HEXADB3DA
Decimal173179218
Binary101011011011001111011010
Octal255263332

Shades and tints

Shades of #ADB3DA

#ADB3DA
(173,179,218)
#9EA3C7
(158,163,199)
#8F93B4
(143,147,180)
#8083A1
(128,131,161)
#71738E
(113,115,142)
#62637B
(98,99,123)
#535368
(83,83,104)
#444355
(68,67,85)
#353342
(53,51,66)
#26232F
(38,35,47)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #ADB3DA

#ADB3DA
(173,179,218)
#B4B9DD
(180,185,221)
#BBBFE0
(187,191,224)
#C2C5E3
(194,197,227)
#C9CBE6
(201,203,230)
#D0D1E9
(208,209,233)
#D7D7EC
(215,215,236)
#DEDDEF
(222,221,239)
#E5E3F2
(229,227,242)
#ECE9F5
(236,233,245)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB3DA; }

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

This text font color is #ADB3DA.


Background Color

.myBgColor { background-color: #ADB3DA; }

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

This div background color is #ADB3DA.


Border color

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

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

This div border color is #ADB3DA.


Opacity

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

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

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

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

This text has shadow with #ADB3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB3DA on black background.


Color preview on white background

This text has color #ADB3DA on white background.



Black color preview on #ADB3DA background

This text has black color on #ADB3DA background.


White color preview on #ADB3DA background

This text has white color on #ADB3DA background.