COLOR #ADB5C9

HEX: #ADB5C9 RGB: (173,181,201)

Color info

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

RGB color model

#ADB5C9 color RGB value is (173,181,201).

RGB: (173,181,201) (68%, 71%, 79%)

RGB channels and saturation

R 173 of 255 = 68%
G 181 of 255 = 71%
B 201 of 255 = 79%

173
181
201

R + G + B ~ 73%. #ADB5C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 181 + 201 = 555 (100%)
R 173 of 555 ~ 31.17%
G 181 of 555 ~ 32.61%
B 201 of 555 ~ 36.22'%

%31.17
%32.61
%36.22

CMYK color model

#ADB5C9 color CMYK value is (14,10,0,21).

  • cyan value is 13.93%
  • magenta value is 9.95%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (14,10,0,21)
C14M10Y0K21 (14%, 10%, 0%, 21%)
(0.14 / 0.10 / 0.00 / 0.21)

CMYK percentages

%13.93
%9.95
%0
%21.18

Codes

Color #ADB5C9 in popluar color models

AD B5 C9
RGB 173 181 201
HSL 223° 20.59% 73.33%
HSB/HSV 223° 13.93% 78.82%
CMYK 13.93% 9.95% 0.00%
21.18%

Color #ADB5C9 in popluar number systems.

HEX AD B5 C9
Decimal 173 181 201
Binary 10101101 10110101 11001001
Octal 255 265 311

Shades and tints

Shades of #ADB5C9

#ADB5C9
(173,181,201)
#9EA5B7
(158,165,183)
#8F95A5
(143,149,165)
#808593
(128,133,147)
#717581
(113,117,129)
#62656F
(98,101,111)
#53555D
(83,85,93)
#44454B
(68,69,75)
#353539
(53,53,57)
#262527
(38,37,39)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADB5C9

#ADB5C9
(173,181,201)
#B4BBCD
(180,187,205)
#BBC1D1
(187,193,209)
#C2C7D5
(194,199,213)
#C9CDD9
(201,205,217)
#D0D3DD
(208,211,221)
#D7D9E1
(215,217,225)
#DEDFE5
(222,223,229)
#E5E5E9
(229,229,233)
#ECEBED
(236,235,237)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB5C9; }

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

This text font color is #ADB5C9.

Background Color

.myBgColor { background-color: #ADB5C9; }

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

This div background color is #ADB5C9.

Border color

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

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

This div border color is #ADB5C9.

Opacity

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

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

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

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

This text has shadow with #ADB5C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB5C9.

Preview

Color preview on black background

This text has color #ADB5C9 on black background.


Color preview on white background

This text has color #ADB5C9 on white background.


Black color preview on #ADB5C9 background

This text has black color on #ADB5C9 background.


White color preview on #ADB5C9 background

This text has white color on #ADB5C9 background.


Related colors

Complementary color

Complementary color for #hex is #524A36.


I love getcolorcode.com

Triadic colors

1 #C9ADB5 and #B5C9AD with #ADB5C9 are triadic colors.

2 #C9B5AD and #B5ADC9 with #ADB5C9 are triadic colors.