COLOR #ADB0B5

HEX: #ADB0B5
RGB: (173,176,181)

Renk bilgisi

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

RGB renk modeli

#ADB0B5 color RGB value is (173,176,181).

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

RGB bağlantıları ve doygunluk

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

173
176
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 176 + 181 = 530 (100%)
R 173 of 530 ~ 32.64%
G 176 of 530 ~ 33.21%
B 181 of 530 ~ 34.15%

%32.64
%33.21
%34.15

CMYK RENK MODELİ

#ADB0B5 rengi CMYK tonu (4,3,0,29).

  • camgöbeği tonu 4.42%
  • eflatun tonu 2.76%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(4,3,0,29)
C4M3Y0K29 
(4%,3%,0%,29%)
(0.04/0.03/0.00/0.29)	

CMYK yüzdeleri

%4.42
%2.76
%0
%29.02

Codes

Color #ADB0B5 in popluar color models

ADB0B5
RGB173176181
HSL218°5.13%69.41%
HSB/HSV218°4.42%70.98%
CMYK4.42%2.76%0.00%
29.02%

Color #ADB0B5 in popluar number systems.

HEXADB0B5
Decimal173176181
Binary101011011011000010110101
Octal255260265

Shades and tints

Shades of #ADB0B5

#ADB0B5
(173,176,181)
#9EA0A5
(158,160,165)
#8F9095
(143,144,149)
#808085
(128,128,133)
#717075
(113,112,117)
#626065
(98,96,101)
#535055
(83,80,85)
#444045
(68,64,69)
#353035
(53,48,53)
#262025
(38,32,37)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #ADB0B5

#ADB0B5
(173,176,181)
#B4B7BB
(180,183,187)
#BBBEC1
(187,190,193)
#C2C5C7
(194,197,199)
#C9CCCD
(201,204,205)
#D0D3D3
(208,211,211)
#D7DAD9
(215,218,217)
#DEE1DF
(222,225,223)
#E5E8E5
(229,232,229)
#ECEFEB
(236,239,235)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB0B5; }

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

This text font color is #ADB0B5.


Background Color

.myBgColor { background-color: #ADB0B5; }

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

This div background color is #ADB0B5.


Border color

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

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

This div border color is #ADB0B5.


Opacity

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

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

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

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

This text has shadow with #ADB0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB0B5 on black background.


Color preview on white background

This text has color #ADB0B5 on white background.



Black color preview on #ADB0B5 background

This text has black color on #ADB0B5 background.


White color preview on #ADB0B5 background

This text has white color on #ADB0B5 background.