COLOR #ADB6A9

HEX: #ADB6A9
RGB: (173,182,169)

Renk bilgisi

#ADB6A9 contains red, green and blue colors in about the same proportion. #ADB6A9 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADB6A9 color RGB value is (173,182,169).

  • kırmız ton 173;
  • yeşil ton 182;
  • mavi ton 169.
RGB:
(173,182,169)
(68%,71%,66%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 182 of 255 = 71%
B 169 of 255 = 66%

173
182
169

R + G + B ~ 68%. #ADB6A9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 182 + 169 = 524 (100%)
R 173 of 524 ~ 33.02%
G 182 of 524 ~ 34.73%
B 169 of 524 ~ 32.25%

%33.02
%34.73
%32.25

CMYK RENK MODELİ

#ADB6A9 rengi CMYK tonu (5,0,7,29).

  • camgöbeği tonu 4.95%
  • eflatun tonu 0.00%
  • sarı tonu 7.14%
  • ana renk tonu 28.63%
CMYK:
(5,0,7,29)
C5M0Y7K29 
(5%,0%,7%,29%)
(0.05/0.00/0.07/0.29)	

CMYK yüzdeleri

%4.95
%0
%7.14
%28.63

Codes

Color #ADB6A9 in popluar color models

ADB6A9
RGB173182169
HSL102°8.18%68.82%
HSB/HSV102°7.14%71.37%
CMYK4.95%0.00%7.14%
28.63%

Color #ADB6A9 in popluar number systems.

HEXADB6A9
Decimal173182169
Binary101011011011011010101001
Octal255266251

Shades and tints

Shades of #ADB6A9

#ADB6A9
(173,182,169)
#9EA69A
(158,166,154)
#8F968B
(143,150,139)
#80867C
(128,134,124)
#71766D
(113,118,109)
#62665E
(98,102,94)
#53564F
(83,86,79)
#444640
(68,70,64)
#353631
(53,54,49)
#262622
(38,38,34)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #ADB6A9

#ADB6A9
(173,182,169)
#B4BCB0
(180,188,176)
#BBC2B7
(187,194,183)
#C2C8BE
(194,200,190)
#C9CEC5
(201,206,197)
#D0D4CC
(208,212,204)
#D7DAD3
(215,218,211)
#DEE0DA
(222,224,218)
#E5E6E1
(229,230,225)
#ECECE8
(236,236,232)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB6A9 color. Also use rgb(173,182,169) instead hex code.

Text Font Color

.myTextColor { color: #ADB6A9; }

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

This text font color is #ADB6A9.


Background Color

.myBgColor { background-color: #ADB6A9; }

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

This div background color is #ADB6A9.


Border color

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

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

This div border color is #ADB6A9.


Opacity

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

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

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

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

This text has shadow with #ADB6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB6A9 on black background.


Color preview on white background

This text has color #ADB6A9 on white background.



Black color preview on #ADB6A9 background

This text has black color on #ADB6A9 background.


White color preview on #ADB6A9 background

This text has white color on #ADB6A9 background.