COLOR #AB7EA0

HEX: #AB7EA0
RGB: (171,126,160)

Renk bilgisi

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

RGB renk modeli

#AB7EA0 color RGB value is (171,126,160).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 126 of 255 = 49%
B 160 of 255 = 63%

171
126
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 126 + 160 = 457 (100%)
R 171 of 457 ~ 37.42%
G 126 of 457 ~ 27.57%
B 160 of 457 ~ 35.01%

%37.42
%27.57
%35.01

CMYK RENK MODELİ

#AB7EA0 rengi CMYK tonu (0,26,6,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.32%
  • sarı tonu 6.43%
  • ana renk tonu 32.94%
CMYK:
(0,26,6,33)
C0M26Y6K33 
(0%,26%,6%,33%)
(0.00/0.26/0.06/0.33)	

CMYK yüzdeleri

%0
%26.32
%6.43
%32.94

Codes

Color #AB7EA0 in popluar color models

AB7EA0
RGB171126160
HSL315°21.13%58.24%
HSB/HSV315°26.32%67.06%
CMYK0.00%26.32%6.43%
32.94%

Color #AB7EA0 in popluar number systems.

HEXAB7EA0
Decimal171126160
Binary10101011111111010100000
Octal253176240

Shades and tints

Shades of #AB7EA0

#AB7EA0
(171,126,160)
#9C7392
(156,115,146)
#8D6884
(141,104,132)
#7E5D76
(126,93,118)
#6F5268
(111,82,104)
#60475A
(96,71,90)
#513C4C
(81,60,76)
#42313E
(66,49,62)
#332630
(51,38,48)
#241B22
(36,27,34)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #AB7EA0

#AB7EA0
(171,126,160)
#B289A8
(178,137,168)
#B994B0
(185,148,176)
#C09FB8
(192,159,184)
#C7AAC0
(199,170,192)
#CEB5C8
(206,181,200)
#D5C0D0
(213,192,208)
#DCCBD8
(220,203,216)
#E3D6E0
(227,214,224)
#EAE1E8
(234,225,232)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7EA0; }

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

This text font color is #AB7EA0.


Background Color

.myBgColor { background-color: #AB7EA0; }

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

This div background color is #AB7EA0.


Border color

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

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

This div border color is #AB7EA0.


Opacity

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

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

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

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

This text has shadow with #AB7EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7EA0 on black background.


Color preview on white background

This text has color #AB7EA0 on white background.



Black color preview on #AB7EA0 background

This text has black color on #AB7EA0 background.


White color preview on #AB7EA0 background

This text has white color on #AB7EA0 background.