COLOR #ADB2B7

HEX: #ADB2B7
RGB: (173,178,183)

Renk bilgisi

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

RGB renk modeli

#ADB2B7 color RGB value is (173,178,183).

  • kırmız ton 173;
  • yeşil ton 178;
  • mavi ton 183.
RGB:
(173,178,183)
(68%,70%,72%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 178 of 255 = 70%
B 183 of 255 = 72%

173
178
183

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 178 + 183 = 534 (100%)
R 173 of 534 ~ 32.4%
G 178 of 534 ~ 33.33%
B 183 of 534 ~ 34.27%

%32.4
%33.33
%34.27

CMYK RENK MODELİ

#ADB2B7 rengi CMYK tonu (5,3,0,28).

  • camgöbeği tonu 5.46%
  • eflatun tonu 2.73%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(5,3,0,28)
C5M3Y0K28 
(5%,3%,0%,28%)
(0.05/0.03/0.00/0.28)	

CMYK yüzdeleri

%5.46
%2.73
%0
%28.24

Codes

Color #ADB2B7 in popluar color models

ADB2B7
RGB173178183
HSL210°6.49%69.80%
HSB/HSV210°5.46%71.76%
CMYK5.46%2.73%0.00%
28.24%

Color #ADB2B7 in popluar number systems.

HEXADB2B7
Decimal173178183
Binary101011011011001010110111
Octal255262267

Shades and tints

Shades of #ADB2B7

#ADB2B7
(173,178,183)
#9EA2A7
(158,162,167)
#8F9297
(143,146,151)
#808287
(128,130,135)
#717277
(113,114,119)
#626267
(98,98,103)
#535257
(83,82,87)
#444247
(68,66,71)
#353237
(53,50,55)
#262227
(38,34,39)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #ADB2B7

#ADB2B7
(173,178,183)
#B4B9BD
(180,185,189)
#BBC0C3
(187,192,195)
#C2C7C9
(194,199,201)
#C9CECF
(201,206,207)
#D0D5D5
(208,213,213)
#D7DCDB
(215,220,219)
#DEE3E1
(222,227,225)
#E5EAE7
(229,234,231)
#ECF1ED
(236,241,237)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB2B7 color. Also use rgb(173,178,183) instead hex code.

Text Font Color

.myTextColor { color: #ADB2B7; }

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

This text font color is #ADB2B7.


Background Color

.myBgColor { background-color: #ADB2B7; }

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

This div background color is #ADB2B7.


Border color

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

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

This div border color is #ADB2B7.


Opacity

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

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

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

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

This text has shadow with #ADB2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB2B7 on black background.


Color preview on white background

This text has color #ADB2B7 on white background.



Black color preview on #ADB2B7 background

This text has black color on #ADB2B7 background.


White color preview on #ADB2B7 background

This text has white color on #ADB2B7 background.