COLOR #ADB4CE

HEX: #ADB4CE RGB: (173,180,206)

Color info

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

RGB color model

#ADB4CE color RGB value is (173,180,206).

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

RGB channels and saturation

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

173
180
206

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

Portions of RGB colors in percentages

R + G + B = 173 + 180 + 206 = 559 (100%)
R 173 of 559 ~ 30.95%
G 180 of 559 ~ 32.2%
B 206 of 559 ~ 36.85'%

%30.95
%32.2
%36.85

CMYK color model

#ADB4CE color CMYK value is (16,13,0,19).

  • cyan value is 16.02%
  • magenta value is 12.62%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (16,13,0,19) C16M13Y0K19 (16%,13%,0%,19%) (0.16/0.13/0.00/0.19) 

CMYK percentages

%16.02
%12.62
%0
%19.22

Codes

Color #ADB4CE in popluar color models

AD B4 CE
RGB 173 180 206
HSL 227° 25.19% 74.31%
HSB/HSV 227° 16.02% 80.78%
CMYK 16.02% 12.62% 0.00%
19.22%

Color #ADB4CE in popluar number systems.

HEX AD B4 CE
Decimal 173 180 206
Binary 10101101 10110100 11001110
Octal 255 264 316

Shades and tints

Shades of #ADB4CE

#ADB4CE
(173,180,206)
#9EA4BC
(158,164,188)
#8F94AA
(143,148,170)
#808498
(128,132,152)
#717486
(113,116,134)
#626474
(98,100,116)
#535462
(83,84,98)
#444450
(68,68,80)
#35343E
(53,52,62)
#26242C
(38,36,44)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #ADB4CE

#ADB4CE
(173,180,206)
#B4BAD2
(180,186,210)
#BBC0D6
(187,192,214)
#C2C6DA
(194,198,218)
#C9CCDE
(201,204,222)
#D0D2E2
(208,210,226)
#D7D8E6
(215,216,230)
#DEDEEA
(222,222,234)
#E5E4EE
(229,228,238)
#ECEAF2
(236,234,242)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB4CE; }

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

This text font color is #ADB4CE.

Background Color

.myBgColor { background-color: #ADB4CE; }

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

This div background color is #ADB4CE.

Border color

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

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

This div border color is #ADB4CE.

Opacity

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

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

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

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

This text has shadow with #ADB4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB4CE.

Preview

Color preview on black background

This text has color #ADB4CE on black background.


Color preview on white background

This text has color #ADB4CE on white background.


Black color preview on #ADB4CE background

This text has black color on #ADB4CE background.


White color preview on #ADB4CE background

This text has white color on #ADB4CE background.


Related colors

Complementary color

Complementary color for #hex is #524B31.


I love getcolorcode.com

Triadic colors

1 #CEADB4 and #B4CEAD with #ADB4CE are triadic colors.

2 #CEB4AD and #B4ADCE with #ADB4CE are triadic colors.