COLOR #ADAB9F

HEX: #ADAB9F
RGB: (173,171,159)

Renk bilgisi

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

RGB renk modeli

#ADAB9F color RGB value is (173,171,159).

  • kırmız ton 173;
  • yeşil ton 171;
  • mavi ton 159.
RGB:
(173,171,159)
(68%,67%,62%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 171 of 255 = 67%
B 159 of 255 = 62%

173
171
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 171 + 159 = 503 (100%)
R 173 of 503 ~ 34.39%
G 171 of 503 ~ 34%
B 159 of 503 ~ 31.61%

%34.39
%34
%31.61

CMYK RENK MODELİ

#ADAB9F rengi CMYK tonu (0,1,8,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.16%
  • sarı tonu 8.09%
  • ana renk tonu 32.16%
CMYK:
(0,1,8,32)
C0M1Y8K32 
(0%,1%,8%,32%)
(0.00/0.01/0.08/0.32)	

CMYK yüzdeleri

%0
%1.16
%8.09
%32.16

Codes

Color #ADAB9F in popluar color models

ADAB9F
RGB173171159
HSL51°7.87%65.10%
HSB/HSV51°8.09%67.84%
CMYK0.00%1.16%8.09%
32.16%

Color #ADAB9F in popluar number systems.

HEXADAB9F
Decimal173171159
Binary101011011010101110011111
Octal255253237

Shades and tints

Shades of #ADAB9F

#ADAB9F
(173,171,159)
#9E9C91
(158,156,145)
#8F8D83
(143,141,131)
#807E75
(128,126,117)
#716F67
(113,111,103)
#626059
(98,96,89)
#53514B
(83,81,75)
#44423D
(68,66,61)
#35332F
(53,51,47)
#262421
(38,36,33)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #ADAB9F

#ADAB9F
(173,171,159)
#B4B2A7
(180,178,167)
#BBB9AF
(187,185,175)
#C2C0B7
(194,192,183)
#C9C7BF
(201,199,191)
#D0CEC7
(208,206,199)
#D7D5CF
(215,213,207)
#DEDCD7
(222,220,215)
#E5E3DF
(229,227,223)
#ECEAE7
(236,234,231)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAB9F color. Also use rgb(173,171,159) instead hex code.

Text Font Color

.myTextColor { color: #ADAB9F; }

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

This text font color is #ADAB9F.


Background Color

.myBgColor { background-color: #ADAB9F; }

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

This div background color is #ADAB9F.


Border color

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

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

This div border color is #ADAB9F.


Opacity

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

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

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

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

This text has shadow with #ADAB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAB9F on black background.


Color preview on white background

This text has color #ADAB9F on white background.



Black color preview on #ADAB9F background

This text has black color on #ADAB9F background.


White color preview on #ADAB9F background

This text has white color on #ADAB9F background.