COLOR #ADBBC7

HEX: #ADBBC7 RGB: (173,187,199)

Color info

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

RGB color model

#ADBBC7 color RGB value is (173,187,199).

RGB: (173,187,199) (68%, 73%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 187 of 255 = 73%
B 199 of 255 = 78%

173
187
199

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

Portions of RGB colors in percentages

R + G + B = 173 + 187 + 199 = 559 (100%)
R 173 of 559 ~ 30.95%
G 187 of 559 ~ 33.45%
B 199 of 559 ~ 35.6'%

%30.95
%33.45
%35.6

CMYK color model

#ADBBC7 color CMYK value is (13,6,0,22).

  • cyan value is 13.07%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (13,6,0,22) C13M6Y0K22 (13%,6%,0%,22%) (0.13/0.06/0.00/0.22) 

CMYK percentages

%13.07
%6.03
%0
%21.96

Codes

Color #ADBBC7 in popluar color models

AD BB C7
RGB 173 187 199
HSL 208° 18.84% 72.94%
HSB/HSV 208° 13.07% 78.04%
CMYK 13.07% 6.03% 0.00%
21.96%

Color #ADBBC7 in popluar number systems.

HEX AD BB C7
Decimal 173 187 199
Binary 10101101 10111011 11000111
Octal 255 273 307

Shades and tints

Shades of #ADBBC7

#ADBBC7
(173,187,199)
#9EAAB5
(158,170,181)
#8F99A3
(143,153,163)
#808891
(128,136,145)
#71777F
(113,119,127)
#62666D
(98,102,109)
#53555B
(83,85,91)
#444449
(68,68,73)
#353337
(53,51,55)
#262225
(38,34,37)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #ADBBC7

#ADBBC7
(173,187,199)
#B4C1CC
(180,193,204)
#BBC7D1
(187,199,209)
#C2CDD6
(194,205,214)
#C9D3DB
(201,211,219)
#D0D9E0
(208,217,224)
#D7DFE5
(215,223,229)
#DEE5EA
(222,229,234)
#E5EBEF
(229,235,239)
#ECF1F4
(236,241,244)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBBC7 color. Also use rgb(173,187,199) instead hex code.

Text Font Color

.myTextColor { color: #ADBBC7; }

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

This text font color is #ADBBC7.

Background Color

.myBgColor { background-color: #ADBBC7; }

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

This div background color is #ADBBC7.

Border color

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

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

This div border color is #ADBBC7.

Opacity

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

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

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

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

This text has shadow with #ADBBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBBC7.

Preview

Color preview on black background

This text has color #ADBBC7 on black background.


Color preview on white background

This text has color #ADBBC7 on white background.


Black color preview on #ADBBC7 background

This text has black color on #ADBBC7 background.


White color preview on #ADBBC7 background

This text has white color on #ADBBC7 background.


Related colors

Complementary color

Complementary color for #hex is #524438.


I love getcolorcode.com

Triadic colors

1 #C7ADBB and #BBC7AD with #ADBBC7 are triadic colors.

2 #C7BBAD and #BBADC7 with #ADBBC7 are triadic colors.