COLOR #ADB9BE

HEX: #ADB9BE
RGB: (173,185,190)

Renk bilgisi

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

RGB renk modeli

#ADB9BE color RGB value is (173,185,190).

  • kırmız ton 173;
  • yeşil ton 185;
  • mavi ton 190.
RGB:
(173,185,190)
(68%,73%,75%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 185 of 255 = 73%
B 190 of 255 = 75%

173
185
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 185 + 190 = 548 (100%)
R 173 of 548 ~ 31.57%
G 185 of 548 ~ 33.76%
B 190 of 548 ~ 34.67%

%31.57
%33.76
%34.67

CMYK RENK MODELİ

#ADB9BE rengi CMYK tonu (9,3,0,25).

  • camgöbeği tonu 8.95%
  • eflatun tonu 2.63%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(9,3,0,25)
C9M3Y0K25 
(9%,3%,0%,25%)
(0.09/0.03/0.00/0.25)	

CMYK yüzdeleri

%8.95
%2.63
%0
%25.49

Codes

Color #ADB9BE in popluar color models

ADB9BE
RGB173185190
HSL198°11.56%71.18%
HSB/HSV198°8.95%74.51%
CMYK8.95%2.63%0.00%
25.49%

Color #ADB9BE in popluar number systems.

HEXADB9BE
Decimal173185190
Binary101011011011100110111110
Octal255271276

Shades and tints

Shades of #ADB9BE

#ADB9BE
(173,185,190)
#9EA9AD
(158,169,173)
#8F999C
(143,153,156)
#80898B
(128,137,139)
#71797A
(113,121,122)
#626969
(98,105,105)
#535958
(83,89,88)
#444947
(68,73,71)
#353936
(53,57,54)
#262925
(38,41,37)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #ADB9BE

#ADB9BE
(173,185,190)
#B4BFC3
(180,191,195)
#BBC5C8
(187,197,200)
#C2CBCD
(194,203,205)
#C9D1D2
(201,209,210)
#D0D7D7
(208,215,215)
#D7DDDC
(215,221,220)
#DEE3E1
(222,227,225)
#E5E9E6
(229,233,230)
#ECEFEB
(236,239,235)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB9BE color. Also use rgb(173,185,190) instead hex code.

Text Font Color

.myTextColor { color: #ADB9BE; }

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

This text font color is #ADB9BE.


Background Color

.myBgColor { background-color: #ADB9BE; }

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

This div background color is #ADB9BE.


Border color

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

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

This div border color is #ADB9BE.


Opacity

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

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

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

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

This text has shadow with #ADB9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB9BE on black background.


Color preview on white background

This text has color #ADB9BE on white background.



Black color preview on #ADB9BE background

This text has black color on #ADB9BE background.


White color preview on #ADB9BE background

This text has white color on #ADB9BE background.