COLOR #ADB7A5

HEX: #ADB7A5
RGB: (173,183,165)

Renk bilgisi

#ADB7A5 contains red, green and blue colors in about the same proportion. #ADB7A5 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADB7A5 color RGB value is (173,183,165).

  • kırmız ton 173;
  • yeşil ton 183;
  • mavi ton 165.
RGB:
(173,183,165)
(68%,72%,65%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 183 of 255 = 72%
B 165 of 255 = 65%

173
183
165

R + G + B ~ 68%. #ADB7A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 183 + 165 = 521 (100%)
R 173 of 521 ~ 33.21%
G 183 of 521 ~ 35.12%
B 165 of 521 ~ 31.67%

%33.21
%35.12
%31.67

CMYK RENK MODELİ

#ADB7A5 rengi CMYK tonu (5,0,10,28).

  • camgöbeği tonu 5.46%
  • eflatun tonu 0.00%
  • sarı tonu 9.84%
  • ana renk tonu 28.24%
CMYK:
(5,0,10,28)
C5M0Y10K28 
(5%,0%,10%,28%)
(0.05/0.00/0.10/0.28)	

CMYK yüzdeleri

%5.46
%0
%9.84
%28.24

Codes

Color #ADB7A5 in popluar color models

ADB7A5
RGB173183165
HSL93°11.11%68.24%
HSB/HSV93°9.84%71.76%
CMYK5.46%0.00%9.84%
28.24%

Color #ADB7A5 in popluar number systems.

HEXADB7A5
Decimal173183165
Binary101011011011011110100101
Octal255267245

Shades and tints

Shades of #ADB7A5

#ADB7A5
(173,183,165)
#9EA796
(158,167,150)
#8F9787
(143,151,135)
#808778
(128,135,120)
#717769
(113,119,105)
#62675A
(98,103,90)
#53574B
(83,87,75)
#44473C
(68,71,60)
#35372D
(53,55,45)
#26271E
(38,39,30)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #ADB7A5

#ADB7A5
(173,183,165)
#B4BDAD
(180,189,173)
#BBC3B5
(187,195,181)
#C2C9BD
(194,201,189)
#C9CFC5
(201,207,197)
#D0D5CD
(208,213,205)
#D7DBD5
(215,219,213)
#DEE1DD
(222,225,221)
#E5E7E5
(229,231,229)
#ECEDED
(236,237,237)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB7A5 color. Also use rgb(173,183,165) instead hex code.

Text Font Color

.myTextColor { color: #ADB7A5; }

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

This text font color is #ADB7A5.


Background Color

.myBgColor { background-color: #ADB7A5; }

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

This div background color is #ADB7A5.


Border color

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

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

This div border color is #ADB7A5.


Opacity

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

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

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

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

This text has shadow with #ADB7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB7A5 on black background.


Color preview on white background

This text has color #ADB7A5 on white background.



Black color preview on #ADB7A5 background

This text has black color on #ADB7A5 background.


White color preview on #ADB7A5 background

This text has white color on #ADB7A5 background.