COLOR #AB80AD

HEX: #AB80AD
RGB: (171,128,173)

Renk bilgisi

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

RGB renk modeli

#AB80AD color RGB value is (171,128,173).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 128 of 255 = 50%
B 173 of 255 = 68%

171
128
173

R + G + B ~ 62%. #AB80AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 128 + 173 = 472 (100%)
R 171 of 472 ~ 36.23%
G 128 of 472 ~ 27.12%
B 173 of 472 ~ 36.65%

%36.23
%27.12
%36.65

CMYK RENK MODELİ

#AB80AD rengi CMYK tonu (1,26,0,32).

  • camgöbeği tonu 1.16%
  • eflatun tonu 26.01%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(1,26,0,32)
C1M26Y0K32 
(1%,26%,0%,32%)
(0.01/0.26/0.00/0.32)	

CMYK yüzdeleri

%1.16
%26.01
%0
%32.16

Codes

Color #AB80AD in popluar color models

AB80AD
RGB171128173
HSL297°21.53%59.02%
HSB/HSV297°26.01%67.84%
CMYK1.16%26.01%0.00%
32.16%

Color #AB80AD in popluar number systems.

HEXAB80AD
Decimal171128173
Binary101010111000000010101101
Octal253200255

Shades and tints

Shades of #AB80AD

#AB80AD
(171,128,173)
#9C759E
(156,117,158)
#8D6A8F
(141,106,143)
#7E5F80
(126,95,128)
#6F5471
(111,84,113)
#604962
(96,73,98)
#513E53
(81,62,83)
#423344
(66,51,68)
#332835
(51,40,53)
#241D26
(36,29,38)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #AB80AD

#AB80AD
(171,128,173)
#B28BB4
(178,139,180)
#B996BB
(185,150,187)
#C0A1C2
(192,161,194)
#C7ACC9
(199,172,201)
#CEB7D0
(206,183,208)
#D5C2D7
(213,194,215)
#DCCDDE
(220,205,222)
#E3D8E5
(227,216,229)
#EAE3EC
(234,227,236)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB80AD; }

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

This text font color is #AB80AD.


Background Color

.myBgColor { background-color: #AB80AD; }

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

This div background color is #AB80AD.


Border color

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

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

This div border color is #AB80AD.


Opacity

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

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

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

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

This text has shadow with #AB80AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB80AD on black background.


Color preview on white background

This text has color #AB80AD on white background.



Black color preview on #AB80AD background

This text has black color on #AB80AD background.


White color preview on #AB80AD background

This text has white color on #AB80AD background.