COLOR #ADB7AD

HEX: #ADB7AD
RGB: (173,183,173)

Renk bilgisi

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

RGB renk modeli

#ADB7AD color RGB value is (173,183,173).

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

RGB bağlantıları ve doygunluk

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

173
183
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 183 + 173 = 529 (100%)
R 173 of 529 ~ 32.7%
G 183 of 529 ~ 34.59%
B 173 of 529 ~ 32.7%

%32.7
%34.59
%32.7

CMYK RENK MODELİ

#ADB7AD rengi CMYK tonu (5,0,5,28).

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

CMYK yüzdeleri

%5.46
%0
%5.46
%28.24

Codes

Color #ADB7AD in popluar color models

ADB7AD
RGB173183173
HSL120°6.49%69.80%
HSB/HSV120°5.46%71.76%
CMYK5.46%0.00%5.46%
28.24%

Color #ADB7AD in popluar number systems.

HEXADB7AD
Decimal173183173
Binary101011011011011110101101
Octal255267255

Shades and tints

Shades of #ADB7AD

#ADB7AD
(173,183,173)
#9EA79E
(158,167,158)
#8F978F
(143,151,143)
#808780
(128,135,128)
#717771
(113,119,113)
#626762
(98,103,98)
#535753
(83,87,83)
#444744
(68,71,68)
#353735
(53,55,53)
#262726
(38,39,38)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #ADB7AD

#ADB7AD
(173,183,173)
#B4BDB4
(180,189,180)
#BBC3BB
(187,195,187)
#C2C9C2
(194,201,194)
#C9CFC9
(201,207,201)
#D0D5D0
(208,213,208)
#D7DBD7
(215,219,215)
#DEE1DE
(222,225,222)
#E5E7E5
(229,231,229)
#ECEDEC
(236,237,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB7AD; }

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

This text font color is #ADB7AD.


Background Color

.myBgColor { background-color: #ADB7AD; }

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

This div background color is #ADB7AD.


Border color

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

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

This div border color is #ADB7AD.


Opacity

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

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

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

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

This text has shadow with #ADB7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB7AD on black background.


Color preview on white background

This text has color #ADB7AD on white background.



Black color preview on #ADB7AD background

This text has black color on #ADB7AD background.


White color preview on #ADB7AD background

This text has white color on #ADB7AD background.