COLOR #AD9C9B

HEX: #AD9C9B
RGB: (173,156,155)

Renk bilgisi

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

RGB renk modeli

#AD9C9B color RGB value is (173,156,155).

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

RGB bağlantıları ve doygunluk

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

173
156
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 156 + 155 = 484 (100%)
R 173 of 484 ~ 35.74%
G 156 of 484 ~ 32.23%
B 155 of 484 ~ 32.02%

%35.74
%32.23
%32.02

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.83%
  • 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
%9.83
%10.4
%32.16

Codes

Color #AD9C9B in popluar color models

AD9C9B
RGB173156155
HSL9.89%64.31%
HSB/HSV10.40%67.84%
CMYK0.00%9.83%10.40%
32.16%

Color #AD9C9B in popluar number systems.

HEXAD9C9B
Decimal173156155
Binary101011011001110010011011
Octal255234233

Shades and tints

Shades of #AD9C9B

#AD9C9B
(173,156,155)
#9E8E8D
(158,142,141)
#8F807F
(143,128,127)
#807271
(128,114,113)
#716463
(113,100,99)
#625655
(98,86,85)
#534847
(83,72,71)
#443A39
(68,58,57)
#352C2B
(53,44,43)
#261E1D
(38,30,29)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #AD9C9B

#AD9C9B
(173,156,155)
#B4A5A4
(180,165,164)
#BBAEAD
(187,174,173)
#C2B7B6
(194,183,182)
#C9C0BF
(201,192,191)
#D0C9C8
(208,201,200)
#D7D2D1
(215,210,209)
#DEDBDA
(222,219,218)
#E5E4E3
(229,228,227)
#ECEDEC
(236,237,236)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9C9B; }

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

This text font color is #AD9C9B.


Background Color

.myBgColor { background-color: #AD9C9B; }

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

This div background color is #AD9C9B.


Border color

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

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

This div border color is #AD9C9B.


Opacity

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

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

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

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

This text has shadow with #AD9C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9C9B on black background.


Color preview on white background

This text has color #AD9C9B on white background.



Black color preview on #AD9C9B background

This text has black color on #AD9C9B background.


White color preview on #AD9C9B background

This text has white color on #AD9C9B background.