COLOR #ADB6B0

HEX: #ADB6B0
RGB: (173,182,176)

Renk bilgisi

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

RGB renk modeli

#ADB6B0 color RGB value is (173,182,176).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 182 of 255 = 71%
B 176 of 255 = 69%

173
182
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 182 + 176 = 531 (100%)
R 173 of 531 ~ 32.58%
G 182 of 531 ~ 34.27%
B 176 of 531 ~ 33.15%

%32.58
%34.27
%33.15

CMYK RENK MODELİ

#ADB6B0 rengi CMYK tonu (5,0,3,29).

  • camgöbeği tonu 4.95%
  • eflatun tonu 0.00%
  • sarı tonu 3.30%
  • ana renk tonu 28.63%
CMYK:
(5,0,3,29)
C5M0Y3K29 
(5%,0%,3%,29%)
(0.05/0.00/0.03/0.29)	

CMYK yüzdeleri

%4.95
%0
%3.3
%28.63

Codes

Color #ADB6B0 in popluar color models

ADB6B0
RGB173182176
HSL140°5.81%69.61%
HSB/HSV140°4.95%71.37%
CMYK4.95%0.00%3.30%
28.63%

Color #ADB6B0 in popluar number systems.

HEXADB6B0
Decimal173182176
Binary101011011011011010110000
Octal255266260

Shades and tints

Shades of #ADB6B0

#ADB6B0
(173,182,176)
#9EA6A0
(158,166,160)
#8F9690
(143,150,144)
#808680
(128,134,128)
#717670
(113,118,112)
#626660
(98,102,96)
#535650
(83,86,80)
#444640
(68,70,64)
#353630
(53,54,48)
#262620
(38,38,32)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #ADB6B0

#ADB6B0
(173,182,176)
#B4BCB7
(180,188,183)
#BBC2BE
(187,194,190)
#C2C8C5
(194,200,197)
#C9CECC
(201,206,204)
#D0D4D3
(208,212,211)
#D7DADA
(215,218,218)
#DEE0E1
(222,224,225)
#E5E6E8
(229,230,232)
#ECECEF
(236,236,239)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB6B0; }

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

This text font color is #ADB6B0.


Background Color

.myBgColor { background-color: #ADB6B0; }

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

This div background color is #ADB6B0.


Border color

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

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

This div border color is #ADB6B0.


Opacity

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

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

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

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

This text has shadow with #ADB6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB6B0 on black background.


Color preview on white background

This text has color #ADB6B0 on white background.



Black color preview on #ADB6B0 background

This text has black color on #ADB6B0 background.


White color preview on #ADB6B0 background

This text has white color on #ADB6B0 background.