COLOR #AB749F

HEX: #AB749F
RGB: (171,116,159)

Renk bilgisi

#AB749F contains red, green and blue colors in about the same proportion. #AB749F ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AB749F color RGB value is (171,116,159).

  • kırmız ton 171;
  • yeşil ton 116;
  • mavi ton 159.
RGB:
(171,116,159)
(67%,45%,62%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 116 of 255 = 45%
B 159 of 255 = 62%

171
116
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 116 + 159 = 446 (100%)
R 171 of 446 ~ 38.34%
G 116 of 446 ~ 26.01%
B 159 of 446 ~ 35.65%

%38.34
%26.01
%35.65

CMYK RENK MODELİ

#AB749F rengi CMYK tonu (0,32,7,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.16%
  • sarı tonu 7.02%
  • ana renk tonu 32.94%
CMYK:
(0,32,7,33)
C0M32Y7K33 
(0%,32%,7%,33%)
(0.00/0.32/0.07/0.33)	

CMYK yüzdeleri

%0
%32.16
%7.02
%32.94

Codes

Color #AB749F in popluar color models

AB749F
RGB171116159
HSL313°24.66%56.27%
HSB/HSV313°32.16%67.06%
CMYK0.00%32.16%7.02%
32.94%

Color #AB749F in popluar number systems.

HEXAB749F
Decimal171116159
Binary10101011111010010011111
Octal253164237

Shades and tints

Shades of #AB749F

#AB749F
(171,116,159)
#9C6A91
(156,106,145)
#8D6083
(141,96,131)
#7E5675
(126,86,117)
#6F4C67
(111,76,103)
#604259
(96,66,89)
#51384B
(81,56,75)
#422E3D
(66,46,61)
#33242F
(51,36,47)
#241A21
(36,26,33)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #AB749F

#AB749F
(171,116,159)
#B280A7
(178,128,167)
#B98CAF
(185,140,175)
#C098B7
(192,152,183)
#C7A4BF
(199,164,191)
#CEB0C7
(206,176,199)
#D5BCCF
(213,188,207)
#DCC8D7
(220,200,215)
#E3D4DF
(227,212,223)
#EAE0E7
(234,224,231)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB749F color. Also use rgb(171,116,159) instead hex code.

Text Font Color

.myTextColor { color: #AB749F; }

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

This text font color is #AB749F.


Background Color

.myBgColor { background-color: #AB749F; }

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

This div background color is #AB749F.


Border color

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

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

This div border color is #AB749F.


Opacity

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

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

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

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

This text has shadow with #AB749F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB749F on black background.


Color preview on white background

This text has color #AB749F on white background.



Black color preview on #AB749F background

This text has black color on #AB749F background.


White color preview on #AB749F background

This text has white color on #AB749F background.