COLOR #AB6898

HEX: #AB6898
RGB: (171,104,152)

Renk bilgisi

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

RGB renk modeli

#AB6898 color RGB value is (171,104,152).

  • kırmız ton 171;
  • yeşil ton 104;
  • mavi ton 152.
RGB:
(171,104,152)
(67%,41%,60%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 104 of 255 = 41%
B 152 of 255 = 60%

171
104
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 104 + 152 = 427 (100%)
R 171 of 427 ~ 40.05%
G 104 of 427 ~ 24.36%
B 152 of 427 ~ 35.6%

%40.05
%24.36
%35.6

CMYK RENK MODELİ

#AB6898 rengi CMYK tonu (0,39,11,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.18%
  • sarı tonu 11.11%
  • ana renk tonu 32.94%
CMYK:
(0,39,11,33)
C0M39Y11K33 
(0%,39%,11%,33%)
(0.00/0.39/0.11/0.33)	

CMYK yüzdeleri

%0
%39.18
%11.11
%32.94

Codes

Color #AB6898 in popluar color models

AB6898
RGB171104152
HSL317°28.51%53.92%
HSB/HSV317°39.18%67.06%
CMYK0.00%39.18%11.11%
32.94%

Color #AB6898 in popluar number systems.

HEXAB6898
Decimal171104152
Binary10101011110100010011000
Octal253150230

Shades and tints

Shades of #AB6898

#AB6898
(171,104,152)
#9C5F8B
(156,95,139)
#8D567E
(141,86,126)
#7E4D71
(126,77,113)
#6F4464
(111,68,100)
#603B57
(96,59,87)
#51324A
(81,50,74)
#42293D
(66,41,61)
#332030
(51,32,48)
#241723
(36,23,35)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #AB6898

#AB6898
(171,104,152)
#B275A1
(178,117,161)
#B982AA
(185,130,170)
#C08FB3
(192,143,179)
#C79CBC
(199,156,188)
#CEA9C5
(206,169,197)
#D5B6CE
(213,182,206)
#DCC3D7
(220,195,215)
#E3D0E0
(227,208,224)
#EADDE9
(234,221,233)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6898 color. Also use rgb(171,104,152) instead hex code.

Text Font Color

.myTextColor { color: #AB6898; }

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

This text font color is #AB6898.


Background Color

.myBgColor { background-color: #AB6898; }

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

This div background color is #AB6898.


Border color

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

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

This div border color is #AB6898.


Opacity

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

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

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

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

This text has shadow with #AB6898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6898 on black background.


Color preview on white background

This text has color #AB6898 on white background.



Black color preview on #AB6898 background

This text has black color on #AB6898 background.


White color preview on #AB6898 background

This text has white color on #AB6898 background.