COLOR #ADBBC8

HEX: #ADBBC8 RGB: (173,187,200)

Color info

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

RGB color model

#ADBBC8 color RGB value is (173,187,200).

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

RGB channels and saturation

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

173
187
200

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

Portions of RGB colors in percentages

R + G + B = 173 + 187 + 200 = 560 (100%)
R 173 of 560 ~ 30.89%
G 187 of 560 ~ 33.39%
B 200 of 560 ~ 35.71'%

%30.89
%33.39
%35.71

CMYK color model

#ADBBC8 color CMYK value is (14,7,0,22).

  • cyan value is 13.50%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (14,7,0,22) C14M7Y0K22 (14%,7%,0%,22%) (0.14/0.07/0.00/0.22) 

CMYK percentages

%13.5
%6.5
%0
%21.57

Codes

Color #ADBBC8 in popluar color models

AD BB C8
RGB 173 187 200
HSL 209° 19.71% 73.14%
HSB/HSV 209° 13.50% 78.43%
CMYK 13.50% 6.50% 0.00%
21.57%

Color #ADBBC8 in popluar number systems.

HEX AD BB C8
Decimal 173 187 200
Binary 10101101 10111011 11001000
Octal 255 273 310

Shades and tints

Shades of #ADBBC8

#ADBBC8
(173,187,200)
#9EAAB6
(158,170,182)
#8F99A4
(143,153,164)
#808892
(128,136,146)
#717780
(113,119,128)
#62666E
(98,102,110)
#53555C
(83,85,92)
#44444A
(68,68,74)
#353338
(53,51,56)
#262226
(38,34,38)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #ADBBC8

#ADBBC8
(173,187,200)
#B4C1CD
(180,193,205)
#BBC7D2
(187,199,210)
#C2CDD7
(194,205,215)
#C9D3DC
(201,211,220)
#D0D9E1
(208,217,225)
#D7DFE6
(215,223,230)
#DEE5EB
(222,229,235)
#E5EBF0
(229,235,240)
#ECF1F5
(236,241,245)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBBC8; }

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

This text font color is #ADBBC8.

Background Color

.myBgColor { background-color: #ADBBC8; }

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

This div background color is #ADBBC8.

Border color

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

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

This div border color is #ADBBC8.

Opacity

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

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

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

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

This text has shadow with #ADBBC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBBC8.

Preview

Color preview on black background

This text has color #ADBBC8 on black background.


Color preview on white background

This text has color #ADBBC8 on white background.


Black color preview on #ADBBC8 background

This text has black color on #ADBBC8 background.


White color preview on #ADBBC8 background

This text has white color on #ADBBC8 background.


Related colors

Complementary color

Complementary color for #hex is #524437.


I love getcolorcode.com

Triadic colors

1 #C8ADBB and #BBC8AD with #ADBBC8 are triadic colors.

2 #C8BBAD and #BBADC8 with #ADBBC8 are triadic colors.