COLOR #ADB4D1

HEX: #ADB4D1
RGB: (173,180,209)

Color info

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

RGB color model

#ADB4D1 color RGB value is (173,180,209).

  • red value is 173;
  • green value is 180;
  • blue value is 209.
RGB:
(173,180,209)
(68%,71%,82%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 209 of 255 = 82%

173
180
209

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

Portions of RGB colors in percentages

R + G + B =
173 + 180 + 209 = 562 (100%)
R 173 of 562 ~ 30.78%
G 180 of 562 ~ 32.03%
B 209 of 562 ~ 37.19%

%30.78
%32.03
%37.19

CMYK color model

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

  • cyan value is 17.22%
  • magenta value is 13.88%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(17,14,0,18)
C17M14Y0K18 
(17%,14%,0%,18%)
(0.17/0.14/0.00/0.18)	

CMYK percentages

%17.22
%13.88
%0
%18.04

Codes

Color #ADB4D1 in popluar color models

ADB4D1
RGB173180209
HSL228°28.13%74.90%
HSB/HSV228°17.22%81.96%
CMYK17.22%13.88%0.00%
18.04%

Color #ADB4D1 in popluar number systems.

HEXADB4D1
Decimal173180209
Binary101011011011010011010001
Octal255264321

Shades and tints

Shades of #ADB4D1

#ADB4D1
(173,180,209)
#9EA4BE
(158,164,190)
#8F94AB
(143,148,171)
#808498
(128,132,152)
#717485
(113,116,133)
#626472
(98,100,114)
#53545F
(83,84,95)
#44444C
(68,68,76)
#353439
(53,52,57)
#262426
(38,36,38)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #ADB4D1

#ADB4D1
(173,180,209)
#B4BAD5
(180,186,213)
#BBC0D9
(187,192,217)
#C2C6DD
(194,198,221)
#C9CCE1
(201,204,225)
#D0D2E5
(208,210,229)
#D7D8E9
(215,216,233)
#DEDEED
(222,222,237)
#E5E4F1
(229,228,241)
#ECEAF5
(236,234,245)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB4D1 color. Also use rgb(173,180,209) instead hex code.

Text Font Color

.myTextColor { color: #ADB4D1; }

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

This text font color is #ADB4D1.


Background Color

.myBgColor { background-color: #ADB4D1; }

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

This div background color is #ADB4D1.


Border color

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

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

This div border color is #ADB4D1.


Opacity

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

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

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

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

This text has shadow with #ADB4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB4D1 on black background.


Color preview on white background

This text has color #ADB4D1 on white background.



Black color preview on #ADB4D1 background

This text has black color on #ADB4D1 background.


White color preview on #ADB4D1 background

This text has white color on #ADB4D1 background.