COLOR #ADA3A8

HEX: #ADA3A8
RGB: (173,163,168)

Renk bilgisi

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

RGB renk modeli

#ADA3A8 color RGB value is (173,163,168).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 163 of 255 = 64%
B 168 of 255 = 66%

173
163
168

R + G + B ~ 66%. #ADA3A8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 163 + 168 = 504 (100%)
R 173 of 504 ~ 34.33%
G 163 of 504 ~ 32.34%
B 168 of 504 ~ 33.33%

%34.33
%32.34
%33.33

CMYK RENK MODELİ

#ADA3A8 rengi CMYK tonu (0,6,3,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.78%
  • sarı tonu 2.89%
  • ana renk tonu 32.16%
CMYK:
(0,6,3,32)
C0M6Y3K32 
(0%,6%,3%,32%)
(0.00/0.06/0.03/0.32)	

CMYK yüzdeleri

%0
%5.78
%2.89
%32.16

Codes

Color #ADA3A8 in popluar color models

ADA3A8
RGB173163168
HSL330°5.75%65.88%
HSB/HSV330°5.78%67.84%
CMYK0.00%5.78%2.89%
32.16%

Color #ADA3A8 in popluar number systems.

HEXADA3A8
Decimal173163168
Binary101011011010001110101000
Octal255243250

Shades and tints

Shades of #ADA3A8

#ADA3A8
(173,163,168)
#9E9599
(158,149,153)
#8F878A
(143,135,138)
#80797B
(128,121,123)
#716B6C
(113,107,108)
#625D5D
(98,93,93)
#534F4E
(83,79,78)
#44413F
(68,65,63)
#353330
(53,51,48)
#262521
(38,37,33)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADA3A8

#ADA3A8
(173,163,168)
#B4ABAF
(180,171,175)
#BBB3B6
(187,179,182)
#C2BBBD
(194,187,189)
#C9C3C4
(201,195,196)
#D0CBCB
(208,203,203)
#D7D3D2
(215,211,210)
#DEDBD9
(222,219,217)
#E5E3E0
(229,227,224)
#ECEBE7
(236,235,231)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA3A8; }

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

This text font color is #ADA3A8.


Background Color

.myBgColor { background-color: #ADA3A8; }

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

This div background color is #ADA3A8.


Border color

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

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

This div border color is #ADA3A8.


Opacity

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

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

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

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

This text has shadow with #ADA3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA3A8 on black background.


Color preview on white background

This text has color #ADA3A8 on white background.



Black color preview on #ADA3A8 background

This text has black color on #ADA3A8 background.


White color preview on #ADA3A8 background

This text has white color on #ADA3A8 background.