COLOR #AD8280

HEX: #AD8280
RGB: (173,130,128)

Renk bilgisi

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

RGB renk modeli

#AD8280 color RGB value is (173,130,128).

  • kırmız ton 173;
  • yeşil ton 130;
  • mavi ton 128.
RGB:
(173,130,128)
(68%,51%,50%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 130 of 255 = 51%
B 128 of 255 = 50%

173
130
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 130 + 128 = 431 (100%)
R 173 of 431 ~ 40.14%
G 130 of 431 ~ 30.16%
B 128 of 431 ~ 29.7%

%40.14
%30.16
%29.7

CMYK RENK MODELİ

#AD8280 rengi CMYK tonu (0,25,26,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.86%
  • sarı tonu 26.01%
  • ana renk tonu 32.16%
CMYK:
(0,25,26,32)
C0M25Y26K32 
(0%,25%,26%,32%)
(0.00/0.25/0.26/0.32)	

CMYK yüzdeleri

%0
%24.86
%26.01
%32.16

Codes

Color #AD8280 in popluar color models

AD8280
RGB173130128
HSL21.53%59.02%
HSB/HSV26.01%67.84%
CMYK0.00%24.86%26.01%
32.16%

Color #AD8280 in popluar number systems.

HEXAD8280
Decimal173130128
Binary101011011000001010000000
Octal255202200

Shades and tints

Shades of #AD8280

#AD8280
(173,130,128)
#9E7775
(158,119,117)
#8F6C6A
(143,108,106)
#80615F
(128,97,95)
#715654
(113,86,84)
#624B49
(98,75,73)
#53403E
(83,64,62)
#443533
(68,53,51)
#352A28
(53,42,40)
#261F1D
(38,31,29)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #AD8280

#AD8280
(173,130,128)
#B48D8B
(180,141,139)
#BB9896
(187,152,150)
#C2A3A1
(194,163,161)
#C9AEAC
(201,174,172)
#D0B9B7
(208,185,183)
#D7C4C2
(215,196,194)
#DECFCD
(222,207,205)
#E5DAD8
(229,218,216)
#ECE5E3
(236,229,227)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8280; }

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

This text font color is #AD8280.


Background Color

.myBgColor { background-color: #AD8280; }

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

This div background color is #AD8280.


Border color

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

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

This div border color is #AD8280.


Opacity

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

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

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

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

This text has shadow with #AD8280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8280 on black background.


Color preview on white background

This text has color #AD8280 on white background.



Black color preview on #AD8280 background

This text has black color on #AD8280 background.


White color preview on #AD8280 background

This text has white color on #AD8280 background.