COLOR #ADB1BD

HEX: #ADB1BD
RGB: (173,177,189)

Renk bilgisi

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

RGB renk modeli

#ADB1BD color RGB value is (173,177,189).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 177 of 255 = 69%
B 189 of 255 = 74%

173
177
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 177 + 189 = 539 (100%)
R 173 of 539 ~ 32.1%
G 177 of 539 ~ 32.84%
B 189 of 539 ~ 35.06%

%32.1
%32.84
%35.06

CMYK RENK MODELİ

#ADB1BD rengi CMYK tonu (8,6,0,26).

  • camgöbeği tonu 8.47%
  • eflatun tonu 6.35%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(8,6,0,26)
C8M6Y0K26 
(8%,6%,0%,26%)
(0.08/0.06/0.00/0.26)	

CMYK yüzdeleri

%8.47
%6.35
%0
%25.88

Codes

Color #ADB1BD in popluar color models

ADB1BD
RGB173177189
HSL225°10.81%70.98%
HSB/HSV225°8.47%74.12%
CMYK8.47%6.35%0.00%
25.88%

Color #ADB1BD in popluar number systems.

HEXADB1BD
Decimal173177189
Binary101011011011000110111101
Octal255261275

Shades and tints

Shades of #ADB1BD

#ADB1BD
(173,177,189)
#9EA1AC
(158,161,172)
#8F919B
(143,145,155)
#80818A
(128,129,138)
#717179
(113,113,121)
#626168
(98,97,104)
#535157
(83,81,87)
#444146
(68,65,70)
#353135
(53,49,53)
#262124
(38,33,36)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #ADB1BD

#ADB1BD
(173,177,189)
#B4B8C3
(180,184,195)
#BBBFC9
(187,191,201)
#C2C6CF
(194,198,207)
#C9CDD5
(201,205,213)
#D0D4DB
(208,212,219)
#D7DBE1
(215,219,225)
#DEE2E7
(222,226,231)
#E5E9ED
(229,233,237)
#ECF0F3
(236,240,243)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB1BD; }

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

This text font color is #ADB1BD.


Background Color

.myBgColor { background-color: #ADB1BD; }

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

This div background color is #ADB1BD.


Border color

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

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

This div border color is #ADB1BD.


Opacity

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

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

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

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

This text has shadow with #ADB1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB1BD on black background.


Color preview on white background

This text has color #ADB1BD on white background.



Black color preview on #ADB1BD background

This text has black color on #ADB1BD background.


White color preview on #ADB1BD background

This text has white color on #ADB1BD background.