COLOR #ADB7CA

HEX: #ADB7CA
RGB: (173,183,202)

Color info

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

RGB color model

#ADB7CA color RGB value is (173,183,202).

  • red value is 173;
  • green value is 183;
  • blue value is 202.
RGB:
(173,183,202)
(68%,72%,79%)

RGB channels and saturation

R 173 of 255 = 68%
G 183 of 255 = 72%
B 202 of 255 = 79%

173
183
202

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

Portions of RGB colors in percentages

R + G + B =
173 + 183 + 202 = 558 (100%)
R 173 of 558 ~ 31%
G 183 of 558 ~ 32.8%
B 202 of 558 ~ 36.2%

%31
%32.8
%36.2

CMYK color model

#ADB7CA color CMYK value is (14,9,0,21).

  • cyan value is 14.36%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(14,9,0,21)
C14M9Y0K21 
(14%,9%,0%,21%)
(0.14/0.09/0.00/0.21)	

CMYK percentages

%14.36
%9.41
%0
%20.78

Codes

Color #ADB7CA in popluar color models

ADB7CA
RGB173183202
HSL219°21.48%73.53%
HSB/HSV219°14.36%79.22%
CMYK14.36%9.41%0.00%
20.78%

Color #ADB7CA in popluar number systems.

HEXADB7CA
Decimal173183202
Binary101011011011011111001010
Octal255267312

Shades and tints

Shades of #ADB7CA

#ADB7CA
(173,183,202)
#9EA7B8
(158,167,184)
#8F97A6
(143,151,166)
#808794
(128,135,148)
#717782
(113,119,130)
#626770
(98,103,112)
#53575E
(83,87,94)
#44474C
(68,71,76)
#35373A
(53,55,58)
#262728
(38,39,40)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #ADB7CA

#ADB7CA
(173,183,202)
#B4BDCE
(180,189,206)
#BBC3D2
(187,195,210)
#C2C9D6
(194,201,214)
#C9CFDA
(201,207,218)
#D0D5DE
(208,213,222)
#D7DBE2
(215,219,226)
#DEE1E6
(222,225,230)
#E5E7EA
(229,231,234)
#ECEDEE
(236,237,238)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB7CA; }

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

This text font color is #ADB7CA.


Background Color

.myBgColor { background-color: #ADB7CA; }

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

This div background color is #ADB7CA.


Border color

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

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

This div border color is #ADB7CA.


Opacity

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

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

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

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

This text has shadow with #ADB7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB7CA on black background.


Color preview on white background

This text has color #ADB7CA on white background.



Black color preview on #ADB7CA background

This text has black color on #ADB7CA background.


White color preview on #ADB7CA background

This text has white color on #ADB7CA background.