COLOR #AD9B9B

HEX: #AD9B9B
RGB: (173,155,155)

Renk bilgisi

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

RGB renk modeli

#AD9B9B color RGB value is (173,155,155).

  • kırmız ton 173;
  • yeşil ton 155;
  • mavi ton 155.
RGB:
(173,155,155)
(68%,61%,61%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 155 of 255 = 61%
B 155 of 255 = 61%

173
155
155

R + G + B ~ 63%. #AD9B9B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 155 + 155 = 483 (100%)
R 173 of 483 ~ 35.82%
G 155 of 483 ~ 32.09%
B 155 of 483 ~ 32.09%

%35.82
%32.09
%32.09

CMYK RENK MODELİ

#AD9B9B rengi CMYK tonu (0,10,10,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.40%
  • sarı tonu 10.40%
  • ana renk tonu 32.16%
CMYK:
(0,10,10,32)
C0M10Y10K32 
(0%,10%,10%,32%)
(0.00/0.10/0.10/0.32)	

CMYK yüzdeleri

%0
%10.4
%10.4
%32.16

Codes

Color #AD9B9B in popluar color models

AD9B9B
RGB173155155
HSL9.89%64.31%
HSB/HSV10.40%67.84%
CMYK0.00%10.40%10.40%
32.16%

Color #AD9B9B in popluar number systems.

HEXAD9B9B
Decimal173155155
Binary101011011001101110011011
Octal255233233

Shades and tints

Shades of #AD9B9B

#AD9B9B
(173,155,155)
#9E8D8D
(158,141,141)
#8F7F7F
(143,127,127)
#807171
(128,113,113)
#716363
(113,99,99)
#625555
(98,85,85)
#534747
(83,71,71)
#443939
(68,57,57)
#352B2B
(53,43,43)
#261D1D
(38,29,29)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #AD9B9B

#AD9B9B
(173,155,155)
#B4A4A4
(180,164,164)
#BBADAD
(187,173,173)
#C2B6B6
(194,182,182)
#C9BFBF
(201,191,191)
#D0C8C8
(208,200,200)
#D7D1D1
(215,209,209)
#DEDADA
(222,218,218)
#E5E3E3
(229,227,227)
#ECECEC
(236,236,236)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9B9B; }

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

This text font color is #AD9B9B.


Background Color

.myBgColor { background-color: #AD9B9B; }

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

This div background color is #AD9B9B.


Border color

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

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

This div border color is #AD9B9B.


Opacity

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

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

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

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

This text has shadow with #AD9B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9B9B on black background.


Color preview on white background

This text has color #AD9B9B on white background.



Black color preview on #AD9B9B background

This text has black color on #AD9B9B background.


White color preview on #AD9B9B background

This text has white color on #AD9B9B background.