COLOR #ADB5AA

HEX: #ADB5AA
RGB: (173,181,170)

Renk bilgisi

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

RGB renk modeli

#ADB5AA color RGB value is (173,181,170).

  • kırmız ton 173;
  • yeşil ton 181;
  • mavi ton 170.
RGB:
(173,181,170)
(68%,71%,67%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 181 of 255 = 71%
B 170 of 255 = 67%

173
181
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 181 + 170 = 524 (100%)
R 173 of 524 ~ 33.02%
G 181 of 524 ~ 34.54%
B 170 of 524 ~ 32.44%

%33.02
%34.54
%32.44

CMYK RENK MODELİ

#ADB5AA rengi CMYK tonu (4,0,6,29).

  • camgöbeği tonu 4.42%
  • eflatun tonu 0.00%
  • sarı tonu 6.08%
  • ana renk tonu 29.02%
CMYK:
(4,0,6,29)
C4M0Y6K29 
(4%,0%,6%,29%)
(0.04/0.00/0.06/0.29)	

CMYK yüzdeleri

%4.42
%0
%6.08
%29.02

Codes

Color #ADB5AA in popluar color models

ADB5AA
RGB173181170
HSL104°6.92%68.82%
HSB/HSV104°6.08%70.98%
CMYK4.42%0.00%6.08%
29.02%

Color #ADB5AA in popluar number systems.

HEXADB5AA
Decimal173181170
Binary101011011011010110101010
Octal255265252

Shades and tints

Shades of #ADB5AA

#ADB5AA
(173,181,170)
#9EA59B
(158,165,155)
#8F958C
(143,149,140)
#80857D
(128,133,125)
#71756E
(113,117,110)
#62655F
(98,101,95)
#535550
(83,85,80)
#444541
(68,69,65)
#353532
(53,53,50)
#262523
(38,37,35)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #ADB5AA

#ADB5AA
(173,181,170)
#B4BBB1
(180,187,177)
#BBC1B8
(187,193,184)
#C2C7BF
(194,199,191)
#C9CDC6
(201,205,198)
#D0D3CD
(208,211,205)
#D7D9D4
(215,217,212)
#DEDFDB
(222,223,219)
#E5E5E2
(229,229,226)
#ECEBE9
(236,235,233)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB5AA color. Also use rgb(173,181,170) instead hex code.

Text Font Color

.myTextColor { color: #ADB5AA; }

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

This text font color is #ADB5AA.


Background Color

.myBgColor { background-color: #ADB5AA; }

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

This div background color is #ADB5AA.


Border color

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

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

This div border color is #ADB5AA.


Opacity

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

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

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

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

This text has shadow with #ADB5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB5AA on black background.


Color preview on white background

This text has color #ADB5AA on white background.



Black color preview on #ADB5AA background

This text has black color on #ADB5AA background.


White color preview on #ADB5AA background

This text has white color on #ADB5AA background.