COLOR #AB5577

HEX: #AB5577
RGB: (171,85,119)

Renk bilgisi

#AB5577 contains mainly red and blue colors. #AB5577 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AB5577 color RGB value is (171,85,119).

  • kırmız ton 171;
  • yeşil ton 85;
  • mavi ton 119.
RGB:
(171,85,119)
(67%,33%,47%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 85 of 255 = 33%
B 119 of 255 = 47%

171
85
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 85 + 119 = 375 (100%)
R 171 of 375 ~ 45.6%
G 85 of 375 ~ 22.67%
B 119 of 375 ~ 31.73%

%45.6
%22.67
%31.73

CMYK RENK MODELİ

#AB5577 rengi CMYK tonu (0,50,30,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.29%
  • sarı tonu 30.41%
  • ana renk tonu 32.94%
CMYK:
(0,50,30,33)
C0M50Y30K33 
(0%,50%,30%,33%)
(0.00/0.50/0.30/0.33)	

CMYK yüzdeleri

%0
%50.29
%30.41
%32.94

Codes

Color #AB5577 in popluar color models

AB5577
RGB17185119
HSL336°33.86%50.20%
HSB/HSV336°50.29%67.06%
CMYK0.00%50.29%30.41%
32.94%

Color #AB5577 in popluar number systems.

HEXAB5577
Decimal17185119
Binary1010101110101011110111
Octal253125167

Shades and tints

Shades of #AB5577

#AB5577
(171,85,119)
#9C4E6D
(156,78,109)
#8D4763
(141,71,99)
#7E4059
(126,64,89)
#6F394F
(111,57,79)
#603245
(96,50,69)
#512B3B
(81,43,59)
#422431
(66,36,49)
#331D27
(51,29,39)
#24161D
(36,22,29)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #AB5577

#AB5577
(171,85,119)
#B26483
(178,100,131)
#B9738F
(185,115,143)
#C0829B
(192,130,155)
#C791A7
(199,145,167)
#CEA0B3
(206,160,179)
#D5AFBF
(213,175,191)
#DCBECB
(220,190,203)
#E3CDD7
(227,205,215)
#EADCE3
(234,220,227)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5577 color. Also use rgb(171,85,119) instead hex code.

Text Font Color

.myTextColor { color: #AB5577; }

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

This text font color is #AB5577.


Background Color

.myBgColor { background-color: #AB5577; }

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

This div background color is #AB5577.


Border color

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

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

This div border color is #AB5577.


Opacity

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

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

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

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

This text has shadow with #AB5577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5577 on black background.


Color preview on white background

This text has color #AB5577 on white background.



Black color preview on #AB5577 background

This text has black color on #AB5577 background.


White color preview on #AB5577 background

This text has white color on #AB5577 background.