COLOR #AB6FC9

HEX: #AB6FC9
RGB: (171,111,201)

Renk bilgisi

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

RGB renk modeli

#AB6FC9 color RGB value is (171,111,201).

  • kırmız ton 171;
  • yeşil ton 111;
  • mavi ton 201.
RGB:
(171,111,201)
(67%,44%,79%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 111 of 255 = 44%
B 201 of 255 = 79%

171
111
201

R + G + B ~ 63%. #AB6FC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 111 + 201 = 483 (100%)
R 171 of 483 ~ 35.4%
G 111 of 483 ~ 22.98%
B 201 of 483 ~ 41.61%

%35.4
%22.98
%41.61

CMYK RENK MODELİ

#AB6FC9 rengi CMYK tonu (15,45,0,21).

  • camgöbeği tonu 14.93%
  • eflatun tonu 44.78%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(15,45,0,21)
C15M45Y0K21 
(15%,45%,0%,21%)
(0.15/0.45/0.00/0.21)	

CMYK yüzdeleri

%14.93
%44.78
%0
%21.18

Codes

Color #AB6FC9 in popluar color models

AB6FC9
RGB171111201
HSL280°45.45%61.18%
HSB/HSV280°44.78%78.82%
CMYK14.93%44.78%0.00%
21.18%

Color #AB6FC9 in popluar number systems.

HEXAB6FC9
Decimal171111201
Binary10101011110111111001001
Octal253157311

Shades and tints

Shades of #AB6FC9

#AB6FC9
(171,111,201)
#9C65B7
(156,101,183)
#8D5BA5
(141,91,165)
#7E5193
(126,81,147)
#6F4781
(111,71,129)
#603D6F
(96,61,111)
#51335D
(81,51,93)
#42294B
(66,41,75)
#331F39
(51,31,57)
#241527
(36,21,39)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #AB6FC9

#AB6FC9
(171,111,201)
#B27CCD
(178,124,205)
#B989D1
(185,137,209)
#C096D5
(192,150,213)
#C7A3D9
(199,163,217)
#CEB0DD
(206,176,221)
#D5BDE1
(213,189,225)
#DCCAE5
(220,202,229)
#E3D7E9
(227,215,233)
#EAE4ED
(234,228,237)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6FC9 color. Also use rgb(171,111,201) instead hex code.

Text Font Color

.myTextColor { color: #AB6FC9; }

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

This text font color is #AB6FC9.


Background Color

.myBgColor { background-color: #AB6FC9; }

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

This div background color is #AB6FC9.


Border color

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

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

This div border color is #AB6FC9.


Opacity

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

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

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

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

This text has shadow with #AB6FC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6FC9 on black background.


Color preview on white background

This text has color #AB6FC9 on white background.



Black color preview on #AB6FC9 background

This text has black color on #AB6FC9 background.


White color preview on #AB6FC9 background

This text has white color on #AB6FC9 background.