COLOR #ADB3D4

HEX: #ADB3D4 RGB: (173,179,212)

Color info

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

RGB color model

#ADB3D4 color RGB value is (173,179,212).

RGB: (173,179,212) (68%, 70%, 83%)

RGB channels and saturation

R 173 of 255 = 68%
G 179 of 255 = 70%
B 212 of 255 = 83%

173
179
212

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

Portions of RGB colors in percentages

R + G + B = 173 + 179 + 212 = 564 (100%)
R 173 of 564 ~ 30.67%
G 179 of 564 ~ 31.74%
B 212 of 564 ~ 37.59'%

%30.67
%31.74
%37.59

CMYK color model

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

  • cyan value is 18.40%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK: (18,16,0,17) C18M16Y0K17 (18%,16%,0%,17%) (0.18/0.16/0.00/0.17) 

CMYK percentages

%18.4
%15.57
%0
%16.86

Codes

Color #ADB3D4 in popluar color models

AD B3 D4
RGB 173 179 212
HSL 231° 31.20% 75.49%
HSB/HSV 231° 18.40% 83.14%
CMYK 18.40% 15.57% 0.00%
16.86%

Color #ADB3D4 in popluar number systems.

HEX AD B3 D4
Decimal 173 179 212
Binary 10101101 10110011 11010100
Octal 255 263 324

Shades and tints

Shades of #ADB3D4

#ADB3D4
(173,179,212)
#9EA3C1
(158,163,193)
#8F93AE
(143,147,174)
#80839B
(128,131,155)
#717388
(113,115,136)
#626375
(98,99,117)
#535362
(83,83,98)
#44434F
(68,67,79)
#35333C
(53,51,60)
#262329
(38,35,41)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #ADB3D4

#ADB3D4
(173,179,212)
#B4B9D7
(180,185,215)
#BBBFDA
(187,191,218)
#C2C5DD
(194,197,221)
#C9CBE0
(201,203,224)
#D0D1E3
(208,209,227)
#D7D7E6
(215,215,230)
#DEDDE9
(222,221,233)
#E5E3EC
(229,227,236)
#ECE9EF
(236,233,239)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB3D4; }

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

This text font color is #ADB3D4.

Background Color

.myBgColor { background-color: #ADB3D4; }

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

This div background color is #ADB3D4.

Border color

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

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

This div border color is #ADB3D4.

Opacity

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

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

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

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

This text has shadow with #ADB3D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB3D4.

Preview

Color preview on black background

This text has color #ADB3D4 on black background.


Color preview on white background

This text has color #ADB3D4 on white background.


Black color preview on #ADB3D4 background

This text has black color on #ADB3D4 background.


White color preview on #ADB3D4 background

This text has white color on #ADB3D4 background.


Related colors

Complementary color

Complementary color for #hex is #524C2B.


I love getcolorcode.com

Triadic colors

1 #D4ADB3 and #B3D4AD with #ADB3D4 are triadic colors.

2 #D4B3AD and #B3ADD4 with #ADB3D4 are triadic colors.