COLOR #ADBCA7

HEX: #ADBCA7
RGB: (173,188,167)

Color info

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

RGB color model

#ADBCA7 color RGB value is (173,188,167).

  • red value is 173;
  • green value is 188;
  • blue value is 167.
RGB:
(173,188,167)
(68%,74%,65%)

RGB channels and saturation

R 173 of 255 = 68%
G 188 of 255 = 74%
B 167 of 255 = 65%

173
188
167

R + G + B ~ 69%. #ADBCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 188 + 167 = 528 (100%)
R 173 of 528 ~ 32.77%
G 188 of 528 ~ 35.61%
B 167 of 528 ~ 31.63%

%32.77
%35.61
%31.63

CMYK color model

#ADBCA7 color CMYK value is (8,0,11,26).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK:
(8,0,11,26)
C8M0Y11K26 
(8%,0%,11%,26%)
(0.08/0.00/0.11/0.26)	

CMYK percentages

%7.98
%0
%11.17
%26.27

Codes

Color #ADBCA7 in popluar color models

ADBCA7
RGB173188167
HSL103°13.55%69.61%
HSB/HSV103°11.17%73.73%
CMYK7.98%0.00%11.17%
26.27%

Color #ADBCA7 in popluar number systems.

HEXADBCA7
Decimal173188167
Binary101011011011110010100111
Octal255274247

Shades and tints

Shades of #ADBCA7

#ADBCA7
(173,188,167)
#9EAB98
(158,171,152)
#8F9A89
(143,154,137)
#80897A
(128,137,122)
#71786B
(113,120,107)
#62675C
(98,103,92)
#53564D
(83,86,77)
#44453E
(68,69,62)
#35342F
(53,52,47)
#262320
(38,35,32)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #ADBCA7

#ADBCA7
(173,188,167)
#B4C2AF
(180,194,175)
#BBC8B7
(187,200,183)
#C2CEBF
(194,206,191)
#C9D4C7
(201,212,199)
#D0DACF
(208,218,207)
#D7E0D7
(215,224,215)
#DEE6DF
(222,230,223)
#E5ECE7
(229,236,231)
#ECF2EF
(236,242,239)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBCA7; }

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

This text font color is #ADBCA7.


Background Color

.myBgColor { background-color: #ADBCA7; }

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

This div background color is #ADBCA7.


Border color

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

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

This div border color is #ADBCA7.


Opacity

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

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

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

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

This text has shadow with #ADBCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBCA7 on black background.


Color preview on white background

This text has color #ADBCA7 on white background.



Black color preview on #ADBCA7 background

This text has black color on #ADBCA7 background.


White color preview on #ADBCA7 background

This text has white color on #ADBCA7 background.