COLOR #ADB6BD

HEX: #ADB6BD
RGB: (173,182,189)

Renk bilgisi

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

RGB renk modeli

#ADB6BD color RGB value is (173,182,189).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 182 of 255 = 71%
B 189 of 255 = 74%

173
182
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 182 + 189 = 544 (100%)
R 173 of 544 ~ 31.8%
G 182 of 544 ~ 33.46%
B 189 of 544 ~ 34.74%

%31.8
%33.46
%34.74

CMYK RENK MODELİ

#ADB6BD rengi CMYK tonu (8,4,0,26).

  • camgöbeği tonu 8.47%
  • eflatun tonu 3.70%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(8,4,0,26)
C8M4Y0K26 
(8%,4%,0%,26%)
(0.08/0.04/0.00/0.26)	

CMYK yüzdeleri

%8.47
%3.7
%0
%25.88

Codes

Color #ADB6BD in popluar color models

ADB6BD
RGB173182189
HSL206°10.81%70.98%
HSB/HSV206°8.47%74.12%
CMYK8.47%3.70%0.00%
25.88%

Color #ADB6BD in popluar number systems.

HEXADB6BD
Decimal173182189
Binary101011011011011010111101
Octal255266275

Shades and tints

Shades of #ADB6BD

#ADB6BD
(173,182,189)
#9EA6AC
(158,166,172)
#8F969B
(143,150,155)
#80868A
(128,134,138)
#717679
(113,118,121)
#626668
(98,102,104)
#535657
(83,86,87)
#444646
(68,70,70)
#353635
(53,54,53)
#262624
(38,38,36)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #ADB6BD

#ADB6BD
(173,182,189)
#B4BCC3
(180,188,195)
#BBC2C9
(187,194,201)
#C2C8CF
(194,200,207)
#C9CED5
(201,206,213)
#D0D4DB
(208,212,219)
#D7DAE1
(215,218,225)
#DEE0E7
(222,224,231)
#E5E6ED
(229,230,237)
#ECECF3
(236,236,243)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB6BD; }

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

This text font color is #ADB6BD.


Background Color

.myBgColor { background-color: #ADB6BD; }

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

This div background color is #ADB6BD.


Border color

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

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

This div border color is #ADB6BD.


Opacity

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

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

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

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

This text has shadow with #ADB6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB6BD on black background.


Color preview on white background

This text has color #ADB6BD on white background.



Black color preview on #ADB6BD background

This text has black color on #ADB6BD background.


White color preview on #ADB6BD background

This text has white color on #ADB6BD background.