COLOR #AB5D9B

HEX: #AB5D9B
RGB: (171,93,155)

Renk bilgisi

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

RGB renk modeli

#AB5D9B color RGB value is (171,93,155).

  • kırmız ton 171;
  • yeşil ton 93;
  • mavi ton 155.
RGB:
(171,93,155)
(67%,36%,61%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 93 of 255 = 36%
B 155 of 255 = 61%

171
93
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 93 + 155 = 419 (100%)
R 171 of 419 ~ 40.81%
G 93 of 419 ~ 22.2%
B 155 of 419 ~ 36.99%

%40.81
%22.2
%36.99

CMYK RENK MODELİ

#AB5D9B rengi CMYK tonu (0,46,9,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.61%
  • sarı tonu 9.36%
  • ana renk tonu 32.94%
CMYK:
(0,46,9,33)
C0M46Y9K33 
(0%,46%,9%,33%)
(0.00/0.46/0.09/0.33)	

CMYK yüzdeleri

%0
%45.61
%9.36
%32.94

Codes

Color #AB5D9B in popluar color models

AB5D9B
RGB17193155
HSL312°31.71%51.76%
HSB/HSV312°45.61%67.06%
CMYK0.00%45.61%9.36%
32.94%

Color #AB5D9B in popluar number systems.

HEXAB5D9B
Decimal17193155
Binary10101011101110110011011
Octal253135233

Shades and tints

Shades of #AB5D9B

#AB5D9B
(171,93,155)
#9C558D
(156,85,141)
#8D4D7F
(141,77,127)
#7E4571
(126,69,113)
#6F3D63
(111,61,99)
#603555
(96,53,85)
#512D47
(81,45,71)
#422539
(66,37,57)
#331D2B
(51,29,43)
#24151D
(36,21,29)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #AB5D9B

#AB5D9B
(171,93,155)
#B26BA4
(178,107,164)
#B979AD
(185,121,173)
#C087B6
(192,135,182)
#C795BF
(199,149,191)
#CEA3C8
(206,163,200)
#D5B1D1
(213,177,209)
#DCBFDA
(220,191,218)
#E3CDE3
(227,205,227)
#EADBEC
(234,219,236)
#F1E9F5
(241,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5D9B color. Also use rgb(171,93,155) instead hex code.

Text Font Color

.myTextColor { color: #AB5D9B; }

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

This text font color is #AB5D9B.


Background Color

.myBgColor { background-color: #AB5D9B; }

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

This div background color is #AB5D9B.


Border color

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

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

This div border color is #AB5D9B.


Opacity

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

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

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

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

This text has shadow with #AB5D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5D9B on black background.


Color preview on white background

This text has color #AB5D9B on white background.



Black color preview on #AB5D9B background

This text has black color on #AB5D9B background.


White color preview on #AB5D9B background

This text has white color on #AB5D9B background.