COLOR #ADB4B1

HEX: #ADB4B1
RGB: (173,180,177)

Renk bilgisi

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

RGB renk modeli

#ADB4B1 color RGB value is (173,180,177).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 180 of 255 = 71%
B 177 of 255 = 69%

173
180
177

R + G + B ~ 69%. #ADB4B1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 180 + 177 = 530 (100%)
R 173 of 530 ~ 32.64%
G 180 of 530 ~ 33.96%
B 177 of 530 ~ 33.4%

%32.64
%33.96
%33.4

CMYK RENK MODELİ

#ADB4B1 rengi CMYK tonu (4,0,2,29).

  • camgöbeği tonu 3.89%
  • eflatun tonu 0.00%
  • sarı tonu 1.67%
  • ana renk tonu 29.41%
CMYK:
(4,0,2,29)
C4M0Y2K29 
(4%,0%,2%,29%)
(0.04/0.00/0.02/0.29)	

CMYK yüzdeleri

%3.89
%0
%1.67
%29.41

Codes

Color #ADB4B1 in popluar color models

ADB4B1
RGB173180177
HSL154°4.46%69.22%
HSB/HSV154°3.89%70.59%
CMYK3.89%0.00%1.67%
29.41%

Color #ADB4B1 in popluar number systems.

HEXADB4B1
Decimal173180177
Binary101011011011010010110001
Octal255264261

Shades and tints

Shades of #ADB4B1

#ADB4B1
(173,180,177)
#9EA4A1
(158,164,161)
#8F9491
(143,148,145)
#808481
(128,132,129)
#717471
(113,116,113)
#626461
(98,100,97)
#535451
(83,84,81)
#444441
(68,68,65)
#353431
(53,52,49)
#262421
(38,36,33)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #ADB4B1

#ADB4B1
(173,180,177)
#B4BAB8
(180,186,184)
#BBC0BF
(187,192,191)
#C2C6C6
(194,198,198)
#C9CCCD
(201,204,205)
#D0D2D4
(208,210,212)
#D7D8DB
(215,216,219)
#DEDEE2
(222,222,226)
#E5E4E9
(229,228,233)
#ECEAF0
(236,234,240)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB4B1; }

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

This text font color is #ADB4B1.


Background Color

.myBgColor { background-color: #ADB4B1; }

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

This div background color is #ADB4B1.


Border color

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

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

This div border color is #ADB4B1.


Opacity

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

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

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

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

This text has shadow with #ADB4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB4B1 on black background.


Color preview on white background

This text has color #ADB4B1 on white background.



Black color preview on #ADB4B1 background

This text has black color on #ADB4B1 background.


White color preview on #ADB4B1 background

This text has white color on #ADB4B1 background.