COLOR #ADB1B1

HEX: #ADB1B1
RGB: (173,177,177)

Renk bilgisi

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

RGB renk modeli

#ADB1B1 color RGB value is (173,177,177).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 177 of 255 = 69%
B 177 of 255 = 69%

173
177
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 177 + 177 = 527 (100%)
R 173 of 527 ~ 32.83%
G 177 of 527 ~ 33.59%
B 177 of 527 ~ 33.59%

%32.83
%33.59
%33.59

CMYK RENK MODELİ

#ADB1B1 rengi CMYK tonu (2,0,0,31).

  • camgöbeği tonu 2.26%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(2,0,0,31)
C2M0Y0K31 
(2%,0%,0%,31%)
(0.02/0.00/0.00/0.31)	

CMYK yüzdeleri

%2.26
%0
%0
%30.59

Codes

Color #ADB1B1 in popluar color models

ADB1B1
RGB173177177
HSL180°2.50%68.63%
HSB/HSV180°2.26%69.41%
CMYK2.26%0.00%0.00%
30.59%

Color #ADB1B1 in popluar number systems.

HEXADB1B1
Decimal173177177
Binary101011011011000110110001
Octal255261261

Shades and tints

Shades of #ADB1B1

#ADB1B1
(173,177,177)
#9EA1A1
(158,161,161)
#8F9191
(143,145,145)
#808181
(128,129,129)
#717171
(113,113,113)
#626161
(98,97,97)
#535151
(83,81,81)
#444141
(68,65,65)
#353131
(53,49,49)
#262121
(38,33,33)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #ADB1B1

#ADB1B1
(173,177,177)
#B4B8B8
(180,184,184)
#BBBFBF
(187,191,191)
#C2C6C6
(194,198,198)
#C9CDCD
(201,205,205)
#D0D4D4
(208,212,212)
#D7DBDB
(215,219,219)
#DEE2E2
(222,226,226)
#E5E9E9
(229,233,233)
#ECF0F0
(236,240,240)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB1B1; }

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

This text font color is #ADB1B1.


Background Color

.myBgColor { background-color: #ADB1B1; }

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

This div background color is #ADB1B1.


Border color

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

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

This div border color is #ADB1B1.


Opacity

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

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

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

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

This text has shadow with #ADB1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB1B1 on black background.


Color preview on white background

This text has color #ADB1B1 on white background.



Black color preview on #ADB1B1 background

This text has black color on #ADB1B1 background.


White color preview on #ADB1B1 background

This text has white color on #ADB1B1 background.