COLOR #AB79A7

HEX: #AB79A7
RGB: (171,121,167)

Renk bilgisi

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

RGB renk modeli

#AB79A7 color RGB value is (171,121,167).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 121 of 255 = 47%
B 167 of 255 = 65%

171
121
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 121 + 167 = 459 (100%)
R 171 of 459 ~ 37.25%
G 121 of 459 ~ 26.36%
B 167 of 459 ~ 36.38%

%37.25
%26.36
%36.38

CMYK RENK MODELİ

#AB79A7 rengi CMYK tonu (0,29,2,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.24%
  • sarı tonu 2.34%
  • ana renk tonu 32.94%
CMYK:
(0,29,2,33)
C0M29Y2K33 
(0%,29%,2%,33%)
(0.00/0.29/0.02/0.33)	

CMYK yüzdeleri

%0
%29.24
%2.34
%32.94

Codes

Color #AB79A7 in popluar color models

AB79A7
RGB171121167
HSL305°22.94%57.25%
HSB/HSV305°29.24%67.06%
CMYK0.00%29.24%2.34%
32.94%

Color #AB79A7 in popluar number systems.

HEXAB79A7
Decimal171121167
Binary10101011111100110100111
Octal253171247

Shades and tints

Shades of #AB79A7

#AB79A7
(171,121,167)
#9C6E98
(156,110,152)
#8D6389
(141,99,137)
#7E587A
(126,88,122)
#6F4D6B
(111,77,107)
#60425C
(96,66,92)
#51374D
(81,55,77)
#422C3E
(66,44,62)
#33212F
(51,33,47)
#241620
(36,22,32)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #AB79A7

#AB79A7
(171,121,167)
#B285AF
(178,133,175)
#B991B7
(185,145,183)
#C09DBF
(192,157,191)
#C7A9C7
(199,169,199)
#CEB5CF
(206,181,207)
#D5C1D7
(213,193,215)
#DCCDDF
(220,205,223)
#E3D9E7
(227,217,231)
#EAE5EF
(234,229,239)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB79A7; }

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

This text font color is #AB79A7.


Background Color

.myBgColor { background-color: #AB79A7; }

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

This div background color is #AB79A7.


Border color

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

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

This div border color is #AB79A7.


Opacity

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

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

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

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

This text has shadow with #AB79A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB79A7 on black background.


Color preview on white background

This text has color #AB79A7 on white background.



Black color preview on #AB79A7 background

This text has black color on #AB79A7 background.


White color preview on #AB79A7 background

This text has white color on #AB79A7 background.