COLOR #ADB8A9

HEX: #ADB8A9
RGB: (173,184,169)

Renk bilgisi

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

RGB renk modeli

#ADB8A9 color RGB value is (173,184,169).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 184 of 255 = 72%
B 169 of 255 = 66%

173
184
169

R + G + B ~ 69%. #ADB8A9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 184 + 169 = 526 (100%)
R 173 of 526 ~ 32.89%
G 184 of 526 ~ 34.98%
B 169 of 526 ~ 32.13%

%32.89
%34.98
%32.13

CMYK RENK MODELİ

#ADB8A9 rengi CMYK tonu (6,0,8,28).

  • camgöbeği tonu 5.98%
  • eflatun tonu 0.00%
  • sarı tonu 8.15%
  • ana renk tonu 27.84%
CMYK:
(6,0,8,28)
C6M0Y8K28 
(6%,0%,8%,28%)
(0.06/0.00/0.08/0.28)	

CMYK yüzdeleri

%5.98
%0
%8.15
%27.84

Codes

Color #ADB8A9 in popluar color models

ADB8A9
RGB173184169
HSL104°9.55%69.22%
HSB/HSV104°8.15%72.16%
CMYK5.98%0.00%8.15%
27.84%

Color #ADB8A9 in popluar number systems.

HEXADB8A9
Decimal173184169
Binary101011011011100010101001
Octal255270251

Shades and tints

Shades of #ADB8A9

#ADB8A9
(173,184,169)
#9EA89A
(158,168,154)
#8F988B
(143,152,139)
#80887C
(128,136,124)
#71786D
(113,120,109)
#62685E
(98,104,94)
#53584F
(83,88,79)
#444840
(68,72,64)
#353831
(53,56,49)
#262822
(38,40,34)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADB8A9

#ADB8A9
(173,184,169)
#B4BEB0
(180,190,176)
#BBC4B7
(187,196,183)
#C2CABE
(194,202,190)
#C9D0C5
(201,208,197)
#D0D6CC
(208,214,204)
#D7DCD3
(215,220,211)
#DEE2DA
(222,226,218)
#E5E8E1
(229,232,225)
#ECEEE8
(236,238,232)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB8A9; }

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

This text font color is #ADB8A9.


Background Color

.myBgColor { background-color: #ADB8A9; }

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

This div background color is #ADB8A9.


Border color

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

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

This div border color is #ADB8A9.


Opacity

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

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

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

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

This text has shadow with #ADB8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB8A9 on black background.


Color preview on white background

This text has color #ADB8A9 on white background.



Black color preview on #ADB8A9 background

This text has black color on #ADB8A9 background.


White color preview on #ADB8A9 background

This text has white color on #ADB8A9 background.