COLOR #AD96A0

HEX: #AD96A0
RGB: (173,150,160)

Renk bilgisi

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

RGB renk modeli

#AD96A0 color RGB value is (173,150,160).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 150 of 255 = 59%
B 160 of 255 = 63%

173
150
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 150 + 160 = 483 (100%)
R 173 of 483 ~ 35.82%
G 150 of 483 ~ 31.06%
B 160 of 483 ~ 33.13%

%35.82
%31.06
%33.13

CMYK RENK MODELİ

#AD96A0 rengi CMYK tonu (0,13,8,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.29%
  • sarı tonu 7.51%
  • ana renk tonu 32.16%
CMYK:
(0,13,8,32)
C0M13Y8K32 
(0%,13%,8%,32%)
(0.00/0.13/0.08/0.32)	

CMYK yüzdeleri

%0
%13.29
%7.51
%32.16

Codes

Color #AD96A0 in popluar color models

AD96A0
RGB173150160
HSL334°12.30%63.33%
HSB/HSV334°13.29%67.84%
CMYK0.00%13.29%7.51%
32.16%

Color #AD96A0 in popluar number systems.

HEXAD96A0
Decimal173150160
Binary101011011001011010100000
Octal255226240

Shades and tints

Shades of #AD96A0

#AD96A0
(173,150,160)
#9E8992
(158,137,146)
#8F7C84
(143,124,132)
#806F76
(128,111,118)
#716268
(113,98,104)
#62555A
(98,85,90)
#53484C
(83,72,76)
#443B3E
(68,59,62)
#352E30
(53,46,48)
#262122
(38,33,34)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #AD96A0

#AD96A0
(173,150,160)
#B49FA8
(180,159,168)
#BBA8B0
(187,168,176)
#C2B1B8
(194,177,184)
#C9BAC0
(201,186,192)
#D0C3C8
(208,195,200)
#D7CCD0
(215,204,208)
#DED5D8
(222,213,216)
#E5DEE0
(229,222,224)
#ECE7E8
(236,231,232)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD96A0; }

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

This text font color is #AD96A0.


Background Color

.myBgColor { background-color: #AD96A0; }

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

This div background color is #AD96A0.


Border color

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

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

This div border color is #AD96A0.


Opacity

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

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

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

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

This text has shadow with #AD96A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD96A0 on black background.


Color preview on white background

This text has color #AD96A0 on white background.



Black color preview on #AD96A0 background

This text has black color on #AD96A0 background.


White color preview on #AD96A0 background

This text has white color on #AD96A0 background.