COLOR #ADB0AF

HEX: #ADB0AF
RGB: (173,176,175)

Renk bilgisi

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

RGB renk modeli

#ADB0AF color RGB value is (173,176,175).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 176 of 255 = 69%
B 175 of 255 = 69%

173
176
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 176 + 175 = 524 (100%)
R 173 of 524 ~ 33.02%
G 176 of 524 ~ 33.59%
B 175 of 524 ~ 33.4%

%33.02
%33.59
%33.4

CMYK RENK MODELİ

#ADB0AF rengi CMYK tonu (2,0,1,31).

  • camgöbeği tonu 1.70%
  • eflatun tonu 0.00%
  • sarı tonu 0.57%
  • ana renk tonu 30.98%
CMYK:
(2,0,1,31)
C2M0Y1K31 
(2%,0%,1%,31%)
(0.02/0.00/0.01/0.31)	

CMYK yüzdeleri

%1.7
%0
%0.57
%30.98

Codes

Color #ADB0AF in popluar color models

ADB0AF
RGB173176175
HSL160°1.86%68.43%
HSB/HSV160°1.70%69.02%
CMYK1.70%0.00%0.57%
30.98%

Color #ADB0AF in popluar number systems.

HEXADB0AF
Decimal173176175
Binary101011011011000010101111
Octal255260257

Shades and tints

Shades of #ADB0AF

#ADB0AF
(173,176,175)
#9EA0A0
(158,160,160)
#8F9091
(143,144,145)
#808082
(128,128,130)
#717073
(113,112,115)
#626064
(98,96,100)
#535055
(83,80,85)
#444046
(68,64,70)
#353037
(53,48,55)
#262028
(38,32,40)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #ADB0AF

#ADB0AF
(173,176,175)
#B4B7B6
(180,183,182)
#BBBEBD
(187,190,189)
#C2C5C4
(194,197,196)
#C9CCCB
(201,204,203)
#D0D3D2
(208,211,210)
#D7DAD9
(215,218,217)
#DEE1E0
(222,225,224)
#E5E8E7
(229,232,231)
#ECEFEE
(236,239,238)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB0AF; }

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

This text font color is #ADB0AF.


Background Color

.myBgColor { background-color: #ADB0AF; }

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

This div background color is #ADB0AF.


Border color

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

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

This div border color is #ADB0AF.


Opacity

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

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

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

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

This text has shadow with #ADB0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB0AF on black background.


Color preview on white background

This text has color #ADB0AF on white background.



Black color preview on #ADB0AF background

This text has black color on #ADB0AF background.


White color preview on #ADB0AF background

This text has white color on #ADB0AF background.