COLOR #AD7981

HEX: #AD7981
RGB: (173,121,129)

Renk bilgisi

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

RGB renk modeli

#AD7981 color RGB value is (173,121,129).

  • kırmız ton 173;
  • yeşil ton 121;
  • mavi ton 129.
RGB:
(173,121,129)
(68%,47%,51%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 121 of 255 = 47%
B 129 of 255 = 51%

173
121
129

R + G + B ~ 55%. #AD7981 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 121 + 129 = 423 (100%)
R 173 of 423 ~ 40.9%
G 121 of 423 ~ 28.61%
B 129 of 423 ~ 30.5%

%40.9
%28.61
%30.5

CMYK RENK MODELİ

#AD7981 rengi CMYK tonu (0,30,25,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.06%
  • sarı tonu 25.43%
  • ana renk tonu 32.16%
CMYK:
(0,30,25,32)
C0M30Y25K32 
(0%,30%,25%,32%)
(0.00/0.30/0.25/0.32)	

CMYK yüzdeleri

%0
%30.06
%25.43
%32.16

Codes

Color #AD7981 in popluar color models

AD7981
RGB173121129
HSL351°24.07%57.65%
HSB/HSV351°30.06%67.84%
CMYK0.00%30.06%25.43%
32.16%

Color #AD7981 in popluar number systems.

HEXAD7981
Decimal173121129
Binary10101101111100110000001
Octal255171201

Shades and tints

Shades of #AD7981

#AD7981
(173,121,129)
#9E6E76
(158,110,118)
#8F636B
(143,99,107)
#805860
(128,88,96)
#714D55
(113,77,85)
#62424A
(98,66,74)
#53373F
(83,55,63)
#442C34
(68,44,52)
#352129
(53,33,41)
#26161E
(38,22,30)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #AD7981

#AD7981
(173,121,129)
#B4858C
(180,133,140)
#BB9197
(187,145,151)
#C29DA2
(194,157,162)
#C9A9AD
(201,169,173)
#D0B5B8
(208,181,184)
#D7C1C3
(215,193,195)
#DECDCE
(222,205,206)
#E5D9D9
(229,217,217)
#ECE5E4
(236,229,228)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7981; }

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

This text font color is #AD7981.


Background Color

.myBgColor { background-color: #AD7981; }

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

This div background color is #AD7981.


Border color

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

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

This div border color is #AD7981.


Opacity

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

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

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

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

This text has shadow with #AD7981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7981 on black background.


Color preview on white background

This text has color #AD7981 on white background.



Black color preview on #AD7981 background

This text has black color on #AD7981 background.


White color preview on #AD7981 background

This text has white color on #AD7981 background.