COLOR #ADB7B0

HEX: #ADB7B0
RGB: (173,183,176)

Renk bilgisi

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

RGB renk modeli

#ADB7B0 color RGB value is (173,183,176).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 183 of 255 = 72%
B 176 of 255 = 69%

173
183
176

R + G + B ~ 70%. #ADB7B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 183 + 176 = 532 (100%)
R 173 of 532 ~ 32.52%
G 183 of 532 ~ 34.4%
B 176 of 532 ~ 33.08%

%32.52
%34.4
%33.08

CMYK RENK MODELİ

#ADB7B0 rengi CMYK tonu (5,0,4,28).

  • camgöbeği tonu 5.46%
  • eflatun tonu 0.00%
  • sarı tonu 3.83%
  • ana renk tonu 28.24%
CMYK:
(5,0,4,28)
C5M0Y4K28 
(5%,0%,4%,28%)
(0.05/0.00/0.04/0.28)	

CMYK yüzdeleri

%5.46
%0
%3.83
%28.24

Codes

Color #ADB7B0 in popluar color models

ADB7B0
RGB173183176
HSL138°6.49%69.80%
HSB/HSV138°5.46%71.76%
CMYK5.46%0.00%3.83%
28.24%

Color #ADB7B0 in popluar number systems.

HEXADB7B0
Decimal173183176
Binary101011011011011110110000
Octal255267260

Shades and tints

Shades of #ADB7B0

#ADB7B0
(173,183,176)
#9EA7A0
(158,167,160)
#8F9790
(143,151,144)
#808780
(128,135,128)
#717770
(113,119,112)
#626760
(98,103,96)
#535750
(83,87,80)
#444740
(68,71,64)
#353730
(53,55,48)
#262720
(38,39,32)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #ADB7B0

#ADB7B0
(173,183,176)
#B4BDB7
(180,189,183)
#BBC3BE
(187,195,190)
#C2C9C5
(194,201,197)
#C9CFCC
(201,207,204)
#D0D5D3
(208,213,211)
#D7DBDA
(215,219,218)
#DEE1E1
(222,225,225)
#E5E7E8
(229,231,232)
#ECEDEF
(236,237,239)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB7B0; }

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

This text font color is #ADB7B0.


Background Color

.myBgColor { background-color: #ADB7B0; }

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

This div background color is #ADB7B0.


Border color

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

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

This div border color is #ADB7B0.


Opacity

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

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

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

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

This text has shadow with #ADB7B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB7B0 on black background.


Color preview on white background

This text has color #ADB7B0 on white background.



Black color preview on #ADB7B0 background

This text has black color on #ADB7B0 background.


White color preview on #ADB7B0 background

This text has white color on #ADB7B0 background.