COLOR #ADB0AB

HEX: #ADB0AB
RGB: (173,176,171)

Renk bilgisi

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

RGB renk modeli

#ADB0AB color RGB value is (173,176,171).

  • kırmız ton 173;
  • yeşil ton 176;
  • mavi ton 171.
RGB:
(173,176,171)
(68%,69%,67%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 176 of 255 = 69%
B 171 of 255 = 67%

173
176
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 176 + 171 = 520 (100%)
R 173 of 520 ~ 33.27%
G 176 of 520 ~ 33.85%
B 171 of 520 ~ 32.88%

%33.27
%33.85
%32.88

CMYK RENK MODELİ

#ADB0AB rengi CMYK tonu (2,0,3,31).

  • camgöbeği tonu 1.70%
  • eflatun tonu 0.00%
  • sarı tonu 2.84%
  • ana renk tonu 30.98%
CMYK:
(2,0,3,31)
C2M0Y3K31 
(2%,0%,3%,31%)
(0.02/0.00/0.03/0.31)	

CMYK yüzdeleri

%1.7
%0
%2.84
%30.98

Codes

Color #ADB0AB in popluar color models

ADB0AB
RGB173176171
HSL96°3.07%68.04%
HSB/HSV96°2.84%69.02%
CMYK1.70%0.00%2.84%
30.98%

Color #ADB0AB in popluar number systems.

HEXADB0AB
Decimal173176171
Binary101011011011000010101011
Octal255260253

Shades and tints

Shades of #ADB0AB

#ADB0AB
(173,176,171)
#9EA09C
(158,160,156)
#8F908D
(143,144,141)
#80807E
(128,128,126)
#71706F
(113,112,111)
#626060
(98,96,96)
#535051
(83,80,81)
#444042
(68,64,66)
#353033
(53,48,51)
#262024
(38,32,36)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #ADB0AB

#ADB0AB
(173,176,171)
#B4B7B2
(180,183,178)
#BBBEB9
(187,190,185)
#C2C5C0
(194,197,192)
#C9CCC7
(201,204,199)
#D0D3CE
(208,211,206)
#D7DAD5
(215,218,213)
#DEE1DC
(222,225,220)
#E5E8E3
(229,232,227)
#ECEFEA
(236,239,234)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB0AB; }

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

This text font color is #ADB0AB.


Background Color

.myBgColor { background-color: #ADB0AB; }

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

This div background color is #ADB0AB.


Border color

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

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

This div border color is #ADB0AB.


Opacity

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

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

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

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

This text has shadow with #ADB0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB0AB on black background.


Color preview on white background

This text has color #ADB0AB on white background.



Black color preview on #ADB0AB background

This text has black color on #ADB0AB background.


White color preview on #ADB0AB background

This text has white color on #ADB0AB background.