COLOR #ADB9CA

HEX: #ADB9CA RGB: (173,185,202)

Color info

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

RGB color model

#ADB9CA color RGB value is (173,185,202).

RGB: (173,185,202) (68%, 73%, 79%)

RGB channels and saturation

R 173 of 255 = 68%
G 185 of 255 = 73%
B 202 of 255 = 79%

173
185
202

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

Portions of RGB colors in percentages

R + G + B = 173 + 185 + 202 = 560 (100%)
R 173 of 560 ~ 30.89%
G 185 of 560 ~ 33.04%
B 202 of 560 ~ 36.07'%

%30.89
%33.04
%36.07

CMYK color model

#ADB9CA color CMYK value is (14,8,0,21).

  • cyan value is 14.36%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (14,8,0,21)
C14M8Y0K21 (14%, 8%, 0%, 21%)
(0.14 / 0.08 / 0.00 / 0.21)

CMYK percentages

%14.36
%8.42
%0
%20.78

Codes

Color #ADB9CA in popluar color models

AD B9 CA
RGB 173 185 202
HSL 215° 21.48% 73.53%
HSB/HSV 215° 14.36% 79.22%
CMYK 14.36% 8.42% 0.00%
20.78%

Color #ADB9CA in popluar number systems.

HEX AD B9 CA
Decimal 173 185 202
Binary 10101101 10111001 11001010
Octal 255 271 312

Shades and tints

Shades of #ADB9CA

#ADB9CA
(173,185,202)
#9EA9B8
(158,169,184)
#8F99A6
(143,153,166)
#808994
(128,137,148)
#717982
(113,121,130)
#626970
(98,105,112)
#53595E
(83,89,94)
#44494C
(68,73,76)
#35393A
(53,57,58)
#262928
(38,41,40)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADB9CA

#ADB9CA
(173,185,202)
#B4BFCE
(180,191,206)
#BBC5D2
(187,197,210)
#C2CBD6
(194,203,214)
#C9D1DA
(201,209,218)
#D0D7DE
(208,215,222)
#D7DDE2
(215,221,226)
#DEE3E6
(222,227,230)
#E5E9EA
(229,233,234)
#ECEFEE
(236,239,238)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB9CA; }

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

This text font color is #ADB9CA.

Background Color

.myBgColor { background-color: #ADB9CA; }

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

This div background color is #ADB9CA.

Border color

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

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

This div border color is #ADB9CA.

Opacity

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

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

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

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

This text has shadow with #ADB9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB9CA.

Preview

Color preview on black background

This text has color #ADB9CA on black background.


Color preview on white background

This text has color #ADB9CA on white background.


Black color preview on #ADB9CA background

This text has black color on #ADB9CA background.


White color preview on #ADB9CA background

This text has white color on #ADB9CA background.


Related colors

Complementary color

Complementary color for #hex is #524635.


I love getcolorcode.com

Triadic colors

1 #CAADB9 and #B9CAAD with #ADB9CA are triadic colors.

2 #CAB9AD and #B9ADCA with #ADB9CA are triadic colors.