COLOR #ADBCA9

HEX: #ADBCA9
RGB: (173,188,169)

Color info

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

RGB color model

#ADBCA9 color RGB value is (173,188,169).

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

RGB channels and saturation

R 173 of 255 = 68%
G 188 of 255 = 74%
B 169 of 255 = 66%

173
188
169

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

Portions of RGB colors in percentages

R + G + B =
173 + 188 + 169 = 530 (100%)
R 173 of 530 ~ 32.64%
G 188 of 530 ~ 35.47%
B 169 of 530 ~ 31.89%

%32.64
%35.47
%31.89

CMYK color model

#ADBCA9 color CMYK value is (8,0,10,26).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 26.27%
CMYK:
(8,0,10,26)
C8M0Y10K26 
(8%,0%,10%,26%)
(0.08/0.00/0.10/0.26)	

CMYK percentages

%7.98
%0
%10.11
%26.27

Codes

Color #ADBCA9 in popluar color models

ADBCA9
RGB173188169
HSL107°12.42%70.00%
HSB/HSV107°10.11%73.73%
CMYK7.98%0.00%10.11%
26.27%

Color #ADBCA9 in popluar number systems.

HEXADBCA9
Decimal173188169
Binary101011011011110010101001
Octal255274251

Shades and tints

Shades of #ADBCA9

#ADBCA9
(173,188,169)
#9EAB9A
(158,171,154)
#8F9A8B
(143,154,139)
#80897C
(128,137,124)
#71786D
(113,120,109)
#62675E
(98,103,94)
#53564F
(83,86,79)
#444540
(68,69,64)
#353431
(53,52,49)
#262322
(38,35,34)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #ADBCA9

#ADBCA9
(173,188,169)
#B4C2B0
(180,194,176)
#BBC8B7
(187,200,183)
#C2CEBE
(194,206,190)
#C9D4C5
(201,212,197)
#D0DACC
(208,218,204)
#D7E0D3
(215,224,211)
#DEE6DA
(222,230,218)
#E5ECE1
(229,236,225)
#ECF2E8
(236,242,232)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBCA9; }

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

This text font color is #ADBCA9.


Background Color

.myBgColor { background-color: #ADBCA9; }

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

This div background color is #ADBCA9.


Border color

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

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

This div border color is #ADBCA9.


Opacity

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

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

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

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

This text has shadow with #ADBCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBCA9 on black background.


Color preview on white background

This text has color #ADBCA9 on white background.



Black color preview on #ADBCA9 background

This text has black color on #ADBCA9 background.


White color preview on #ADBCA9 background

This text has white color on #ADBCA9 background.