COLOR #ADB1B8

HEX: #ADB1B8
RGB: (173,177,184)

Renk bilgisi

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

RGB renk modeli

#ADB1B8 color RGB value is (173,177,184).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 177 of 255 = 69%
B 184 of 255 = 72%

173
177
184

R + G + B ~ 70%. #ADB1B8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 177 + 184 = 534 (100%)
R 173 of 534 ~ 32.4%
G 177 of 534 ~ 33.15%
B 184 of 534 ~ 34.46%

%32.4
%33.15
%34.46

CMYK RENK MODELİ

#ADB1B8 rengi CMYK tonu (6,4,0,28).

  • camgöbeği tonu 5.98%
  • eflatun tonu 3.80%
  • sarı tonu 0.00%
  • ana renk tonu 27.84%
CMYK:
(6,4,0,28)
C6M4Y0K28 
(6%,4%,0%,28%)
(0.06/0.04/0.00/0.28)	

CMYK yüzdeleri

%5.98
%3.8
%0
%27.84

Codes

Color #ADB1B8 in popluar color models

ADB1B8
RGB173177184
HSL218°7.19%70.00%
HSB/HSV218°5.98%72.16%
CMYK5.98%3.80%0.00%
27.84%

Color #ADB1B8 in popluar number systems.

HEXADB1B8
Decimal173177184
Binary101011011011000110111000
Octal255261270

Shades and tints

Shades of #ADB1B8

#ADB1B8
(173,177,184)
#9EA1A8
(158,161,168)
#8F9198
(143,145,152)
#808188
(128,129,136)
#717178
(113,113,120)
#626168
(98,97,104)
#535158
(83,81,88)
#444148
(68,65,72)
#353138
(53,49,56)
#262128
(38,33,40)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #ADB1B8

#ADB1B8
(173,177,184)
#B4B8BE
(180,184,190)
#BBBFC4
(187,191,196)
#C2C6CA
(194,198,202)
#C9CDD0
(201,205,208)
#D0D4D6
(208,212,214)
#D7DBDC
(215,219,220)
#DEE2E2
(222,226,226)
#E5E9E8
(229,233,232)
#ECF0EE
(236,240,238)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB1B8; }

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

This text font color is #ADB1B8.


Background Color

.myBgColor { background-color: #ADB1B8; }

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

This div background color is #ADB1B8.


Border color

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

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

This div border color is #ADB1B8.


Opacity

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

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

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

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

This text has shadow with #ADB1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB1B8 on black background.


Color preview on white background

This text has color #ADB1B8 on white background.



Black color preview on #ADB1B8 background

This text has black color on #ADB1B8 background.


White color preview on #ADB1B8 background

This text has white color on #ADB1B8 background.