COLOR #ADBCCA

HEX: #ADBCCA RGB: (173,188,202)

Color info

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

RGB color model

#ADBCCA color RGB value is (173,188,202).

RGB: (173,188,202) (68%, 74%, 79%)

RGB channels and saturation

R 173 of 255 = 68%
G 188 of 255 = 74%
B 202 of 255 = 79%

173
188
202

R + G + B ~ 74%. #ADBCCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 188 + 202 = 563 (100%)
R 173 of 563 ~ 30.73%
G 188 of 563 ~ 33.39%
B 202 of 563 ~ 35.88'%

%30.73
%33.39
%35.88

CMYK color model

#ADBCCA color CMYK value is (14,7,0,21).

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

CMYK: (14,7,0,21)
C14M7Y0K21 (14%, 7%, 0%, 21%)
(0.14 / 0.07 / 0.00 / 0.21)

CMYK percentages

%14.36
%6.93
%0
%20.78

Codes

Color #ADBCCA in popluar color models

AD BC CA
RGB 173 188 202
HSL 209° 21.48% 73.53%
HSB/HSV 209° 14.36% 79.22%
CMYK 14.36% 6.93% 0.00%
20.78%

Color #ADBCCA in popluar number systems.

HEX AD BC CA
Decimal 173 188 202
Binary 10101101 10111100 11001010
Octal 255 274 312

Shades and tints

Shades of #ADBCCA

#ADBCCA
(173,188,202)
#9EABB8
(158,171,184)
#8F9AA6
(143,154,166)
#808994
(128,137,148)
#717882
(113,120,130)
#626770
(98,103,112)
#53565E
(83,86,94)
#44454C
(68,69,76)
#35343A
(53,52,58)
#262328
(38,35,40)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #ADBCCA

#ADBCCA
(173,188,202)
#B4C2CE
(180,194,206)
#BBC8D2
(187,200,210)
#C2CED6
(194,206,214)
#C9D4DA
(201,212,218)
#D0DADE
(208,218,222)
#D7E0E2
(215,224,226)
#DEE6E6
(222,230,230)
#E5ECEA
(229,236,234)
#ECF2EE
(236,242,238)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBCCA; }

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

This text font color is #ADBCCA.

Background Color

.myBgColor { background-color: #ADBCCA; }

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

This div background color is #ADBCCA.

Border color

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

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

This div border color is #ADBCCA.

Opacity

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

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

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

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

This text has shadow with #ADBCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBCCA.

Preview

Color preview on black background

This text has color #ADBCCA on black background.


Color preview on white background

This text has color #ADBCCA on white background.


Black color preview on #ADBCCA background

This text has black color on #ADBCCA background.


White color preview on #ADBCCA background

This text has white color on #ADBCCA background.


Related colors

Complementary color

Complementary color for #hex is #524335.


I love getcolorcode.com

Triadic colors

1 #CAADBC and #BCCAAD with #ADBCCA are triadic colors.

2 #CABCAD and #BCADCA with #ADBCCA are triadic colors.