COLOR #AB7EB0

HEX: #AB7EB0
RGB: (171,126,176)

Renk bilgisi

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

RGB renk modeli

#AB7EB0 color RGB value is (171,126,176).

  • kırmız ton 171;
  • yeşil ton 126;
  • mavi ton 176.
RGB:
(171,126,176)
(67%,49%,69%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 126 of 255 = 49%
B 176 of 255 = 69%

171
126
176

R + G + B ~ 62%. #AB7EB0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 126 + 176 = 473 (100%)
R 171 of 473 ~ 36.15%
G 126 of 473 ~ 26.64%
B 176 of 473 ~ 37.21%

%36.15
%26.64
%37.21

CMYK RENK MODELİ

#AB7EB0 rengi CMYK tonu (3,28,0,31).

  • camgöbeği tonu 2.84%
  • eflatun tonu 28.41%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(3,28,0,31)
C3M28Y0K31 
(3%,28%,0%,31%)
(0.03/0.28/0.00/0.31)	

CMYK yüzdeleri

%2.84
%28.41
%0
%30.98

Codes

Color #AB7EB0 in popluar color models

AB7EB0
RGB171126176
HSL294°24.04%59.22%
HSB/HSV294°28.41%69.02%
CMYK2.84%28.41%0.00%
30.98%

Color #AB7EB0 in popluar number systems.

HEXAB7EB0
Decimal171126176
Binary10101011111111010110000
Octal253176260

Shades and tints

Shades of #AB7EB0

#AB7EB0
(171,126,176)
#9C73A0
(156,115,160)
#8D6890
(141,104,144)
#7E5D80
(126,93,128)
#6F5270
(111,82,112)
#604760
(96,71,96)
#513C50
(81,60,80)
#423140
(66,49,64)
#332630
(51,38,48)
#241B20
(36,27,32)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #AB7EB0

#AB7EB0
(171,126,176)
#B289B7
(178,137,183)
#B994BE
(185,148,190)
#C09FC5
(192,159,197)
#C7AACC
(199,170,204)
#CEB5D3
(206,181,211)
#D5C0DA
(213,192,218)
#DCCBE1
(220,203,225)
#E3D6E8
(227,214,232)
#EAE1EF
(234,225,239)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7EB0 color. Also use rgb(171,126,176) instead hex code.

Text Font Color

.myTextColor { color: #AB7EB0; }

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

This text font color is #AB7EB0.


Background Color

.myBgColor { background-color: #AB7EB0; }

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

This div background color is #AB7EB0.


Border color

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

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

This div border color is #AB7EB0.


Opacity

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

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

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

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

This text has shadow with #AB7EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7EB0 on black background.


Color preview on white background

This text has color #AB7EB0 on white background.



Black color preview on #AB7EB0 background

This text has black color on #AB7EB0 background.


White color preview on #AB7EB0 background

This text has white color on #AB7EB0 background.