COLOR #ADB6BB

HEX: #ADB6BB
RGB: (173,182,187)

Renk bilgisi

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

RGB renk modeli

#ADB6BB color RGB value is (173,182,187).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 182 of 255 = 71%
B 187 of 255 = 73%

173
182
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 182 + 187 = 542 (100%)
R 173 of 542 ~ 31.92%
G 182 of 542 ~ 33.58%
B 187 of 542 ~ 34.5%

%31.92
%33.58
%34.5

CMYK RENK MODELİ

#ADB6BB rengi CMYK tonu (7,3,0,27).

  • camgöbeği tonu 7.49%
  • eflatun tonu 2.67%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(7,3,0,27)
C7M3Y0K27 
(7%,3%,0%,27%)
(0.07/0.03/0.00/0.27)	

CMYK yüzdeleri

%7.49
%2.67
%0
%26.67

Codes

Color #ADB6BB in popluar color models

ADB6BB
RGB173182187
HSL201°9.33%70.59%
HSB/HSV201°7.49%73.33%
CMYK7.49%2.67%0.00%
26.67%

Color #ADB6BB in popluar number systems.

HEXADB6BB
Decimal173182187
Binary101011011011011010111011
Octal255266273

Shades and tints

Shades of #ADB6BB

#ADB6BB
(173,182,187)
#9EA6AA
(158,166,170)
#8F9699
(143,150,153)
#808688
(128,134,136)
#717677
(113,118,119)
#626666
(98,102,102)
#535655
(83,86,85)
#444644
(68,70,68)
#353633
(53,54,51)
#262622
(38,38,34)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #ADB6BB

#ADB6BB
(173,182,187)
#B4BCC1
(180,188,193)
#BBC2C7
(187,194,199)
#C2C8CD
(194,200,205)
#C9CED3
(201,206,211)
#D0D4D9
(208,212,217)
#D7DADF
(215,218,223)
#DEE0E5
(222,224,229)
#E5E6EB
(229,230,235)
#ECECF1
(236,236,241)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB6BB; }

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

This text font color is #ADB6BB.


Background Color

.myBgColor { background-color: #ADB6BB; }

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

This div background color is #ADB6BB.


Border color

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

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

This div border color is #ADB6BB.


Opacity

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

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

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

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

This text has shadow with #ADB6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB6BB on black background.


Color preview on white background

This text has color #ADB6BB on white background.



Black color preview on #ADB6BB background

This text has black color on #ADB6BB background.


White color preview on #ADB6BB background

This text has white color on #ADB6BB background.