COLOR #ADA3AF

HEX: #ADA3AF
RGB: (173,163,175)

Renk bilgisi

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

RGB renk modeli

#ADA3AF color RGB value is (173,163,175).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 163 of 255 = 64%
B 175 of 255 = 69%

173
163
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 163 + 175 = 511 (100%)
R 173 of 511 ~ 33.86%
G 163 of 511 ~ 31.9%
B 175 of 511 ~ 34.25%

%33.86
%31.9
%34.25

CMYK RENK MODELİ

#ADA3AF rengi CMYK tonu (1,7,0,31).

  • camgöbeği tonu 1.14%
  • eflatun tonu 6.86%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(1,7,0,31)
C1M7Y0K31 
(1%,7%,0%,31%)
(0.01/0.07/0.00/0.31)	

CMYK yüzdeleri

%1.14
%6.86
%0
%31.37

Codes

Color #ADA3AF in popluar color models

ADA3AF
RGB173163175
HSL290°6.98%66.27%
HSB/HSV290°6.86%68.63%
CMYK1.14%6.86%0.00%
31.37%

Color #ADA3AF in popluar number systems.

HEXADA3AF
Decimal173163175
Binary101011011010001110101111
Octal255243257

Shades and tints

Shades of #ADA3AF

#ADA3AF
(173,163,175)
#9E95A0
(158,149,160)
#8F8791
(143,135,145)
#807982
(128,121,130)
#716B73
(113,107,115)
#625D64
(98,93,100)
#534F55
(83,79,85)
#444146
(68,65,70)
#353337
(53,51,55)
#262528
(38,37,40)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #ADA3AF

#ADA3AF
(173,163,175)
#B4ABB6
(180,171,182)
#BBB3BD
(187,179,189)
#C2BBC4
(194,187,196)
#C9C3CB
(201,195,203)
#D0CBD2
(208,203,210)
#D7D3D9
(215,211,217)
#DEDBE0
(222,219,224)
#E5E3E7
(229,227,231)
#ECEBEE
(236,235,238)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA3AF; }

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

This text font color is #ADA3AF.


Background Color

.myBgColor { background-color: #ADA3AF; }

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

This div background color is #ADA3AF.


Border color

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

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

This div border color is #ADA3AF.


Opacity

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

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

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

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

This text has shadow with #ADA3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA3AF on black background.


Color preview on white background

This text has color #ADA3AF on white background.



Black color preview on #ADA3AF background

This text has black color on #ADA3AF background.


White color preview on #ADA3AF background

This text has white color on #ADA3AF background.