COLOR #ADB0A3

HEX: #ADB0A3
RGB: (173,176,163)

Renk bilgisi

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

RGB renk modeli

#ADB0A3 color RGB value is (173,176,163).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 176 of 255 = 69%
B 163 of 255 = 64%

173
176
163

R + G + B ~ 67%. #ADB0A3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 176 + 163 = 512 (100%)
R 173 of 512 ~ 33.79%
G 176 of 512 ~ 34.38%
B 163 of 512 ~ 31.84%

%33.79
%34.38
%31.84

CMYK RENK MODELİ

#ADB0A3 rengi CMYK tonu (2,0,7,31).

  • camgöbeği tonu 1.70%
  • eflatun tonu 0.00%
  • sarı tonu 7.39%
  • ana renk tonu 30.98%
CMYK:
(2,0,7,31)
C2M0Y7K31 
(2%,0%,7%,31%)
(0.02/0.00/0.07/0.31)	

CMYK yüzdeleri

%1.7
%0
%7.39
%30.98

Codes

Color #ADB0A3 in popluar color models

ADB0A3
RGB173176163
HSL74°7.60%66.47%
HSB/HSV74°7.39%69.02%
CMYK1.70%0.00%7.39%
30.98%

Color #ADB0A3 in popluar number systems.

HEXADB0A3
Decimal173176163
Binary101011011011000010100011
Octal255260243

Shades and tints

Shades of #ADB0A3

#ADB0A3
(173,176,163)
#9EA095
(158,160,149)
#8F9087
(143,144,135)
#808079
(128,128,121)
#71706B
(113,112,107)
#62605D
(98,96,93)
#53504F
(83,80,79)
#444041
(68,64,65)
#353033
(53,48,51)
#262025
(38,32,37)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #ADB0A3

#ADB0A3
(173,176,163)
#B4B7AB
(180,183,171)
#BBBEB3
(187,190,179)
#C2C5BB
(194,197,187)
#C9CCC3
(201,204,195)
#D0D3CB
(208,211,203)
#D7DAD3
(215,218,211)
#DEE1DB
(222,225,219)
#E5E8E3
(229,232,227)
#ECEFEB
(236,239,235)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB0A3; }

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

This text font color is #ADB0A3.


Background Color

.myBgColor { background-color: #ADB0A3; }

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

This div background color is #ADB0A3.


Border color

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

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

This div border color is #ADB0A3.


Opacity

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

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

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

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

This text has shadow with #ADB0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB0A3 on black background.


Color preview on white background

This text has color #ADB0A3 on white background.



Black color preview on #ADB0A3 background

This text has black color on #ADB0A3 background.


White color preview on #ADB0A3 background

This text has white color on #ADB0A3 background.