COLOR #ADB6B5

HEX: #ADB6B5
RGB: (173,182,181)

Renk bilgisi

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

RGB renk modeli

#ADB6B5 color RGB value is (173,182,181).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 182 of 255 = 71%
B 181 of 255 = 71%

173
182
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 182 + 181 = 536 (100%)
R 173 of 536 ~ 32.28%
G 182 of 536 ~ 33.96%
B 181 of 536 ~ 33.77%

%32.28
%33.96
%33.77

CMYK RENK MODELİ

#ADB6B5 rengi CMYK tonu (5,0,1,29).

  • camgöbeği tonu 4.95%
  • eflatun tonu 0.00%
  • sarı tonu 0.55%
  • ana renk tonu 28.63%
CMYK:
(5,0,1,29)
C5M0Y1K29 
(5%,0%,1%,29%)
(0.05/0.00/0.01/0.29)	

CMYK yüzdeleri

%4.95
%0
%0.55
%28.63

Codes

Color #ADB6B5 in popluar color models

ADB6B5
RGB173182181
HSL173°5.81%69.61%
HSB/HSV173°4.95%71.37%
CMYK4.95%0.00%0.55%
28.63%

Color #ADB6B5 in popluar number systems.

HEXADB6B5
Decimal173182181
Binary101011011011011010110101
Octal255266265

Shades and tints

Shades of #ADB6B5

#ADB6B5
(173,182,181)
#9EA6A5
(158,166,165)
#8F9695
(143,150,149)
#808685
(128,134,133)
#717675
(113,118,117)
#626665
(98,102,101)
#535655
(83,86,85)
#444645
(68,70,69)
#353635
(53,54,53)
#262625
(38,38,37)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #ADB6B5

#ADB6B5
(173,182,181)
#B4BCBB
(180,188,187)
#BBC2C1
(187,194,193)
#C2C8C7
(194,200,199)
#C9CECD
(201,206,205)
#D0D4D3
(208,212,211)
#D7DAD9
(215,218,217)
#DEE0DF
(222,224,223)
#E5E6E5
(229,230,229)
#ECECEB
(236,236,235)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB6B5; }

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

This text font color is #ADB6B5.


Background Color

.myBgColor { background-color: #ADB6B5; }

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

This div background color is #ADB6B5.


Border color

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

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

This div border color is #ADB6B5.


Opacity

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

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

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

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

This text has shadow with #ADB6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB6B5 on black background.


Color preview on white background

This text has color #ADB6B5 on white background.



Black color preview on #ADB6B5 background

This text has black color on #ADB6B5 background.


White color preview on #ADB6B5 background

This text has white color on #ADB6B5 background.