COLOR #AB5B76

HEX: #AB5B76
RGB: (171,91,118)

Renk bilgisi

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

RGB renk modeli

#AB5B76 color RGB value is (171,91,118).

  • kırmız ton 171;
  • yeşil ton 91;
  • mavi ton 118.
RGB:
(171,91,118)
(67%,36%,46%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 91 of 255 = 36%
B 118 of 255 = 46%

171
91
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 91 + 118 = 380 (100%)
R 171 of 380 ~ 45%
G 91 of 380 ~ 23.95%
B 118 of 380 ~ 31.05%

%45
%23.95
%31.05

CMYK RENK MODELİ

#AB5B76 rengi CMYK tonu (0,47,31,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.78%
  • sarı tonu 30.99%
  • ana renk tonu 32.94%
CMYK:
(0,47,31,33)
C0M47Y31K33 
(0%,47%,31%,33%)
(0.00/0.47/0.31/0.33)	

CMYK yüzdeleri

%0
%46.78
%30.99
%32.94

Codes

Color #AB5B76 in popluar color models

AB5B76
RGB17191118
HSL340°32.26%51.37%
HSB/HSV340°46.78%67.06%
CMYK0.00%46.78%30.99%
32.94%

Color #AB5B76 in popluar number systems.

HEXAB5B76
Decimal17191118
Binary1010101110110111110110
Octal253133166

Shades and tints

Shades of #AB5B76

#AB5B76
(171,91,118)
#9C536C
(156,83,108)
#8D4B62
(141,75,98)
#7E4358
(126,67,88)
#6F3B4E
(111,59,78)
#603344
(96,51,68)
#512B3A
(81,43,58)
#422330
(66,35,48)
#331B26
(51,27,38)
#24131C
(36,19,28)
#150B12
(21,11,18)
#000000
(0,0,0)

Tints of #AB5B76

#AB5B76
(171,91,118)
#B26982
(178,105,130)
#B9778E
(185,119,142)
#C0859A
(192,133,154)
#C793A6
(199,147,166)
#CEA1B2
(206,161,178)
#D5AFBE
(213,175,190)
#DCBDCA
(220,189,202)
#E3CBD6
(227,203,214)
#EAD9E2
(234,217,226)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5B76 color. Also use rgb(171,91,118) instead hex code.

Text Font Color

.myTextColor { color: #AB5B76; }

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

This text font color is #AB5B76.


Background Color

.myBgColor { background-color: #AB5B76; }

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

This div background color is #AB5B76.


Border color

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

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

This div border color is #AB5B76.


Opacity

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

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

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

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

This text has shadow with #AB5B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5B76 on black background.


Color preview on white background

This text has color #AB5B76 on white background.



Black color preview on #AB5B76 background

This text has black color on #AB5B76 background.


White color preview on #AB5B76 background

This text has white color on #AB5B76 background.