COLOR #AB79AD

HEX: #AB79AD
RGB: (171,121,173)

Renk bilgisi

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

RGB renk modeli

#AB79AD color RGB value is (171,121,173).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 121 of 255 = 47%
B 173 of 255 = 68%

171
121
173

R + G + B ~ 61%. #AB79AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 121 + 173 = 465 (100%)
R 171 of 465 ~ 36.77%
G 121 of 465 ~ 26.02%
B 173 of 465 ~ 37.2%

%36.77
%26.02
%37.2

CMYK RENK MODELİ

#AB79AD rengi CMYK tonu (1,30,0,32).

  • camgöbeği tonu 1.16%
  • eflatun tonu 30.06%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(1,30,0,32)
C1M30Y0K32 
(1%,30%,0%,32%)
(0.01/0.30/0.00/0.32)	

CMYK yüzdeleri

%1.16
%30.06
%0
%32.16

Codes

Color #AB79AD in popluar color models

AB79AD
RGB171121173
HSL298°24.07%57.65%
HSB/HSV298°30.06%67.84%
CMYK1.16%30.06%0.00%
32.16%

Color #AB79AD in popluar number systems.

HEXAB79AD
Decimal171121173
Binary10101011111100110101101
Octal253171255

Shades and tints

Shades of #AB79AD

#AB79AD
(171,121,173)
#9C6E9E
(156,110,158)
#8D638F
(141,99,143)
#7E5880
(126,88,128)
#6F4D71
(111,77,113)
#604262
(96,66,98)
#513753
(81,55,83)
#422C44
(66,44,68)
#332135
(51,33,53)
#241626
(36,22,38)
#150B17
(21,11,23)
#000000
(0,0,0)

Tints of #AB79AD

#AB79AD
(171,121,173)
#B285B4
(178,133,180)
#B991BB
(185,145,187)
#C09DC2
(192,157,194)
#C7A9C9
(199,169,201)
#CEB5D0
(206,181,208)
#D5C1D7
(213,193,215)
#DCCDDE
(220,205,222)
#E3D9E5
(227,217,229)
#EAE5EC
(234,229,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB79AD; }

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

This text font color is #AB79AD.


Background Color

.myBgColor { background-color: #AB79AD; }

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

This div background color is #AB79AD.


Border color

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

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

This div border color is #AB79AD.


Opacity

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

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

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

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

This text has shadow with #AB79AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB79AD on black background.


Color preview on white background

This text has color #AB79AD on white background.



Black color preview on #AB79AD background

This text has black color on #AB79AD background.


White color preview on #AB79AD background

This text has white color on #AB79AD background.