COLOR #ADB9CC

HEX: #ADB9CC RGB: (173,185,204)

Color info

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

RGB color model

#ADB9CC color RGB value is (173,185,204).

RGB: (173,185,204) (68%, 73%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 185 of 255 = 73%
B 204 of 255 = 80%

173
185
204

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

Portions of RGB colors in percentages

R + G + B = 173 + 185 + 204 = 562 (100%)
R 173 of 562 ~ 30.78%
G 185 of 562 ~ 32.92%
B 204 of 562 ~ 36.3'%

%30.78
%32.92
%36.3

CMYK color model

#ADB9CC color CMYK value is (15,9,0,20).

  • cyan value is 15.20%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (15,9,0,20) C15M9Y0K20 (15%,9%,0%,20%) (0.15/0.09/0.00/0.20) 

CMYK percentages

%15.2
%9.31
%0
%20

Codes

Color #ADB9CC in popluar color models

AD B9 CC
RGB 173 185 204
HSL 217° 23.31% 73.92%
HSB/HSV 217° 15.20% 80.00%
CMYK 15.20% 9.31% 0.00%
20.00%

Color #ADB9CC in popluar number systems.

HEX AD B9 CC
Decimal 173 185 204
Binary 10101101 10111001 11001100
Octal 255 271 314

Shades and tints

Shades of #ADB9CC

#ADB9CC
(173,185,204)
#9EA9BA
(158,169,186)
#8F99A8
(143,153,168)
#808996
(128,137,150)
#717984
(113,121,132)
#626972
(98,105,114)
#535960
(83,89,96)
#44494E
(68,73,78)
#35393C
(53,57,60)
#26292A
(38,41,42)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #ADB9CC

#ADB9CC
(173,185,204)
#B4BFD0
(180,191,208)
#BBC5D4
(187,197,212)
#C2CBD8
(194,203,216)
#C9D1DC
(201,209,220)
#D0D7E0
(208,215,224)
#D7DDE4
(215,221,228)
#DEE3E8
(222,227,232)
#E5E9EC
(229,233,236)
#ECEFF0
(236,239,240)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB9CC color. Also use rgb(173,185,204) instead hex code.

Text Font Color

.myTextColor { color: #ADB9CC; }

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

This text font color is #ADB9CC.

Background Color

.myBgColor { background-color: #ADB9CC; }

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

This div background color is #ADB9CC.

Border color

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

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

This div border color is #ADB9CC.

Opacity

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

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

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

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

This text has shadow with #ADB9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB9CC.

Preview

Color preview on black background

This text has color #ADB9CC on black background.


Color preview on white background

This text has color #ADB9CC on white background.


Black color preview on #ADB9CC background

This text has black color on #ADB9CC background.


White color preview on #ADB9CC background

This text has white color on #ADB9CC background.


Related colors

Complementary color

Complementary color for #hex is #524633.


I love getcolorcode.com

Triadic colors

1 #CCADB9 and #B9CCAD with #ADB9CC are triadic colors.

2 #CCB9AD and #B9ADCC with #ADB9CC are triadic colors.