COLOR #ADB5C3

HEX: #ADB5C3 RGB: (173,181,195)

Color info

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

RGB color model

#ADB5C3 color RGB value is (173,181,195).

RGB: (173,181,195) (68%, 71%, 76%)

RGB channels and saturation

R 173 of 255 = 68%
G 181 of 255 = 71%
B 195 of 255 = 76%

173
181
195

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

Portions of RGB colors in percentages

R + G + B = 173 + 181 + 195 = 549 (100%)
R 173 of 549 ~ 31.51%
G 181 of 549 ~ 32.97%
B 195 of 549 ~ 35.52'%

%31.51
%32.97
%35.52

CMYK color model

#ADB5C3 color CMYK value is (11,7,0,24).

  • cyan value is 11.28%
  • magenta value is 7.18%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (11,7,0,24) C11M7Y0K24 (11%,7%,0%,24%) (0.11/0.07/0.00/0.24) 

CMYK percentages

%11.28
%7.18
%0
%23.53

Codes

Color #ADB5C3 in popluar color models

AD B5 C3
RGB 173 181 195
HSL 218° 15.49% 72.16%
HSB/HSV 218° 11.28% 76.47%
CMYK 11.28% 7.18% 0.00%
23.53%

Color #ADB5C3 in popluar number systems.

HEX AD B5 C3
Decimal 173 181 195
Binary 10101101 10110101 11000011
Octal 255 265 303

Shades and tints

Shades of #ADB5C3

#ADB5C3
(173,181,195)
#9EA5B2
(158,165,178)
#8F95A1
(143,149,161)
#808590
(128,133,144)
#71757F
(113,117,127)
#62656E
(98,101,110)
#53555D
(83,85,93)
#44454C
(68,69,76)
#35353B
(53,53,59)
#26252A
(38,37,42)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #ADB5C3

#ADB5C3
(173,181,195)
#B4BBC8
(180,187,200)
#BBC1CD
(187,193,205)
#C2C7D2
(194,199,210)
#C9CDD7
(201,205,215)
#D0D3DC
(208,211,220)
#D7D9E1
(215,217,225)
#DEDFE6
(222,223,230)
#E5E5EB
(229,229,235)
#ECEBF0
(236,235,240)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB5C3 color. Also use rgb(173,181,195) instead hex code.

Text Font Color

.myTextColor { color: #ADB5C3; }

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

This text font color is #ADB5C3.

Background Color

.myBgColor { background-color: #ADB5C3; }

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

This div background color is #ADB5C3.

Border color

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

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

This div border color is #ADB5C3.

Opacity

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

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

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

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

This text has shadow with #ADB5C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB5C3.

Preview

Color preview on black background

This text has color #ADB5C3 on black background.


Color preview on white background

This text has color #ADB5C3 on white background.


Black color preview on #ADB5C3 background

This text has black color on #ADB5C3 background.


White color preview on #ADB5C3 background

This text has white color on #ADB5C3 background.


Related colors

Complementary color

Complementary color for #hex is #524A3C.


I love getcolorcode.com

Triadic colors

1 #C3ADB5 and #B5C3AD with #ADB5C3 are triadic colors.

2 #C3B5AD and #B5ADC3 with #ADB5C3 are triadic colors.