COLOR #ADB3C5

HEX: #ADB3C5 RGB: (173,179,197)

Color info

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

RGB color model

#ADB3C5 color RGB value is (173,179,197).

RGB: (173,179,197) (68%, 70%, 77%)

RGB channels and saturation

R 173 of 255 = 68%
G 179 of 255 = 70%
B 197 of 255 = 77%

173
179
197

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

Portions of RGB colors in percentages

R + G + B = 173 + 179 + 197 = 549 (100%)
R 173 of 549 ~ 31.51%
G 179 of 549 ~ 32.6%
B 197 of 549 ~ 35.88'%

%31.51
%32.6
%35.88

CMYK color model

#ADB3C5 color CMYK value is (12,9,0,23).

  • cyan value is 12.18%
  • magenta value is 9.14%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (12,9,0,23)
C12M9Y0K23 (12%, 9%, 0%, 23%)
(0.12 / 0.09 / 0.00 / 0.23)

CMYK percentages

%12.18
%9.14
%0
%22.75

Codes

Color #ADB3C5 in popluar color models

AD B3 C5
RGB 173 179 197
HSL 225° 17.14% 72.55%
HSB/HSV 225° 12.18% 77.25%
CMYK 12.18% 9.14% 0.00%
22.75%

Color #ADB3C5 in popluar number systems.

HEX AD B3 C5
Decimal 173 179 197
Binary 10101101 10110011 11000101
Octal 255 263 305

Shades and tints

Shades of #ADB3C5

#ADB3C5
(173,179,197)
#9EA3B4
(158,163,180)
#8F93A3
(143,147,163)
#808392
(128,131,146)
#717381
(113,115,129)
#626370
(98,99,112)
#53535F
(83,83,95)
#44434E
(68,67,78)
#35333D
(53,51,61)
#26232C
(38,35,44)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #ADB3C5

#ADB3C5
(173,179,197)
#B4B9CA
(180,185,202)
#BBBFCF
(187,191,207)
#C2C5D4
(194,197,212)
#C9CBD9
(201,203,217)
#D0D1DE
(208,209,222)
#D7D7E3
(215,215,227)
#DEDDE8
(222,221,232)
#E5E3ED
(229,227,237)
#ECE9F2
(236,233,242)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB3C5; }

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

This text font color is #ADB3C5.

Background Color

.myBgColor { background-color: #ADB3C5; }

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

This div background color is #ADB3C5.

Border color

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

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

This div border color is #ADB3C5.

Opacity

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

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

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

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

This text has shadow with #ADB3C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB3C5.

Preview

Color preview on black background

This text has color #ADB3C5 on black background.


Color preview on white background

This text has color #ADB3C5 on white background.


Black color preview on #ADB3C5 background

This text has black color on #ADB3C5 background.


White color preview on #ADB3C5 background

This text has white color on #ADB3C5 background.


Related colors

Complementary color

Complementary color for #hex is #524C3A.


I love getcolorcode.com

Triadic colors

1 #C5ADB3 and #B3C5AD with #ADB3C5 are triadic colors.

2 #C5B3AD and #B3ADC5 with #ADB3C5 are triadic colors.