COLOR #AB80C1

HEX: #AB80C1
RGB: (171,128,193)

Renk bilgisi

#AB80C1 contains mainly red and blue colors. #AB80C1 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AB80C1 color RGB value is (171,128,193).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 128 of 255 = 50%
B 193 of 255 = 76%

171
128
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 128 + 193 = 492 (100%)
R 171 of 492 ~ 34.76%
G 128 of 492 ~ 26.02%
B 193 of 492 ~ 39.23%

%34.76
%26.02
%39.23

CMYK RENK MODELİ

#AB80C1 rengi CMYK tonu (11,34,0,24).

  • camgöbeği tonu 11.40%
  • eflatun tonu 33.68%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK:
(11,34,0,24)
C11M34Y0K24 
(11%,34%,0%,24%)
(0.11/0.34/0.00/0.24)	

CMYK yüzdeleri

%11.4
%33.68
%0
%24.31

Codes

Color #AB80C1 in popluar color models

AB80C1
RGB171128193
HSL280°34.39%62.94%
HSB/HSV280°33.68%75.69%
CMYK11.40%33.68%0.00%
24.31%

Color #AB80C1 in popluar number systems.

HEXAB80C1
Decimal171128193
Binary101010111000000011000001
Octal253200301

Shades and tints

Shades of #AB80C1

#AB80C1
(171,128,193)
#9C75B0
(156,117,176)
#8D6A9F
(141,106,159)
#7E5F8E
(126,95,142)
#6F547D
(111,84,125)
#60496C
(96,73,108)
#513E5B
(81,62,91)
#42334A
(66,51,74)
#332839
(51,40,57)
#241D28
(36,29,40)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #AB80C1

#AB80C1
(171,128,193)
#B28BC6
(178,139,198)
#B996CB
(185,150,203)
#C0A1D0
(192,161,208)
#C7ACD5
(199,172,213)
#CEB7DA
(206,183,218)
#D5C2DF
(213,194,223)
#DCCDE4
(220,205,228)
#E3D8E9
(227,216,233)
#EAE3EE
(234,227,238)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB80C1; }

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

This text font color is #AB80C1.


Background Color

.myBgColor { background-color: #AB80C1; }

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

This div background color is #AB80C1.


Border color

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

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

This div border color is #AB80C1.


Opacity

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

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

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

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

This text has shadow with #AB80C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB80C1 on black background.


Color preview on white background

This text has color #AB80C1 on white background.



Black color preview on #AB80C1 background

This text has black color on #AB80C1 background.


White color preview on #AB80C1 background

This text has white color on #AB80C1 background.