COLOR #ADA6B0

HEX: #ADA6B0
RGB: (173,166,176)

Renk bilgisi

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

RGB renk modeli

#ADA6B0 color RGB value is (173,166,176).

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

RGB bağlantıları ve doygunluk

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

173
166
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 166 + 176 = 515 (100%)
R 173 of 515 ~ 33.59%
G 166 of 515 ~ 32.23%
B 176 of 515 ~ 34.17%

%33.59
%32.23
%34.17

CMYK RENK MODELİ

#ADA6B0 rengi CMYK tonu (2,6,0,31).

  • camgöbeği tonu 1.70%
  • eflatun tonu 5.68%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(2,6,0,31)
C2M6Y0K31 
(2%,6%,0%,31%)
(0.02/0.06/0.00/0.31)	

CMYK yüzdeleri

%1.7
%5.68
%0
%30.98

Codes

Color #ADA6B0 in popluar color models

ADA6B0
RGB173166176
HSL282°5.95%67.06%
HSB/HSV282°5.68%69.02%
CMYK1.70%5.68%0.00%
30.98%

Color #ADA6B0 in popluar number systems.

HEXADA6B0
Decimal173166176
Binary101011011010011010110000
Octal255246260

Shades and tints

Shades of #ADA6B0

#ADA6B0
(173,166,176)
#9E97A0
(158,151,160)
#8F8890
(143,136,144)
#807980
(128,121,128)
#716A70
(113,106,112)
#625B60
(98,91,96)
#534C50
(83,76,80)
#443D40
(68,61,64)
#352E30
(53,46,48)
#261F20
(38,31,32)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #ADA6B0

#ADA6B0
(173,166,176)
#B4AEB7
(180,174,183)
#BBB6BE
(187,182,190)
#C2BEC5
(194,190,197)
#C9C6CC
(201,198,204)
#D0CED3
(208,206,211)
#D7D6DA
(215,214,218)
#DEDEE1
(222,222,225)
#E5E6E8
(229,230,232)
#ECEEEF
(236,238,239)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA6B0; }

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

This text font color is #ADA6B0.


Background Color

.myBgColor { background-color: #ADA6B0; }

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

This div background color is #ADA6B0.


Border color

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

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

This div border color is #ADA6B0.


Opacity

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

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

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

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

This text has shadow with #ADA6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA6B0 on black background.


Color preview on white background

This text has color #ADA6B0 on white background.



Black color preview on #ADA6B0 background

This text has black color on #ADA6B0 background.


White color preview on #ADA6B0 background

This text has white color on #ADA6B0 background.