COLOR #ADB5B9

HEX: #ADB5B9
RGB: (173,181,185)

Renk bilgisi

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

RGB renk modeli

#ADB5B9 color RGB value is (173,181,185).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 181 of 255 = 71%
B 185 of 255 = 73%

173
181
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 181 + 185 = 539 (100%)
R 173 of 539 ~ 32.1%
G 181 of 539 ~ 33.58%
B 185 of 539 ~ 34.32%

%32.1
%33.58
%34.32

CMYK RENK MODELİ

#ADB5B9 rengi CMYK tonu (6,2,0,27).

  • camgöbeği tonu 6.49%
  • eflatun tonu 2.16%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(6,2,0,27)
C6M2Y0K27 
(6%,2%,0%,27%)
(0.06/0.02/0.00/0.27)	

CMYK yüzdeleri

%6.49
%2.16
%0
%27.45

Codes

Color #ADB5B9 in popluar color models

ADB5B9
RGB173181185
HSL200°7.89%70.20%
HSB/HSV200°6.49%72.55%
CMYK6.49%2.16%0.00%
27.45%

Color #ADB5B9 in popluar number systems.

HEXADB5B9
Decimal173181185
Binary101011011011010110111001
Octal255265271

Shades and tints

Shades of #ADB5B9

#ADB5B9
(173,181,185)
#9EA5A9
(158,165,169)
#8F9599
(143,149,153)
#808589
(128,133,137)
#717579
(113,117,121)
#626569
(98,101,105)
#535559
(83,85,89)
#444549
(68,69,73)
#353539
(53,53,57)
#262529
(38,37,41)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #ADB5B9

#ADB5B9
(173,181,185)
#B4BBBF
(180,187,191)
#BBC1C5
(187,193,197)
#C2C7CB
(194,199,203)
#C9CDD1
(201,205,209)
#D0D3D7
(208,211,215)
#D7D9DD
(215,217,221)
#DEDFE3
(222,223,227)
#E5E5E9
(229,229,233)
#ECEBEF
(236,235,239)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB5B9; }

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

This text font color is #ADB5B9.


Background Color

.myBgColor { background-color: #ADB5B9; }

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

This div background color is #ADB5B9.


Border color

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

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

This div border color is #ADB5B9.


Opacity

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

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

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

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

This text has shadow with #ADB5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB5B9 on black background.


Color preview on white background

This text has color #ADB5B9 on white background.



Black color preview on #ADB5B9 background

This text has black color on #ADB5B9 background.


White color preview on #ADB5B9 background

This text has white color on #ADB5B9 background.