COLOR #ADBCB2

HEX: #ADBCB2 RGB: (173,188,178)

Color info

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

RGB color model

#ADBCB2 color RGB value is (173,188,178).

RGB: (173,188,178) (68%, 74%, 70%)

RGB channels and saturation

R 173 of 255 = 68%
G 188 of 255 = 74%
B 178 of 255 = 70%

173
188
178

R + G + B ~ 71%. #ADBCB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 188 + 178 = 539 (100%)
R 173 of 539 ~ 32.1%
G 188 of 539 ~ 34.88%
B 178 of 539 ~ 33.02'%

%32.1
%34.88
%33.02

CMYK color model

#ADBCB2 color CMYK value is (8,0,5,26).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 5.32%
  • key color value is 26.27%

CMYK: (8,0,5,26)
C8M0Y5K26 (8%, 0%, 5%, 26%)
(0.08 / 0.00 / 0.05 / 0.26)

CMYK percentages

%7.98
%0
%5.32
%26.27

Codes

Color #ADBCB2 in popluar color models

AD BC B2
RGB 173 188 178
HSL 140° 10.07% 70.78%
HSB/HSV 140° 7.98% 73.73%
CMYK 7.98% 0.00% 5.32%
26.27%

Color #ADBCB2 in popluar number systems.

HEX AD BC B2
Decimal 173 188 178
Binary 10101101 10111100 10110010
Octal 255 274 262

Shades and tints

Shades of #ADBCB2

#ADBCB2
(173,188,178)
#9EABA2
(158,171,162)
#8F9A92
(143,154,146)
#808982
(128,137,130)
#717872
(113,120,114)
#626762
(98,103,98)
#535652
(83,86,82)
#444542
(68,69,66)
#353432
(53,52,50)
#262322
(38,35,34)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #ADBCB2

#ADBCB2
(173,188,178)
#B4C2B9
(180,194,185)
#BBC8C0
(187,200,192)
#C2CEC7
(194,206,199)
#C9D4CE
(201,212,206)
#D0DAD5
(208,218,213)
#D7E0DC
(215,224,220)
#DEE6E3
(222,230,227)
#E5ECEA
(229,236,234)
#ECF2F1
(236,242,241)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBCB2 color. Also use rgb(173,188,178) instead hex code.

Text Font Color

.myTextColor { color: #ADBCB2; }

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

This text font color is #ADBCB2.

Background Color

.myBgColor { background-color: #ADBCB2; }

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

This div background color is #ADBCB2.

Border color

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

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

This div border color is #ADBCB2.

Opacity

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

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

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

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

This text has shadow with #ADBCB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBCB2.

Preview

Color preview on black background

This text has color #ADBCB2 on black background.


Color preview on white background

This text has color #ADBCB2 on white background.


Black color preview on #ADBCB2 background

This text has black color on #ADBCB2 background.


White color preview on #ADBCB2 background

This text has white color on #ADBCB2 background.


Related colors

Complementary color

Complementary color for #hex is #52434D.


I love getcolorcode.com

Triadic colors

1 #B2ADBC and #BCB2AD with #ADBCB2 are triadic colors.

2 #B2BCAD and #BCADB2 with #ADBCB2 are triadic colors.