COLOR #ADB0BD

HEX: #ADB0BD
RGB: (173,176,189)

Renk bilgisi

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

RGB renk modeli

#ADB0BD color RGB value is (173,176,189).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 176 of 255 = 69%
B 189 of 255 = 74%

173
176
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 176 + 189 = 538 (100%)
R 173 of 538 ~ 32.16%
G 176 of 538 ~ 32.71%
B 189 of 538 ~ 35.13%

%32.16
%32.71
%35.13

CMYK RENK MODELİ

#ADB0BD rengi CMYK tonu (8,7,0,26).

  • camgöbeği tonu 8.47%
  • eflatun tonu 6.88%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(8,7,0,26)
C8M7Y0K26 
(8%,7%,0%,26%)
(0.08/0.07/0.00/0.26)	

CMYK yüzdeleri

%8.47
%6.88
%0
%25.88

Codes

Color #ADB0BD in popluar color models

ADB0BD
RGB173176189
HSL229°10.81%70.98%
HSB/HSV229°8.47%74.12%
CMYK8.47%6.88%0.00%
25.88%

Color #ADB0BD in popluar number systems.

HEXADB0BD
Decimal173176189
Binary101011011011000010111101
Octal255260275

Shades and tints

Shades of #ADB0BD

#ADB0BD
(173,176,189)
#9EA0AC
(158,160,172)
#8F909B
(143,144,155)
#80808A
(128,128,138)
#717079
(113,112,121)
#626068
(98,96,104)
#535057
(83,80,87)
#444046
(68,64,70)
#353035
(53,48,53)
#262024
(38,32,36)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #ADB0BD

#ADB0BD
(173,176,189)
#B4B7C3
(180,183,195)
#BBBEC9
(187,190,201)
#C2C5CF
(194,197,207)
#C9CCD5
(201,204,213)
#D0D3DB
(208,211,219)
#D7DAE1
(215,218,225)
#DEE1E7
(222,225,231)
#E5E8ED
(229,232,237)
#ECEFF3
(236,239,243)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB0BD; }

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

This text font color is #ADB0BD.


Background Color

.myBgColor { background-color: #ADB0BD; }

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

This div background color is #ADB0BD.


Border color

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

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

This div border color is #ADB0BD.


Opacity

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

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

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

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

This text has shadow with #ADB0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB0BD on black background.


Color preview on white background

This text has color #ADB0BD on white background.



Black color preview on #ADB0BD background

This text has black color on #ADB0BD background.


White color preview on #ADB0BD background

This text has white color on #ADB0BD background.