COLOR #ADB8BF

HEX: #ADB8BF
RGB: (173,184,191)

Renk bilgisi

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

RGB renk modeli

#ADB8BF color RGB value is (173,184,191).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 184 of 255 = 72%
B 191 of 255 = 75%

173
184
191

R + G + B ~ 72%. #ADB8BF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 184 + 191 = 548 (100%)
R 173 of 548 ~ 31.57%
G 184 of 548 ~ 33.58%
B 191 of 548 ~ 34.85%

%31.57
%33.58
%34.85

CMYK RENK MODELİ

#ADB8BF rengi CMYK tonu (9,4,0,25).

  • camgöbeği tonu 9.42%
  • eflatun tonu 3.66%
  • sarı tonu 0.00%
  • ana renk tonu 25.10%
CMYK:
(9,4,0,25)
C9M4Y0K25 
(9%,4%,0%,25%)
(0.09/0.04/0.00/0.25)	

CMYK yüzdeleri

%9.42
%3.66
%0
%25.1

Codes

Color #ADB8BF in popluar color models

ADB8BF
RGB173184191
HSL203°12.33%71.37%
HSB/HSV203°9.42%74.90%
CMYK9.42%3.66%0.00%
25.10%

Color #ADB8BF in popluar number systems.

HEXADB8BF
Decimal173184191
Binary101011011011100010111111
Octal255270277

Shades and tints

Shades of #ADB8BF

#ADB8BF
(173,184,191)
#9EA8AE
(158,168,174)
#8F989D
(143,152,157)
#80888C
(128,136,140)
#71787B
(113,120,123)
#62686A
(98,104,106)
#535859
(83,88,89)
#444848
(68,72,72)
#353837
(53,56,55)
#262826
(38,40,38)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #ADB8BF

#ADB8BF
(173,184,191)
#B4BEC4
(180,190,196)
#BBC4C9
(187,196,201)
#C2CACE
(194,202,206)
#C9D0D3
(201,208,211)
#D0D6D8
(208,214,216)
#D7DCDD
(215,220,221)
#DEE2E2
(222,226,226)
#E5E8E7
(229,232,231)
#ECEEEC
(236,238,236)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB8BF; }

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

This text font color is #ADB8BF.


Background Color

.myBgColor { background-color: #ADB8BF; }

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

This div background color is #ADB8BF.


Border color

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

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

This div border color is #ADB8BF.


Opacity

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

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

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

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

This text has shadow with #ADB8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB8BF on black background.


Color preview on white background

This text has color #ADB8BF on white background.



Black color preview on #ADB8BF background

This text has black color on #ADB8BF background.


White color preview on #ADB8BF background

This text has white color on #ADB8BF background.