COLOR #ADB7B9

HEX: #ADB7B9
RGB: (173,183,185)

Renk bilgisi

#ADB7B9 contains red, green and blue colors in about the same proportion. #ADB7B9 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#ADB7B9 color RGB value is (173,183,185).

  • kırmız ton 173;
  • yeşil ton 183;
  • mavi ton 185.
RGB:
(173,183,185)
(68%,72%,73%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 183 of 255 = 72%
B 185 of 255 = 73%

173
183
185

R + G + B ~ 71%. #ADB7B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 183 + 185 = 541 (100%)
R 173 of 541 ~ 31.98%
G 183 of 541 ~ 33.83%
B 185 of 541 ~ 34.2%

%31.98
%33.83
%34.2

CMYK RENK MODELİ

#ADB7B9 rengi CMYK tonu (6,1,0,27).

  • camgöbeği tonu 6.49%
  • eflatun tonu 1.08%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(6,1,0,27)
C6M1Y0K27 
(6%,1%,0%,27%)
(0.06/0.01/0.00/0.27)	

CMYK yüzdeleri

%6.49
%1.08
%0
%27.45

Codes

Color #ADB7B9 in popluar color models

ADB7B9
RGB173183185
HSL190°7.89%70.20%
HSB/HSV190°6.49%72.55%
CMYK6.49%1.08%0.00%
27.45%

Color #ADB7B9 in popluar number systems.

HEXADB7B9
Decimal173183185
Binary101011011011011110111001
Octal255267271

Shades and tints

Shades of #ADB7B9

#ADB7B9
(173,183,185)
#9EA7A9
(158,167,169)
#8F9799
(143,151,153)
#808789
(128,135,137)
#717779
(113,119,121)
#626769
(98,103,105)
#535759
(83,87,89)
#444749
(68,71,73)
#353739
(53,55,57)
#262729
(38,39,41)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #ADB7B9

#ADB7B9
(173,183,185)
#B4BDBF
(180,189,191)
#BBC3C5
(187,195,197)
#C2C9CB
(194,201,203)
#C9CFD1
(201,207,209)
#D0D5D7
(208,213,215)
#D7DBDD
(215,219,221)
#DEE1E3
(222,225,227)
#E5E7E9
(229,231,233)
#ECEDEF
(236,237,239)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB7B9; }

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

This text font color is #ADB7B9.


Background Color

.myBgColor { background-color: #ADB7B9; }

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

This div background color is #ADB7B9.


Border color

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

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

This div border color is #ADB7B9.


Opacity

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

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

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

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

This text has shadow with #ADB7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB7B9 on black background.


Color preview on white background

This text has color #ADB7B9 on white background.



Black color preview on #ADB7B9 background

This text has black color on #ADB7B9 background.


White color preview on #ADB7B9 background

This text has white color on #ADB7B9 background.