COLOR #AB6988

HEX: #AB6988
RGB: (171,105,136)

Renk bilgisi

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

RGB renk modeli

#AB6988 color RGB value is (171,105,136).

  • kırmız ton 171;
  • yeşil ton 105;
  • mavi ton 136.
RGB:
(171,105,136)
(67%,41%,53%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 105 of 255 = 41%
B 136 of 255 = 53%

171
105
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 105 + 136 = 412 (100%)
R 171 of 412 ~ 41.5%
G 105 of 412 ~ 25.49%
B 136 of 412 ~ 33.01%

%41.5
%25.49
%33.01

CMYK RENK MODELİ

#AB6988 rengi CMYK tonu (0,39,20,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.60%
  • sarı tonu 20.47%
  • ana renk tonu 32.94%
CMYK:
(0,39,20,33)
C0M39Y20K33 
(0%,39%,20%,33%)
(0.00/0.39/0.20/0.33)	

CMYK yüzdeleri

%0
%38.6
%20.47
%32.94

Codes

Color #AB6988 in popluar color models

AB6988
RGB171105136
HSL332°28.21%54.12%
HSB/HSV332°38.60%67.06%
CMYK0.00%38.60%20.47%
32.94%

Color #AB6988 in popluar number systems.

HEXAB6988
Decimal171105136
Binary10101011110100110001000
Octal253151210

Shades and tints

Shades of #AB6988

#AB6988
(171,105,136)
#9C607C
(156,96,124)
#8D5770
(141,87,112)
#7E4E64
(126,78,100)
#6F4558
(111,69,88)
#603C4C
(96,60,76)
#513340
(81,51,64)
#422A34
(66,42,52)
#332128
(51,33,40)
#24181C
(36,24,28)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #AB6988

#AB6988
(171,105,136)
#B27692
(178,118,146)
#B9839C
(185,131,156)
#C090A6
(192,144,166)
#C79DB0
(199,157,176)
#CEAABA
(206,170,186)
#D5B7C4
(213,183,196)
#DCC4CE
(220,196,206)
#E3D1D8
(227,209,216)
#EADEE2
(234,222,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6988 color. Also use rgb(171,105,136) instead hex code.

Text Font Color

.myTextColor { color: #AB6988; }

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

This text font color is #AB6988.


Background Color

.myBgColor { background-color: #AB6988; }

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

This div background color is #AB6988.


Border color

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

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

This div border color is #AB6988.


Opacity

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

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

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

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

This text has shadow with #AB6988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6988 on black background.


Color preview on white background

This text has color #AB6988 on white background.



Black color preview on #AB6988 background

This text has black color on #AB6988 background.


White color preview on #AB6988 background

This text has white color on #AB6988 background.