COLOR #ADBBCC

HEX: #ADBBCC RGB: (173,187,204)

Color info

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

RGB color model

#ADBBCC color RGB value is (173,187,204).

RGB: (173,187,204) (68%, 73%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 187 of 255 = 73%
B 204 of 255 = 80%

173
187
204

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

Portions of RGB colors in percentages

R + G + B = 173 + 187 + 204 = 564 (100%)
R 173 of 564 ~ 30.67%
G 187 of 564 ~ 33.16%
B 204 of 564 ~ 36.17'%

%30.67
%33.16
%36.17

CMYK color model

#ADBBCC color CMYK value is (15,8,0,20).

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

CMYK: (15,8,0,20)
C15M8Y0K20 (15%, 8%, 0%, 20%)
(0.15 / 0.08 / 0.00 / 0.20)

CMYK percentages

%15.2
%8.33
%0
%20

Codes

Color #ADBBCC in popluar color models

AD BB CC
RGB 173 187 204
HSL 213° 23.31% 73.92%
HSB/HSV 213° 15.20% 80.00%
CMYK 15.20% 8.33% 0.00%
20.00%

Color #ADBBCC in popluar number systems.

HEX AD BB CC
Decimal 173 187 204
Binary 10101101 10111011 11001100
Octal 255 273 314

Shades and tints

Shades of #ADBBCC

#ADBBCC
(173,187,204)
#9EAABA
(158,170,186)
#8F99A8
(143,153,168)
#808896
(128,136,150)
#717784
(113,119,132)
#626672
(98,102,114)
#535560
(83,85,96)
#44444E
(68,68,78)
#35333C
(53,51,60)
#26222A
(38,34,42)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #ADBBCC

#ADBBCC
(173,187,204)
#B4C1D0
(180,193,208)
#BBC7D4
(187,199,212)
#C2CDD8
(194,205,216)
#C9D3DC
(201,211,220)
#D0D9E0
(208,217,224)
#D7DFE4
(215,223,228)
#DEE5E8
(222,229,232)
#E5EBEC
(229,235,236)
#ECF1F0
(236,241,240)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBBCC; }

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

This text font color is #ADBBCC.

Background Color

.myBgColor { background-color: #ADBBCC; }

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

This div background color is #ADBBCC.

Border color

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

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

This div border color is #ADBBCC.

Opacity

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

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

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

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

This text has shadow with #ADBBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBBCC.

Preview

Color preview on black background

This text has color #ADBBCC on black background.


Color preview on white background

This text has color #ADBBCC on white background.


Black color preview on #ADBBCC background

This text has black color on #ADBBCC background.


White color preview on #ADBBCC background

This text has white color on #ADBBCC background.


Related colors

Complementary color

Complementary color for #hex is #524433.


I love getcolorcode.com

Triadic colors

1 #CCADBB and #BBCCAD with #ADBBCC are triadic colors.

2 #CCBBAD and #BBADCC with #ADBBCC are triadic colors.