COLOR #ADB5B3

HEX: #ADB5B3
RGB: (173,181,179)

Renk bilgisi

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

RGB renk modeli

#ADB5B3 color RGB value is (173,181,179).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 181 of 255 = 71%
B 179 of 255 = 70%

173
181
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 181 + 179 = 533 (100%)
R 173 of 533 ~ 32.46%
G 181 of 533 ~ 33.96%
B 179 of 533 ~ 33.58%

%32.46
%33.96
%33.58

CMYK RENK MODELİ

#ADB5B3 rengi CMYK tonu (4,0,1,29).

  • camgöbeği tonu 4.42%
  • eflatun tonu 0.00%
  • sarı tonu 1.10%
  • ana renk tonu 29.02%
CMYK:
(4,0,1,29)
C4M0Y1K29 
(4%,0%,1%,29%)
(0.04/0.00/0.01/0.29)	

CMYK yüzdeleri

%4.42
%0
%1.1
%29.02

Codes

Color #ADB5B3 in popluar color models

ADB5B3
RGB173181179
HSL165°5.13%69.41%
HSB/HSV165°4.42%70.98%
CMYK4.42%0.00%1.10%
29.02%

Color #ADB5B3 in popluar number systems.

HEXADB5B3
Decimal173181179
Binary101011011011010110110011
Octal255265263

Shades and tints

Shades of #ADB5B3

#ADB5B3
(173,181,179)
#9EA5A3
(158,165,163)
#8F9593
(143,149,147)
#808583
(128,133,131)
#717573
(113,117,115)
#626563
(98,101,99)
#535553
(83,85,83)
#444543
(68,69,67)
#353533
(53,53,51)
#262523
(38,37,35)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #ADB5B3

#ADB5B3
(173,181,179)
#B4BBB9
(180,187,185)
#BBC1BF
(187,193,191)
#C2C7C5
(194,199,197)
#C9CDCB
(201,205,203)
#D0D3D1
(208,211,209)
#D7D9D7
(215,217,215)
#DEDFDD
(222,223,221)
#E5E5E3
(229,229,227)
#ECEBE9
(236,235,233)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB5B3; }

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

This text font color is #ADB5B3.


Background Color

.myBgColor { background-color: #ADB5B3; }

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

This div background color is #ADB5B3.


Border color

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

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

This div border color is #ADB5B3.


Opacity

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

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

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

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

This text has shadow with #ADB5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB5B3 on black background.


Color preview on white background

This text has color #ADB5B3 on white background.



Black color preview on #ADB5B3 background

This text has black color on #ADB5B3 background.


White color preview on #ADB5B3 background

This text has white color on #ADB5B3 background.