COLOR #AB6A96

HEX: #AB6A96
RGB: (171,106,150)

Renk bilgisi

#AB6A96 contains mainly red and blue colors. #AB6A96 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AB6A96 color RGB value is (171,106,150).

  • kırmız ton 171;
  • yeşil ton 106;
  • mavi ton 150.
RGB:
(171,106,150)
(67%,42%,59%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 106 of 255 = 42%
B 150 of 255 = 59%

171
106
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 106 + 150 = 427 (100%)
R 171 of 427 ~ 40.05%
G 106 of 427 ~ 24.82%
B 150 of 427 ~ 35.13%

%40.05
%24.82
%35.13

CMYK RENK MODELİ

#AB6A96 rengi CMYK tonu (0,38,12,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.01%
  • sarı tonu 12.28%
  • ana renk tonu 32.94%
CMYK:
(0,38,12,33)
C0M38Y12K33 
(0%,38%,12%,33%)
(0.00/0.38/0.12/0.33)	

CMYK yüzdeleri

%0
%38.01
%12.28
%32.94

Codes

Color #AB6A96 in popluar color models

AB6A96
RGB171106150
HSL319°27.90%54.31%
HSB/HSV319°38.01%67.06%
CMYK0.00%38.01%12.28%
32.94%

Color #AB6A96 in popluar number systems.

HEXAB6A96
Decimal171106150
Binary10101011110101010010110
Octal253152226

Shades and tints

Shades of #AB6A96

#AB6A96
(171,106,150)
#9C6189
(156,97,137)
#8D587C
(141,88,124)
#7E4F6F
(126,79,111)
#6F4662
(111,70,98)
#603D55
(96,61,85)
#513448
(81,52,72)
#422B3B
(66,43,59)
#33222E
(51,34,46)
#241921
(36,25,33)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #AB6A96

#AB6A96
(171,106,150)
#B2779F
(178,119,159)
#B984A8
(185,132,168)
#C091B1
(192,145,177)
#C79EBA
(199,158,186)
#CEABC3
(206,171,195)
#D5B8CC
(213,184,204)
#DCC5D5
(220,197,213)
#E3D2DE
(227,210,222)
#EADFE7
(234,223,231)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6A96 color. Also use rgb(171,106,150) instead hex code.

Text Font Color

.myTextColor { color: #AB6A96; }

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

This text font color is #AB6A96.


Background Color

.myBgColor { background-color: #AB6A96; }

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

This div background color is #AB6A96.


Border color

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

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

This div border color is #AB6A96.


Opacity

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

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

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

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

This text has shadow with #AB6A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6A96 on black background.


Color preview on white background

This text has color #AB6A96 on white background.



Black color preview on #AB6A96 background

This text has black color on #AB6A96 background.


White color preview on #AB6A96 background

This text has white color on #AB6A96 background.