COLOR #ADB5CE

HEX: #ADB5CE RGB: (173,181,206)

Color info

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

RGB color model

#ADB5CE color RGB value is (173,181,206).

RGB: (173,181,206) (68%, 71%, 81%)

RGB channels and saturation

R 173 of 255 = 68%
G 181 of 255 = 71%
B 206 of 255 = 81%

173
181
206

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

Portions of RGB colors in percentages

R + G + B = 173 + 181 + 206 = 560 (100%)
R 173 of 560 ~ 30.89%
G 181 of 560 ~ 32.32%
B 206 of 560 ~ 36.79'%

%30.89
%32.32
%36.79

CMYK color model

#ADB5CE color CMYK value is (16,12,0,19).

  • cyan value is 16.02%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (16,12,0,19)
C16M12Y0K19 (16%, 12%, 0%, 19%)
(0.16 / 0.12 / 0.00 / 0.19)

CMYK percentages

%16.02
%12.14
%0
%19.22

Codes

Color #ADB5CE in popluar color models

AD B5 CE
RGB 173 181 206
HSL 225° 25.19% 74.31%
HSB/HSV 225° 16.02% 80.78%
CMYK 16.02% 12.14% 0.00%
19.22%

Color #ADB5CE in popluar number systems.

HEX AD B5 CE
Decimal 173 181 206
Binary 10101101 10110101 11001110
Octal 255 265 316

Shades and tints

Shades of #ADB5CE

#ADB5CE
(173,181,206)
#9EA5BC
(158,165,188)
#8F95AA
(143,149,170)
#808598
(128,133,152)
#717586
(113,117,134)
#626574
(98,101,116)
#535562
(83,85,98)
#444550
(68,69,80)
#35353E
(53,53,62)
#26252C
(38,37,44)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #ADB5CE

#ADB5CE
(173,181,206)
#B4BBD2
(180,187,210)
#BBC1D6
(187,193,214)
#C2C7DA
(194,199,218)
#C9CDDE
(201,205,222)
#D0D3E2
(208,211,226)
#D7D9E6
(215,217,230)
#DEDFEA
(222,223,234)
#E5E5EE
(229,229,238)
#ECEBF2
(236,235,242)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB5CE; }

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

This text font color is #ADB5CE.

Background Color

.myBgColor { background-color: #ADB5CE; }

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

This div background color is #ADB5CE.

Border color

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

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

This div border color is #ADB5CE.

Opacity

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

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

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

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

This text has shadow with #ADB5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB5CE.

Preview

Color preview on black background

This text has color #ADB5CE on black background.


Color preview on white background

This text has color #ADB5CE on white background.


Black color preview on #ADB5CE background

This text has black color on #ADB5CE background.


White color preview on #ADB5CE background

This text has white color on #ADB5CE background.


Related colors

Complementary color

Complementary color for #hex is #524A31.


I love getcolorcode.com

Triadic colors

1 #CEADB5 and #B5CEAD with #ADB5CE are triadic colors.

2 #CEB5AD and #B5ADCE with #ADB5CE are triadic colors.