COLOR #ADB3BF

HEX: #ADB3BF
RGB: (173,179,191)

Renk bilgisi

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

RGB renk modeli

#ADB3BF color RGB value is (173,179,191).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 179 of 255 = 70%
B 191 of 255 = 75%

173
179
191

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 179 + 191 = 543 (100%)
R 173 of 543 ~ 31.86%
G 179 of 543 ~ 32.97%
B 191 of 543 ~ 35.17%

%31.86
%32.97
%35.17

CMYK RENK MODELİ

#ADB3BF rengi CMYK tonu (9,6,0,25).

  • camgöbeği tonu 9.42%
  • eflatun tonu 6.28%
  • sarı tonu 0.00%
  • ana renk tonu 25.10%
CMYK:
(9,6,0,25)
C9M6Y0K25 
(9%,6%,0%,25%)
(0.09/0.06/0.00/0.25)	

CMYK yüzdeleri

%9.42
%6.28
%0
%25.1

Codes

Color #ADB3BF in popluar color models

ADB3BF
RGB173179191
HSL220°12.33%71.37%
HSB/HSV220°9.42%74.90%
CMYK9.42%6.28%0.00%
25.10%

Color #ADB3BF in popluar number systems.

HEXADB3BF
Decimal173179191
Binary101011011011001110111111
Octal255263277

Shades and tints

Shades of #ADB3BF

#ADB3BF
(173,179,191)
#9EA3AE
(158,163,174)
#8F939D
(143,147,157)
#80838C
(128,131,140)
#71737B
(113,115,123)
#62636A
(98,99,106)
#535359
(83,83,89)
#444348
(68,67,72)
#353337
(53,51,55)
#262326
(38,35,38)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #ADB3BF

#ADB3BF
(173,179,191)
#B4B9C4
(180,185,196)
#BBBFC9
(187,191,201)
#C2C5CE
(194,197,206)
#C9CBD3
(201,203,211)
#D0D1D8
(208,209,216)
#D7D7DD
(215,215,221)
#DEDDE2
(222,221,226)
#E5E3E7
(229,227,231)
#ECE9EC
(236,233,236)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB3BF; }

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

This text font color is #ADB3BF.


Background Color

.myBgColor { background-color: #ADB3BF; }

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

This div background color is #ADB3BF.


Border color

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

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

This div border color is #ADB3BF.


Opacity

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

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

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

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

This text has shadow with #ADB3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB3BF on black background.


Color preview on white background

This text has color #ADB3BF on white background.



Black color preview on #ADB3BF background

This text has black color on #ADB3BF background.


White color preview on #ADB3BF background

This text has white color on #ADB3BF background.