COLOR #ADA1A6

HEX: #ADA1A6
RGB: (173,161,166)

Renk bilgisi

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

RGB renk modeli

#ADA1A6 color RGB value is (173,161,166).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 161 of 255 = 63%
B 166 of 255 = 65%

173
161
166

R + G + B ~ 65%. #ADA1A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 161 + 166 = 500 (100%)
R 173 of 500 ~ 34.6%
G 161 of 500 ~ 32.2%
B 166 of 500 ~ 33.2%

%34.6
%32.2
%33.2

CMYK RENK MODELİ

#ADA1A6 rengi CMYK tonu (0,7,4,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.94%
  • sarı tonu 4.05%
  • ana renk tonu 32.16%
CMYK: (0,7,4,32) C0M7Y4K32 (0%,7%,4%,32%) (0.00/0.07/0.04/0.32)

CMYK yüzdeleri

%0
%6.94
%4.05
%32.16

Codes

Color #ADA1A6 in popluar color models

ADA1A6
RGB173161166
HSL335°6.82%65.49%
HSB/HSV335°6.94%67.84%
CMYK0.00%6.94%4.05%
32.16%

Color #ADA1A6 in popluar number systems.

HEXADA1A6
Decimal173161166
Binary101011011010000110100110
Octal255241246

Shades and tints

Shades of #ADA1A6

#ADA1A6
(173,161,166)
#9E9397
(158,147,151)
#8F8588
(143,133,136)
#807779
(128,119,121)
#71696A
(113,105,106)
#625B5B
(98,91,91)
#534D4C
(83,77,76)
#443F3D
(68,63,61)
#35312E
(53,49,46)
#26231F
(38,35,31)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #ADA1A6

#ADA1A6
(173,161,166)
#B4A9AE
(180,169,174)
#BBB1B6
(187,177,182)
#C2B9BE
(194,185,190)
#C9C1C6
(201,193,198)
#D0C9CE
(208,201,206)
#D7D1D6
(215,209,214)
#DED9DE
(222,217,222)
#E5E1E6
(229,225,230)
#ECE9EE
(236,233,238)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA1A6; }

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

This text font color is #ADA1A6.


Background Color

.myBgColor { background-color: #ADA1A6; }

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

This div background color is #ADA1A6.


Border color

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

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

This div border color is #ADA1A6.


Opacity

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

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

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

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

This text has shadow with #ADA1A6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ADA1A6 on black background.


Color preview on white background

This text has color #ADA1A6 on white background.



Black color preview on #ADA1A6 background

This text has black color on #ADA1A6 background.


White color preview on #ADA1A6 background

This text has white color on #ADA1A6 background.