COLOR #ADB3A9

HEX: #ADB3A9
RGB: (173,179,169)

Renk bilgisi

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

RGB renk modeli

#ADB3A9 color RGB value is (173,179,169).

  • kırmız ton 173;
  • yeşil ton 179;
  • mavi ton 169.
RGB:
(173,179,169)
(68%,70%,66%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 179 of 255 = 70%
B 169 of 255 = 66%

173
179
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 179 + 169 = 521 (100%)
R 173 of 521 ~ 33.21%
G 179 of 521 ~ 34.36%
B 169 of 521 ~ 32.44%

%33.21
%34.36
%32.44

CMYK RENK MODELİ

#ADB3A9 rengi CMYK tonu (3,0,6,30).

  • camgöbeği tonu 3.35%
  • eflatun tonu 0.00%
  • sarı tonu 5.59%
  • ana renk tonu 29.80%
CMYK:
(3,0,6,30)
C3M0Y6K30 
(3%,0%,6%,30%)
(0.03/0.00/0.06/0.30)	

CMYK yüzdeleri

%3.35
%0
%5.59
%29.8

Codes

Color #ADB3A9 in popluar color models

ADB3A9
RGB173179169
HSL96°6.17%68.24%
HSB/HSV96°5.59%70.20%
CMYK3.35%0.00%5.59%
29.80%

Color #ADB3A9 in popluar number systems.

HEXADB3A9
Decimal173179169
Binary101011011011001110101001
Octal255263251

Shades and tints

Shades of #ADB3A9

#ADB3A9
(173,179,169)
#9EA39A
(158,163,154)
#8F938B
(143,147,139)
#80837C
(128,131,124)
#71736D
(113,115,109)
#62635E
(98,99,94)
#53534F
(83,83,79)
#444340
(68,67,64)
#353331
(53,51,49)
#262322
(38,35,34)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #ADB3A9

#ADB3A9
(173,179,169)
#B4B9B0
(180,185,176)
#BBBFB7
(187,191,183)
#C2C5BE
(194,197,190)
#C9CBC5
(201,203,197)
#D0D1CC
(208,209,204)
#D7D7D3
(215,215,211)
#DEDDDA
(222,221,218)
#E5E3E1
(229,227,225)
#ECE9E8
(236,233,232)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB3A9; }

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

This text font color is #ADB3A9.


Background Color

.myBgColor { background-color: #ADB3A9; }

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

This div background color is #ADB3A9.


Border color

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

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

This div border color is #ADB3A9.


Opacity

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

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

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

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

This text has shadow with #ADB3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB3A9 on black background.


Color preview on white background

This text has color #ADB3A9 on white background.



Black color preview on #ADB3A9 background

This text has black color on #ADB3A9 background.


White color preview on #ADB3A9 background

This text has white color on #ADB3A9 background.