COLOR #AB6BB0

HEX: #AB6BB0
RGB: (171,107,176)

Renk bilgisi

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

RGB renk modeli

#AB6BB0 color RGB value is (171,107,176).

  • kırmız ton 171;
  • yeşil ton 107;
  • mavi ton 176.
RGB:
(171,107,176)
(67%,42%,69%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 107 of 255 = 42%
B 176 of 255 = 69%

171
107
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 107 + 176 = 454 (100%)
R 171 of 454 ~ 37.67%
G 107 of 454 ~ 23.57%
B 176 of 454 ~ 38.77%

%37.67
%23.57
%38.77

CMYK RENK MODELİ

#AB6BB0 rengi CMYK tonu (3,39,0,31).

  • camgöbeği tonu 2.84%
  • eflatun tonu 39.20%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(3,39,0,31)
C3M39Y0K31 
(3%,39%,0%,31%)
(0.03/0.39/0.00/0.31)	

CMYK yüzdeleri

%2.84
%39.2
%0
%30.98

Codes

Color #AB6BB0 in popluar color models

AB6BB0
RGB171107176
HSL296°30.40%55.49%
HSB/HSV296°39.20%69.02%
CMYK2.84%39.20%0.00%
30.98%

Color #AB6BB0 in popluar number systems.

HEXAB6BB0
Decimal171107176
Binary10101011110101110110000
Octal253153260

Shades and tints

Shades of #AB6BB0

#AB6BB0
(171,107,176)
#9C62A0
(156,98,160)
#8D5990
(141,89,144)
#7E5080
(126,80,128)
#6F4770
(111,71,112)
#603E60
(96,62,96)
#513550
(81,53,80)
#422C40
(66,44,64)
#332330
(51,35,48)
#241A20
(36,26,32)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #AB6BB0

#AB6BB0
(171,107,176)
#B278B7
(178,120,183)
#B985BE
(185,133,190)
#C092C5
(192,146,197)
#C79FCC
(199,159,204)
#CEACD3
(206,172,211)
#D5B9DA
(213,185,218)
#DCC6E1
(220,198,225)
#E3D3E8
(227,211,232)
#EAE0EF
(234,224,239)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6BB0 color. Also use rgb(171,107,176) instead hex code.

Text Font Color

.myTextColor { color: #AB6BB0; }

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

This text font color is #AB6BB0.


Background Color

.myBgColor { background-color: #AB6BB0; }

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

This div background color is #AB6BB0.


Border color

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

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

This div border color is #AB6BB0.


Opacity

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

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

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

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

This text has shadow with #AB6BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6BB0 on black background.


Color preview on white background

This text has color #AB6BB0 on white background.



Black color preview on #AB6BB0 background

This text has black color on #AB6BB0 background.


White color preview on #AB6BB0 background

This text has white color on #AB6BB0 background.