COLOR #AB5D7B

HEX: #AB5D7B
RGB: (171,93,123)

Renk bilgisi

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

RGB renk modeli

#AB5D7B color RGB value is (171,93,123).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 93 of 255 = 36%
B 123 of 255 = 48%

171
93
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 93 + 123 = 387 (100%)
R 171 of 387 ~ 44.19%
G 93 of 387 ~ 24.03%
B 123 of 387 ~ 31.78%

%44.19
%24.03
%31.78

CMYK RENK MODELİ

#AB5D7B rengi CMYK tonu (0,46,28,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.61%
  • sarı tonu 28.07%
  • ana renk tonu 32.94%
CMYK:
(0,46,28,33)
C0M46Y28K33 
(0%,46%,28%,33%)
(0.00/0.46/0.28/0.33)	

CMYK yüzdeleri

%0
%45.61
%28.07
%32.94

Codes

Color #AB5D7B in popluar color models

AB5D7B
RGB17193123
HSL337°31.71%51.76%
HSB/HSV337°45.61%67.06%
CMYK0.00%45.61%28.07%
32.94%

Color #AB5D7B in popluar number systems.

HEXAB5D7B
Decimal17193123
Binary1010101110111011111011
Octal253135173

Shades and tints

Shades of #AB5D7B

#AB5D7B
(171,93,123)
#9C5570
(156,85,112)
#8D4D65
(141,77,101)
#7E455A
(126,69,90)
#6F3D4F
(111,61,79)
#603544
(96,53,68)
#512D39
(81,45,57)
#42252E
(66,37,46)
#331D23
(51,29,35)
#241518
(36,21,24)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #AB5D7B

#AB5D7B
(171,93,123)
#B26B87
(178,107,135)
#B97993
(185,121,147)
#C0879F
(192,135,159)
#C795AB
(199,149,171)
#CEA3B7
(206,163,183)
#D5B1C3
(213,177,195)
#DCBFCF
(220,191,207)
#E3CDDB
(227,205,219)
#EADBE7
(234,219,231)
#F1E9F3
(241,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5D7B; }

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

This text font color is #AB5D7B.


Background Color

.myBgColor { background-color: #AB5D7B; }

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

This div background color is #AB5D7B.


Border color

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

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

This div border color is #AB5D7B.


Opacity

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

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

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

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

This text has shadow with #AB5D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5D7B on black background.


Color preview on white background

This text has color #AB5D7B on white background.



Black color preview on #AB5D7B background

This text has black color on #AB5D7B background.


White color preview on #AB5D7B background

This text has white color on #AB5D7B background.