COLOR #ADBBD9

HEX: #ADBBD9 RGB: (173,187,217)

Color info

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

RGB color model

#ADBBD9 color RGB value is (173,187,217).

RGB: (173,187,217) (68%, 73%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 187 of 255 = 73%
B 217 of 255 = 85%

173
187
217

R + G + B ~ 75%. #ADBBD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 187 + 217 = 577 (100%)
R 173 of 577 ~ 29.98%
G 187 of 577 ~ 32.41%
B 217 of 577 ~ 37.61'%

%29.98
%32.41
%37.61

CMYK color model

#ADBBD9 color CMYK value is (20,14,0,15).

  • cyan value is 20.28%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (20,14,0,15) C20M14Y0K15 (20%,14%,0%,15%) (0.20/0.14/0.00/0.15) 

CMYK percentages

%20.28
%13.82
%0
%14.9

Codes

Color #ADBBD9 in popluar color models

AD BB D9
RGB 173 187 217
HSL 221° 36.67% 76.47%
HSB/HSV 221° 20.28% 85.10%
CMYK 20.28% 13.82% 0.00%
14.90%

Color #ADBBD9 in popluar number systems.

HEX AD BB D9
Decimal 173 187 217
Binary 10101101 10111011 11011001
Octal 255 273 331

Shades and tints

Shades of #ADBBD9

#ADBBD9
(173,187,217)
#9EAAC6
(158,170,198)
#8F99B3
(143,153,179)
#8088A0
(128,136,160)
#71778D
(113,119,141)
#62667A
(98,102,122)
#535567
(83,85,103)
#444454
(68,68,84)
#353341
(53,51,65)
#26222E
(38,34,46)
#17111B
(23,17,27)
#000000
(0,0,0)

Tints of #ADBBD9

#ADBBD9
(173,187,217)
#B4C1DC
(180,193,220)
#BBC7DF
(187,199,223)
#C2CDE2
(194,205,226)
#C9D3E5
(201,211,229)
#D0D9E8
(208,217,232)
#D7DFEB
(215,223,235)
#DEE5EE
(222,229,238)
#E5EBF1
(229,235,241)
#ECF1F4
(236,241,244)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBBD9; }

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

This text font color is #ADBBD9.

Background Color

.myBgColor { background-color: #ADBBD9; }

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

This div background color is #ADBBD9.

Border color

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

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

This div border color is #ADBBD9.

Opacity

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

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

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

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

This text has shadow with #ADBBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBBD9.

Preview

Color preview on black background

This text has color #ADBBD9 on black background.


Color preview on white background

This text has color #ADBBD9 on white background.


Black color preview on #ADBBD9 background

This text has black color on #ADBBD9 background.


White color preview on #ADBBD9 background

This text has white color on #ADBBD9 background.


Related colors

Complementary color

Complementary color for #hex is #524426.


I love getcolorcode.com

Triadic colors

1 #D9ADBB and #BBD9AD with #ADBBD9 are triadic colors.

2 #D9BBAD and #BBADD9 with #ADBBD9 are triadic colors.