COLOR #ADB4CA

HEX: #ADB4CA RGB: (173,180,202)

Color info

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

RGB color model

#ADB4CA color RGB value is (173,180,202).

RGB: (173,180,202) (68%, 71%, 79%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 202 of 255 = 79%

173
180
202

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

Portions of RGB colors in percentages

R + G + B = 173 + 180 + 202 = 555 (100%)
R 173 of 555 ~ 31.17%
G 180 of 555 ~ 32.43%
B 202 of 555 ~ 36.4'%

%31.17
%32.43
%36.4

CMYK color model

#ADB4CA color CMYK value is (14,11,0,21).

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

CMYK: (14,11,0,21)
C14M11Y0K21 (14%, 11%, 0%, 21%)
(0.14 / 0.11 / 0.00 / 0.21)

CMYK percentages

%14.36
%10.89
%0
%20.78

Codes

Color #ADB4CA in popluar color models

AD B4 CA
RGB 173 180 202
HSL 226° 21.48% 73.53%
HSB/HSV 226° 14.36% 79.22%
CMYK 14.36% 10.89% 0.00%
20.78%

Color #ADB4CA in popluar number systems.

HEX AD B4 CA
Decimal 173 180 202
Binary 10101101 10110100 11001010
Octal 255 264 312

Shades and tints

Shades of #ADB4CA

#ADB4CA
(173,180,202)
#9EA4B8
(158,164,184)
#8F94A6
(143,148,166)
#808494
(128,132,148)
#717482
(113,116,130)
#626470
(98,100,112)
#53545E
(83,84,94)
#44444C
(68,68,76)
#35343A
(53,52,58)
#262428
(38,36,40)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #ADB4CA

#ADB4CA
(173,180,202)
#B4BACE
(180,186,206)
#BBC0D2
(187,192,210)
#C2C6D6
(194,198,214)
#C9CCDA
(201,204,218)
#D0D2DE
(208,210,222)
#D7D8E2
(215,216,226)
#DEDEE6
(222,222,230)
#E5E4EA
(229,228,234)
#ECEAEE
(236,234,238)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB4CA; }

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

This text font color is #ADB4CA.

Background Color

.myBgColor { background-color: #ADB4CA; }

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

This div background color is #ADB4CA.

Border color

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

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

This div border color is #ADB4CA.

Opacity

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

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

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

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

This text has shadow with #ADB4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB4CA.

Preview

Color preview on black background

This text has color #ADB4CA on black background.


Color preview on white background

This text has color #ADB4CA on white background.


Black color preview on #ADB4CA background

This text has black color on #ADB4CA background.


White color preview on #ADB4CA background

This text has white color on #ADB4CA background.


Related colors

Complementary color

Complementary color for #hex is #524B35.


I love getcolorcode.com

Triadic colors

1 #CAADB4 and #B4CAAD with #ADB4CA are triadic colors.

2 #CAB4AD and #B4ADCA with #ADB4CA are triadic colors.