COLOR #ADB6BF

HEX: #ADB6BF
RGB: (173,182,191)

Renk bilgisi

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

RGB renk modeli

#ADB6BF color RGB value is (173,182,191).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 182 of 255 = 71%
B 191 of 255 = 75%

173
182
191

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 182 + 191 = 546 (100%)
R 173 of 546 ~ 31.68%
G 182 of 546 ~ 33.33%
B 191 of 546 ~ 34.98%

%31.68
%33.33
%34.98

CMYK RENK MODELİ

#ADB6BF rengi CMYK tonu (9,5,0,25).

  • camgöbeği tonu 9.42%
  • eflatun tonu 4.71%
  • sarı tonu 0.00%
  • ana renk tonu 25.10%
CMYK:
(9,5,0,25)
C9M5Y0K25 
(9%,5%,0%,25%)
(0.09/0.05/0.00/0.25)	

CMYK yüzdeleri

%9.42
%4.71
%0
%25.1

Codes

Color #ADB6BF in popluar color models

ADB6BF
RGB173182191
HSL210°12.33%71.37%
HSB/HSV210°9.42%74.90%
CMYK9.42%4.71%0.00%
25.10%

Color #ADB6BF in popluar number systems.

HEXADB6BF
Decimal173182191
Binary101011011011011010111111
Octal255266277

Shades and tints

Shades of #ADB6BF

#ADB6BF
(173,182,191)
#9EA6AE
(158,166,174)
#8F969D
(143,150,157)
#80868C
(128,134,140)
#71767B
(113,118,123)
#62666A
(98,102,106)
#535659
(83,86,89)
#444648
(68,70,72)
#353637
(53,54,55)
#262626
(38,38,38)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #ADB6BF

#ADB6BF
(173,182,191)
#B4BCC4
(180,188,196)
#BBC2C9
(187,194,201)
#C2C8CE
(194,200,206)
#C9CED3
(201,206,211)
#D0D4D8
(208,212,216)
#D7DADD
(215,218,221)
#DEE0E2
(222,224,226)
#E5E6E7
(229,230,231)
#ECECEC
(236,236,236)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB6BF; }

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

This text font color is #ADB6BF.


Background Color

.myBgColor { background-color: #ADB6BF; }

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

This div background color is #ADB6BF.


Border color

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

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

This div border color is #ADB6BF.


Opacity

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

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

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

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

This text has shadow with #ADB6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB6BF on black background.


Color preview on white background

This text has color #ADB6BF on white background.



Black color preview on #ADB6BF background

This text has black color on #ADB6BF background.


White color preview on #ADB6BF background

This text has white color on #ADB6BF background.