COLOR #ADB4B9

HEX: #ADB4B9
RGB: (173,180,185)

Renk bilgisi

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

RGB renk modeli

#ADB4B9 color RGB value is (173,180,185).

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

RGB bağlantıları ve doygunluk

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

173
180
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 180 + 185 = 538 (100%)
R 173 of 538 ~ 32.16%
G 180 of 538 ~ 33.46%
B 185 of 538 ~ 34.39%

%32.16
%33.46
%34.39

CMYK RENK MODELİ

#ADB4B9 rengi CMYK tonu (6,3,0,27).

  • camgöbeği tonu 6.49%
  • eflatun tonu 2.70%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(6,3,0,27)
C6M3Y0K27 
(6%,3%,0%,27%)
(0.06/0.03/0.00/0.27)	

CMYK yüzdeleri

%6.49
%2.7
%0
%27.45

Codes

Color #ADB4B9 in popluar color models

ADB4B9
RGB173180185
HSL205°7.89%70.20%
HSB/HSV205°6.49%72.55%
CMYK6.49%2.70%0.00%
27.45%

Color #ADB4B9 in popluar number systems.

HEXADB4B9
Decimal173180185
Binary101011011011010010111001
Octal255264271

Shades and tints

Shades of #ADB4B9

#ADB4B9
(173,180,185)
#9EA4A9
(158,164,169)
#8F9499
(143,148,153)
#808489
(128,132,137)
#717479
(113,116,121)
#626469
(98,100,105)
#535459
(83,84,89)
#444449
(68,68,73)
#353439
(53,52,57)
#262429
(38,36,41)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADB4B9

#ADB4B9
(173,180,185)
#B4BABF
(180,186,191)
#BBC0C5
(187,192,197)
#C2C6CB
(194,198,203)
#C9CCD1
(201,204,209)
#D0D2D7
(208,210,215)
#D7D8DD
(215,216,221)
#DEDEE3
(222,222,227)
#E5E4E9
(229,228,233)
#ECEAEF
(236,234,239)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB4B9; }

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

This text font color is #ADB4B9.


Background Color

.myBgColor { background-color: #ADB4B9; }

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

This div background color is #ADB4B9.


Border color

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

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

This div border color is #ADB4B9.


Opacity

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

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

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

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

This text has shadow with #ADB4B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB4B9 on black background.


Color preview on white background

This text has color #ADB4B9 on white background.



Black color preview on #ADB4B9 background

This text has black color on #ADB4B9 background.


White color preview on #ADB4B9 background

This text has white color on #ADB4B9 background.