COLOR #ADB6A6

HEX: #ADB6A6
RGB: (173,182,166)

Renk bilgisi

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

RGB renk modeli

#ADB6A6 color RGB value is (173,182,166).

  • kırmız ton 173;
  • yeşil ton 182;
  • mavi ton 166.
RGB:
(173,182,166)
(68%,71%,65%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 182 of 255 = 71%
B 166 of 255 = 65%

173
182
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 182 + 166 = 521 (100%)
R 173 of 521 ~ 33.21%
G 182 of 521 ~ 34.93%
B 166 of 521 ~ 31.86%

%33.21
%34.93
%31.86

CMYK RENK MODELİ

#ADB6A6 rengi CMYK tonu (5,0,9,29).

  • camgöbeği tonu 4.95%
  • eflatun tonu 0.00%
  • sarı tonu 8.79%
  • ana renk tonu 28.63%
CMYK:
(5,0,9,29)
C5M0Y9K29 
(5%,0%,9%,29%)
(0.05/0.00/0.09/0.29)	

CMYK yüzdeleri

%4.95
%0
%8.79
%28.63

Codes

Color #ADB6A6 in popluar color models

ADB6A6
RGB173182166
HSL94°9.88%68.24%
HSB/HSV94°8.79%71.37%
CMYK4.95%0.00%8.79%
28.63%

Color #ADB6A6 in popluar number systems.

HEXADB6A6
Decimal173182166
Binary101011011011011010100110
Octal255266246

Shades and tints

Shades of #ADB6A6

#ADB6A6
(173,182,166)
#9EA697
(158,166,151)
#8F9688
(143,150,136)
#808679
(128,134,121)
#71766A
(113,118,106)
#62665B
(98,102,91)
#53564C
(83,86,76)
#44463D
(68,70,61)
#35362E
(53,54,46)
#26261F
(38,38,31)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #ADB6A6

#ADB6A6
(173,182,166)
#B4BCAE
(180,188,174)
#BBC2B6
(187,194,182)
#C2C8BE
(194,200,190)
#C9CEC6
(201,206,198)
#D0D4CE
(208,212,206)
#D7DAD6
(215,218,214)
#DEE0DE
(222,224,222)
#E5E6E6
(229,230,230)
#ECECEE
(236,236,238)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB6A6 color. Also use rgb(173,182,166) instead hex code.

Text Font Color

.myTextColor { color: #ADB6A6; }

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

This text font color is #ADB6A6.


Background Color

.myBgColor { background-color: #ADB6A6; }

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

This div background color is #ADB6A6.


Border color

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

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

This div border color is #ADB6A6.


Opacity

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

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

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

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

This text has shadow with #ADB6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB6A6 on black background.


Color preview on white background

This text has color #ADB6A6 on white background.



Black color preview on #ADB6A6 background

This text has black color on #ADB6A6 background.


White color preview on #ADB6A6 background

This text has white color on #ADB6A6 background.