COLOR #ADB5AD

HEX: #ADB5AD
RGB: (173,181,173)

Renk bilgisi

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

RGB renk modeli

#ADB5AD color RGB value is (173,181,173).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 181 of 255 = 71%
B 173 of 255 = 68%

173
181
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 181 + 173 = 527 (100%)
R 173 of 527 ~ 32.83%
G 181 of 527 ~ 34.35%
B 173 of 527 ~ 32.83%

%32.83
%34.35
%32.83

CMYK RENK MODELİ

#ADB5AD rengi CMYK tonu (4,0,4,29).

  • camgöbeği tonu 4.42%
  • eflatun tonu 0.00%
  • sarı tonu 4.42%
  • ana renk tonu 29.02%
CMYK:
(4,0,4,29)
C4M0Y4K29 
(4%,0%,4%,29%)
(0.04/0.00/0.04/0.29)	

CMYK yüzdeleri

%4.42
%0
%4.42
%29.02

Codes

Color #ADB5AD in popluar color models

ADB5AD
RGB173181173
HSL120°5.13%69.41%
HSB/HSV120°4.42%70.98%
CMYK4.42%0.00%4.42%
29.02%

Color #ADB5AD in popluar number systems.

HEXADB5AD
Decimal173181173
Binary101011011011010110101101
Octal255265255

Shades and tints

Shades of #ADB5AD

#ADB5AD
(173,181,173)
#9EA59E
(158,165,158)
#8F958F
(143,149,143)
#808580
(128,133,128)
#717571
(113,117,113)
#626562
(98,101,98)
#535553
(83,85,83)
#444544
(68,69,68)
#353535
(53,53,53)
#262526
(38,37,38)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #ADB5AD

#ADB5AD
(173,181,173)
#B4BBB4
(180,187,180)
#BBC1BB
(187,193,187)
#C2C7C2
(194,199,194)
#C9CDC9
(201,205,201)
#D0D3D0
(208,211,208)
#D7D9D7
(215,217,215)
#DEDFDE
(222,223,222)
#E5E5E5
(229,229,229)
#ECEBEC
(236,235,236)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB5AD; }

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

This text font color is #ADB5AD.


Background Color

.myBgColor { background-color: #ADB5AD; }

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

This div background color is #ADB5AD.


Border color

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

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

This div border color is #ADB5AD.


Opacity

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

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

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

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

This text has shadow with #ADB5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB5AD on black background.


Color preview on white background

This text has color #ADB5AD on white background.



Black color preview on #ADB5AD background

This text has black color on #ADB5AD background.


White color preview on #ADB5AD background

This text has white color on #ADB5AD background.