COLOR #ADA09C

HEX: #ADA09C
RGB: (173,160,156)

Color info

#ADA09C contains red, green and blue colors in about the same proportion. Web safe color of #ADA09C is #999999 (or #999).

RGB color model

#ADA09C color RGB value is (173,160,156).

  • red value is 173;
  • green value is 160;
  • blue value is 156.
RGB:
(173,160,156)
(68%,63%,61%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 156 of 255 = 61%

173
160
156

R + G + B ~ 64%. #ADA09C is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 156 = 489 (100%)
R 173 of 489 ~ 35.38%
G 160 of 489 ~ 32.72%
B 156 of 489 ~ 31.9%

%35.38
%32.72
%31.9

CMYK color model

#ADA09C color CMYK value is (0,8,10,32).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 9.83%
  • key color value is 32.16%
CMYK:
(0,8,10,32)
C0M8Y10K32 
(0%,8%,10%,32%)
(0.00/0.08/0.10/0.32)	

CMYK percentages

%0
%7.51
%9.83
%32.16

Codes

Color #ADA09C in popluar color models

ADA09C
RGB173160156
HSL14°9.39%64.51%
HSB/HSV14°9.83%67.84%
CMYK0.00%7.51%9.83%
32.16%

Color #ADA09C in popluar number systems.

HEXADA09C
Decimal173160156
Binary101011011010000010011100
Octal255240234

Shades and tints

Shades of #ADA09C

#ADA09C
(173,160,156)
#9E928E
(158,146,142)
#8F8480
(143,132,128)
#807672
(128,118,114)
#716864
(113,104,100)
#625A56
(98,90,86)
#534C48
(83,76,72)
#443E3A
(68,62,58)
#35302C
(53,48,44)
#26221E
(38,34,30)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #ADA09C

#ADA09C
(173,160,156)
#B4A8A5
(180,168,165)
#BBB0AE
(187,176,174)
#C2B8B7
(194,184,183)
#C9C0C0
(201,192,192)
#D0C8C9
(208,200,201)
#D7D0D2
(215,208,210)
#DED8DB
(222,216,219)
#E5E0E4
(229,224,228)
#ECE8ED
(236,232,237)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA09C color. Also use rgb(173,160,156) instead hex code.

Text Font Color

.myTextColor { color: #ADA09C; }

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

This text font color is #ADA09C.


Background Color

.myBgColor { background-color: #ADA09C; }

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

This div background color is #ADA09C.


Border color

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

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

This div border color is #ADA09C.


Opacity

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

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

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

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

This text has shadow with #ADA09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA09C on black background.


Color preview on white background

This text has color #ADA09C on white background.



Black color preview on #ADA09C background

This text has black color on #ADA09C background.


White color preview on #ADA09C background

This text has white color on #ADA09C background.