COLOR #ADBBC3

HEX: #ADBBC3 RGB: (173,187,195)

Color info

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

RGB color model

#ADBBC3 color RGB value is (173,187,195).

RGB: (173,187,195) (68%, 73%, 76%)

RGB channels and saturation

R 173 of 255 = 68%
G 187 of 255 = 73%
B 195 of 255 = 76%

173
187
195

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

Portions of RGB colors in percentages

R + G + B = 173 + 187 + 195 = 555 (100%)
R 173 of 555 ~ 31.17%
G 187 of 555 ~ 33.69%
B 195 of 555 ~ 35.14'%

%31.17
%33.69
%35.14

CMYK color model

#ADBBC3 color CMYK value is (11,4,0,24).

  • cyan value is 11.28%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (11,4,0,24)
C11M4Y0K24 (11%, 4%, 0%, 24%)
(0.11 / 0.04 / 0.00 / 0.24)

CMYK percentages

%11.28
%4.1
%0
%23.53

Codes

Color #ADBBC3 in popluar color models

AD BB C3
RGB 173 187 195
HSL 202° 15.49% 72.16%
HSB/HSV 202° 11.28% 76.47%
CMYK 11.28% 4.10% 0.00%
23.53%

Color #ADBBC3 in popluar number systems.

HEX AD BB C3
Decimal 173 187 195
Binary 10101101 10111011 11000011
Octal 255 273 303

Shades and tints

Shades of #ADBBC3

#ADBBC3
(173,187,195)
#9EAAB2
(158,170,178)
#8F99A1
(143,153,161)
#808890
(128,136,144)
#71777F
(113,119,127)
#62666E
(98,102,110)
#53555D
(83,85,93)
#44444C
(68,68,76)
#35333B
(53,51,59)
#26222A
(38,34,42)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #ADBBC3

#ADBBC3
(173,187,195)
#B4C1C8
(180,193,200)
#BBC7CD
(187,199,205)
#C2CDD2
(194,205,210)
#C9D3D7
(201,211,215)
#D0D9DC
(208,217,220)
#D7DFE1
(215,223,225)
#DEE5E6
(222,229,230)
#E5EBEB
(229,235,235)
#ECF1F0
(236,241,240)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBBC3; }

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

This text font color is #ADBBC3.

Background Color

.myBgColor { background-color: #ADBBC3; }

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

This div background color is #ADBBC3.

Border color

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

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

This div border color is #ADBBC3.

Opacity

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

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

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

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

This text has shadow with #ADBBC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBBC3.

Preview

Color preview on black background

This text has color #ADBBC3 on black background.


Color preview on white background

This text has color #ADBBC3 on white background.


Black color preview on #ADBBC3 background

This text has black color on #ADBBC3 background.


White color preview on #ADBBC3 background

This text has white color on #ADBBC3 background.


Related colors

Complementary color

Complementary color for #hex is #52443C.


I love getcolorcode.com

Triadic colors

1 #C3ADBB and #BBC3AD with #ADBBC3 are triadic colors.

2 #C3BBAD and #BBADC3 with #ADBBC3 are triadic colors.