COLOR #ADB0BB

HEX: #ADB0BB
RGB: (173,176,187)

Renk bilgisi

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

RGB renk modeli

#ADB0BB color RGB value is (173,176,187).

  • kırmız ton 173;
  • yeşil ton 176;
  • mavi ton 187.
RGB:
(173,176,187)
(68%,69%,73%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 176 of 255 = 69%
B 187 of 255 = 73%

173
176
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 176 + 187 = 536 (100%)
R 173 of 536 ~ 32.28%
G 176 of 536 ~ 32.84%
B 187 of 536 ~ 34.89%

%32.28
%32.84
%34.89

CMYK RENK MODELİ

#ADB0BB rengi CMYK tonu (7,6,0,27).

  • camgöbeği tonu 7.49%
  • eflatun tonu 5.88%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(7,6,0,27)
C7M6Y0K27 
(7%,6%,0%,27%)
(0.07/0.06/0.00/0.27)	

CMYK yüzdeleri

%7.49
%5.88
%0
%26.67

Codes

Color #ADB0BB in popluar color models

ADB0BB
RGB173176187
HSL227°9.33%70.59%
HSB/HSV227°7.49%73.33%
CMYK7.49%5.88%0.00%
26.67%

Color #ADB0BB in popluar number systems.

HEXADB0BB
Decimal173176187
Binary101011011011000010111011
Octal255260273

Shades and tints

Shades of #ADB0BB

#ADB0BB
(173,176,187)
#9EA0AA
(158,160,170)
#8F9099
(143,144,153)
#808088
(128,128,136)
#717077
(113,112,119)
#626066
(98,96,102)
#535055
(83,80,85)
#444044
(68,64,68)
#353033
(53,48,51)
#262022
(38,32,34)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #ADB0BB

#ADB0BB
(173,176,187)
#B4B7C1
(180,183,193)
#BBBEC7
(187,190,199)
#C2C5CD
(194,197,205)
#C9CCD3
(201,204,211)
#D0D3D9
(208,211,217)
#D7DADF
(215,218,223)
#DEE1E5
(222,225,229)
#E5E8EB
(229,232,235)
#ECEFF1
(236,239,241)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB0BB color. Also use rgb(173,176,187) instead hex code.

Text Font Color

.myTextColor { color: #ADB0BB; }

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

This text font color is #ADB0BB.


Background Color

.myBgColor { background-color: #ADB0BB; }

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

This div background color is #ADB0BB.


Border color

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

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

This div border color is #ADB0BB.


Opacity

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

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

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

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

This text has shadow with #ADB0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB0BB on black background.


Color preview on white background

This text has color #ADB0BB on white background.



Black color preview on #ADB0BB background

This text has black color on #ADB0BB background.


White color preview on #ADB0BB background

This text has white color on #ADB0BB background.