COLOR #ADB1CC

HEX: #ADB1CC RGB: (173,177,204)

Color info

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

RGB color model

#ADB1CC color RGB value is (173,177,204).

RGB: (173,177,204) (68%, 69%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 177 of 255 = 69%
B 204 of 255 = 80%

173
177
204

R + G + B ~ 72%. #ADB1CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 177 + 204 = 554 (100%)
R 173 of 554 ~ 31.23%
G 177 of 554 ~ 31.95%
B 204 of 554 ~ 36.82'%

%31.23
%31.95
%36.82

CMYK color model

#ADB1CC color CMYK value is (15,13,0,20).

  • cyan value is 15.20%
  • magenta value is 13.24%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (15,13,0,20)
C15M13Y0K20 (15%, 13%, 0%, 20%)
(0.15 / 0.13 / 0.00 / 0.20)

CMYK percentages

%15.2
%13.24
%0
%20

Codes

Color #ADB1CC in popluar color models

AD B1 CC
RGB 173 177 204
HSL 232° 23.31% 73.92%
HSB/HSV 232° 15.20% 80.00%
CMYK 15.20% 13.24% 0.00%
20.00%

Color #ADB1CC in popluar number systems.

HEX AD B1 CC
Decimal 173 177 204
Binary 10101101 10110001 11001100
Octal 255 261 314

Shades and tints

Shades of #ADB1CC

#ADB1CC
(173,177,204)
#9EA1BA
(158,161,186)
#8F91A8
(143,145,168)
#808196
(128,129,150)
#717184
(113,113,132)
#626172
(98,97,114)
#535160
(83,81,96)
#44414E
(68,65,78)
#35313C
(53,49,60)
#26212A
(38,33,42)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #ADB1CC

#ADB1CC
(173,177,204)
#B4B8D0
(180,184,208)
#BBBFD4
(187,191,212)
#C2C6D8
(194,198,216)
#C9CDDC
(201,205,220)
#D0D4E0
(208,212,224)
#D7DBE4
(215,219,228)
#DEE2E8
(222,226,232)
#E5E9EC
(229,233,236)
#ECF0F0
(236,240,240)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB1CC color. Also use rgb(173,177,204) instead hex code.

Text Font Color

.myTextColor { color: #ADB1CC; }

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

This text font color is #ADB1CC.

Background Color

.myBgColor { background-color: #ADB1CC; }

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

This div background color is #ADB1CC.

Border color

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

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

This div border color is #ADB1CC.

Opacity

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

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

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

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

This text has shadow with #ADB1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB1CC.

Preview

Color preview on black background

This text has color #ADB1CC on black background.


Color preview on white background

This text has color #ADB1CC on white background.


Black color preview on #ADB1CC background

This text has black color on #ADB1CC background.


White color preview on #ADB1CC background

This text has white color on #ADB1CC background.


Related colors

Complementary color

Complementary color for #hex is #524E33.


I love getcolorcode.com

Triadic colors

1 #CCADB1 and #B1CCAD with #ADB1CC are triadic colors.

2 #CCB1AD and #B1ADCC with #ADB1CC are triadic colors.