COLOR #ADB3AB

HEX: #ADB3AB
RGB: (173,179,171)

Renk bilgisi

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

RGB renk modeli

#ADB3AB color RGB value is (173,179,171).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 179 of 255 = 70%
B 171 of 255 = 67%

173
179
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 179 + 171 = 523 (100%)
R 173 of 523 ~ 33.08%
G 179 of 523 ~ 34.23%
B 171 of 523 ~ 32.7%

%33.08
%34.23
%32.7

CMYK RENK MODELİ

#ADB3AB rengi CMYK tonu (3,0,4,30).

  • camgöbeği tonu 3.35%
  • eflatun tonu 0.00%
  • sarı tonu 4.47%
  • ana renk tonu 29.80%
CMYK:
(3,0,4,30)
C3M0Y4K30 
(3%,0%,4%,30%)
(0.03/0.00/0.04/0.30)	

CMYK yüzdeleri

%3.35
%0
%4.47
%29.8

Codes

Color #ADB3AB in popluar color models

ADB3AB
RGB173179171
HSL105°5.00%68.63%
HSB/HSV105°4.47%70.20%
CMYK3.35%0.00%4.47%
29.80%

Color #ADB3AB in popluar number systems.

HEXADB3AB
Decimal173179171
Binary101011011011001110101011
Octal255263253

Shades and tints

Shades of #ADB3AB

#ADB3AB
(173,179,171)
#9EA39C
(158,163,156)
#8F938D
(143,147,141)
#80837E
(128,131,126)
#71736F
(113,115,111)
#626360
(98,99,96)
#535351
(83,83,81)
#444342
(68,67,66)
#353333
(53,51,51)
#262324
(38,35,36)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #ADB3AB

#ADB3AB
(173,179,171)
#B4B9B2
(180,185,178)
#BBBFB9
(187,191,185)
#C2C5C0
(194,197,192)
#C9CBC7
(201,203,199)
#D0D1CE
(208,209,206)
#D7D7D5
(215,215,213)
#DEDDDC
(222,221,220)
#E5E3E3
(229,227,227)
#ECE9EA
(236,233,234)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB3AB; }

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

This text font color is #ADB3AB.


Background Color

.myBgColor { background-color: #ADB3AB; }

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

This div background color is #ADB3AB.


Border color

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

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

This div border color is #ADB3AB.


Opacity

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

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

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

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

This text has shadow with #ADB3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB3AB on black background.


Color preview on white background

This text has color #ADB3AB on white background.



Black color preview on #ADB3AB background

This text has black color on #ADB3AB background.


White color preview on #ADB3AB background

This text has white color on #ADB3AB background.