COLOR #AD9CA0

HEX: #AD9CA0
RGB: (173,156,160)

Renk bilgisi

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

RGB renk modeli

#AD9CA0 color RGB value is (173,156,160).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 156 of 255 = 61%
B 160 of 255 = 63%

173
156
160

R + G + B ~ 64%. #AD9CA0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 156 + 160 = 489 (100%)
R 173 of 489 ~ 35.38%
G 156 of 489 ~ 31.9%
B 160 of 489 ~ 32.72%

%35.38
%31.9
%32.72

CMYK RENK MODELİ

#AD9CA0 rengi CMYK tonu (0,10,8,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.83%
  • sarı tonu 7.51%
  • ana renk tonu 32.16%
CMYK:
(0,10,8,32)
C0M10Y8K32 
(0%,10%,8%,32%)
(0.00/0.10/0.08/0.32)	

CMYK yüzdeleri

%0
%9.83
%7.51
%32.16

Codes

Color #AD9CA0 in popluar color models

AD9CA0
RGB173156160
HSL346°9.39%64.51%
HSB/HSV346°9.83%67.84%
CMYK0.00%9.83%7.51%
32.16%

Color #AD9CA0 in popluar number systems.

HEXAD9CA0
Decimal173156160
Binary101011011001110010100000
Octal255234240

Shades and tints

Shades of #AD9CA0

#AD9CA0
(173,156,160)
#9E8E92
(158,142,146)
#8F8084
(143,128,132)
#807276
(128,114,118)
#716468
(113,100,104)
#62565A
(98,86,90)
#53484C
(83,72,76)
#443A3E
(68,58,62)
#352C30
(53,44,48)
#261E22
(38,30,34)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #AD9CA0

#AD9CA0
(173,156,160)
#B4A5A8
(180,165,168)
#BBAEB0
(187,174,176)
#C2B7B8
(194,183,184)
#C9C0C0
(201,192,192)
#D0C9C8
(208,201,200)
#D7D2D0
(215,210,208)
#DEDBD8
(222,219,216)
#E5E4E0
(229,228,224)
#ECEDE8
(236,237,232)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9CA0; }

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

This text font color is #AD9CA0.


Background Color

.myBgColor { background-color: #AD9CA0; }

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

This div background color is #AD9CA0.


Border color

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

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

This div border color is #AD9CA0.


Opacity

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

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

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

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

This text has shadow with #AD9CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9CA0 on black background.


Color preview on white background

This text has color #AD9CA0 on white background.



Black color preview on #AD9CA0 background

This text has black color on #AD9CA0 background.


White color preview on #AD9CA0 background

This text has white color on #AD9CA0 background.