COLOR #ADA6AF

HEX: #ADA6AF
RGB: (173,166,175)

Renk bilgisi

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

RGB renk modeli

#ADA6AF color RGB value is (173,166,175).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 166 of 255 = 65%
B 175 of 255 = 69%

173
166
175

R + G + B ~ 67%. #ADA6AF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 166 + 175 = 514 (100%)
R 173 of 514 ~ 33.66%
G 166 of 514 ~ 32.3%
B 175 of 514 ~ 34.05%

%33.66
%32.3
%34.05

CMYK RENK MODELİ

#ADA6AF rengi CMYK tonu (1,5,0,31).

  • camgöbeği tonu 1.14%
  • eflatun tonu 5.14%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(1,5,0,31)
C1M5Y0K31 
(1%,5%,0%,31%)
(0.01/0.05/0.00/0.31)	

CMYK yüzdeleri

%1.14
%5.14
%0
%31.37

Codes

Color #ADA6AF in popluar color models

ADA6AF
RGB173166175
HSL287°5.33%66.86%
HSB/HSV287°5.14%68.63%
CMYK1.14%5.14%0.00%
31.37%

Color #ADA6AF in popluar number systems.

HEXADA6AF
Decimal173166175
Binary101011011010011010101111
Octal255246257

Shades and tints

Shades of #ADA6AF

#ADA6AF
(173,166,175)
#9E97A0
(158,151,160)
#8F8891
(143,136,145)
#807982
(128,121,130)
#716A73
(113,106,115)
#625B64
(98,91,100)
#534C55
(83,76,85)
#443D46
(68,61,70)
#352E37
(53,46,55)
#261F28
(38,31,40)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #ADA6AF

#ADA6AF
(173,166,175)
#B4AEB6
(180,174,182)
#BBB6BD
(187,182,189)
#C2BEC4
(194,190,196)
#C9C6CB
(201,198,203)
#D0CED2
(208,206,210)
#D7D6D9
(215,214,217)
#DEDEE0
(222,222,224)
#E5E6E7
(229,230,231)
#ECEEEE
(236,238,238)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA6AF; }

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

This text font color is #ADA6AF.


Background Color

.myBgColor { background-color: #ADA6AF; }

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

This div background color is #ADA6AF.


Border color

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

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

This div border color is #ADA6AF.


Opacity

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

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

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

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

This text has shadow with #ADA6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA6AF on black background.


Color preview on white background

This text has color #ADA6AF on white background.



Black color preview on #ADA6AF background

This text has black color on #ADA6AF background.


White color preview on #ADA6AF background

This text has white color on #ADA6AF background.