COLOR #ADAA9D

HEX: #ADAA9D
RGB: (173,170,157)

Renk bilgisi

#ADAA9D contains red, green and blue colors in about the same proportion. #ADAA9D ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#ADAA9D color RGB value is (173,170,157).

  • kırmız ton 173;
  • yeşil ton 170;
  • mavi ton 157.
RGB:
(173,170,157)
(68%,67%,62%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 170 of 255 = 67%
B 157 of 255 = 62%

173
170
157

R + G + B ~ 66%. #ADAA9D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 170 + 157 = 500 (100%)
R 173 of 500 ~ 34.6%
G 170 of 500 ~ 34%
B 157 of 500 ~ 31.4%

%34.6
%34
%31.4

CMYK RENK MODELİ

#ADAA9D rengi CMYK tonu (0,2,9,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.73%
  • sarı tonu 9.25%
  • ana renk tonu 32.16%
CMYK:
(0,2,9,32)
C0M2Y9K32 
(0%,2%,9%,32%)
(0.00/0.02/0.09/0.32)	

CMYK yüzdeleri

%0
%1.73
%9.25
%32.16

Codes

Color #ADAA9D in popluar color models

ADAA9D
RGB173170157
HSL49°8.89%64.71%
HSB/HSV49°9.25%67.84%
CMYK0.00%1.73%9.25%
32.16%

Color #ADAA9D in popluar number systems.

HEXADAA9D
Decimal173170157
Binary101011011010101010011101
Octal255252235

Shades and tints

Shades of #ADAA9D

#ADAA9D
(173,170,157)
#9E9B8F
(158,155,143)
#8F8C81
(143,140,129)
#807D73
(128,125,115)
#716E65
(113,110,101)
#625F57
(98,95,87)
#535049
(83,80,73)
#44413B
(68,65,59)
#35322D
(53,50,45)
#26231F
(38,35,31)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #ADAA9D

#ADAA9D
(173,170,157)
#B4B1A5
(180,177,165)
#BBB8AD
(187,184,173)
#C2BFB5
(194,191,181)
#C9C6BD
(201,198,189)
#D0CDC5
(208,205,197)
#D7D4CD
(215,212,205)
#DEDBD5
(222,219,213)
#E5E2DD
(229,226,221)
#ECE9E5
(236,233,229)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAA9D color. Also use rgb(173,170,157) instead hex code.

Text Font Color

.myTextColor { color: #ADAA9D; }

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

This text font color is #ADAA9D.


Background Color

.myBgColor { background-color: #ADAA9D; }

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

This div background color is #ADAA9D.


Border color

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

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

This div border color is #ADAA9D.


Opacity

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

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

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

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

This text has shadow with #ADAA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAA9D on black background.


Color preview on white background

This text has color #ADAA9D on white background.



Black color preview on #ADAA9D background

This text has black color on #ADAA9D background.


White color preview on #ADAA9D background

This text has white color on #ADAA9D background.