COLOR #ADBCAC

HEX: #ADBCAC RGB: (173,188,172)

Color info

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

RGB color model

#ADBCAC color RGB value is (173,188,172).

RGB: (173,188,172) (68%, 74%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 188 of 255 = 74%
B 172 of 255 = 67%

173
188
172

R + G + B ~ 70%. #ADBCAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 188 + 172 = 533 (100%)
R 173 of 533 ~ 32.46%
G 188 of 533 ~ 35.27%
B 172 of 533 ~ 32.27'%

%32.46
%35.27
%32.27

CMYK color model

#ADBCAC color CMYK value is (8,0,9,26).

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

CMYK: (8,0,9,26)
C8M0Y9K26 (8%, 0%, 9%, 26%)
(0.08 / 0.00 / 0.09 / 0.26)

CMYK percentages

%7.98
%0
%8.51
%26.27

Codes

Color #ADBCAC in popluar color models

AD BC AC
RGB 173 188 172
HSL 116° 10.67% 70.59%
HSB/HSV 116° 8.51% 73.73%
CMYK 7.98% 0.00% 8.51%
26.27%

Color #ADBCAC in popluar number systems.

HEX AD BC AC
Decimal 173 188 172
Binary 10101101 10111100 10101100
Octal 255 274 254

Shades and tints

Shades of #ADBCAC

#ADBCAC
(173,188,172)
#9EAB9D
(158,171,157)
#8F9A8E
(143,154,142)
#80897F
(128,137,127)
#717870
(113,120,112)
#626761
(98,103,97)
#535652
(83,86,82)
#444543
(68,69,67)
#353434
(53,52,52)
#262325
(38,35,37)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #ADBCAC

#ADBCAC
(173,188,172)
#B4C2B3
(180,194,179)
#BBC8BA
(187,200,186)
#C2CEC1
(194,206,193)
#C9D4C8
(201,212,200)
#D0DACF
(208,218,207)
#D7E0D6
(215,224,214)
#DEE6DD
(222,230,221)
#E5ECE4
(229,236,228)
#ECF2EB
(236,242,235)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBCAC; }

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

This text font color is #ADBCAC.

Background Color

.myBgColor { background-color: #ADBCAC; }

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

This div background color is #ADBCAC.

Border color

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

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

This div border color is #ADBCAC.

Opacity

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

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

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

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

This text has shadow with #ADBCAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBCAC.

Preview

Color preview on black background

This text has color #ADBCAC on black background.


Color preview on white background

This text has color #ADBCAC on white background.


Black color preview on #ADBCAC background

This text has black color on #ADBCAC background.


White color preview on #ADBCAC background

This text has white color on #ADBCAC background.


Related colors

Complementary color

Complementary color for #hex is #524353.


I love getcolorcode.com

Triadic colors

1 #ACADBC and #BCACAD with #ADBCAC are triadic colors.

2 #ACBCAD and #BCADAC with #ADBCAC are triadic colors.