COLOR #ADB2AA

HEX: #ADB2AA
RGB: (173,178,170)

Renk bilgisi

#ADB2AA contains red, green and blue colors in about the same proportion. #ADB2AA ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#ADB2AA color RGB value is (173,178,170).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 178 of 255 = 70%
B 170 of 255 = 67%

173
178
170

R + G + B ~ 68%. #ADB2AA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 178 + 170 = 521 (100%)
R 173 of 521 ~ 33.21%
G 178 of 521 ~ 34.17%
B 170 of 521 ~ 32.63%

%33.21
%34.17
%32.63

CMYK RENK MODELİ

#ADB2AA rengi CMYK tonu (3,0,4,30).

  • camgöbeği tonu 2.81%
  • eflatun tonu 0.00%
  • sarı tonu 4.49%
  • ana renk tonu 30.20%
CMYK:
(3,0,4,30)
C3M0Y4K30 
(3%,0%,4%,30%)
(0.03/0.00/0.04/0.30)	

CMYK yüzdeleri

%2.81
%0
%4.49
%30.2

Codes

Color #ADB2AA in popluar color models

ADB2AA
RGB173178170
HSL97°4.94%68.24%
HSB/HSV97°4.49%69.80%
CMYK2.81%0.00%4.49%
30.20%

Color #ADB2AA in popluar number systems.

HEXADB2AA
Decimal173178170
Binary101011011011001010101010
Octal255262252

Shades and tints

Shades of #ADB2AA

#ADB2AA
(173,178,170)
#9EA29B
(158,162,155)
#8F928C
(143,146,140)
#80827D
(128,130,125)
#71726E
(113,114,110)
#62625F
(98,98,95)
#535250
(83,82,80)
#444241
(68,66,65)
#353232
(53,50,50)
#262223
(38,34,35)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #ADB2AA

#ADB2AA
(173,178,170)
#B4B9B1
(180,185,177)
#BBC0B8
(187,192,184)
#C2C7BF
(194,199,191)
#C9CEC6
(201,206,198)
#D0D5CD
(208,213,205)
#D7DCD4
(215,220,212)
#DEE3DB
(222,227,219)
#E5EAE2
(229,234,226)
#ECF1E9
(236,241,233)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB2AA; }

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

This text font color is #ADB2AA.


Background Color

.myBgColor { background-color: #ADB2AA; }

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

This div background color is #ADB2AA.


Border color

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

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

This div border color is #ADB2AA.


Opacity

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

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

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

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

This text has shadow with #ADB2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB2AA on black background.


Color preview on white background

This text has color #ADB2AA on white background.



Black color preview on #ADB2AA background

This text has black color on #ADB2AA background.


White color preview on #ADB2AA background

This text has white color on #ADB2AA background.