COLOR #AB7EA1

HEX: #AB7EA1
RGB: (171,126,161)

Renk bilgisi

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

RGB renk modeli

#AB7EA1 color RGB value is (171,126,161).

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

RGB bağlantıları ve doygunluk

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

171
126
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 126 + 161 = 458 (100%)
R 171 of 458 ~ 37.34%
G 126 of 458 ~ 27.51%
B 161 of 458 ~ 35.15%

%37.34
%27.51
%35.15

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.32%
  • sarı tonu 5.85%
  • 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
%5.85
%32.94

Codes

Color #AB7EA1 in popluar color models

AB7EA1
RGB171126161
HSL313°21.13%58.24%
HSB/HSV313°26.32%67.06%
CMYK0.00%26.32%5.85%
32.94%

Color #AB7EA1 in popluar number systems.

HEXAB7EA1
Decimal171126161
Binary10101011111111010100001
Octal253176241

Shades and tints

Shades of #AB7EA1

#AB7EA1
(171,126,161)
#9C7393
(156,115,147)
#8D6885
(141,104,133)
#7E5D77
(126,93,119)
#6F5269
(111,82,105)
#60475B
(96,71,91)
#513C4D
(81,60,77)
#42313F
(66,49,63)
#332631
(51,38,49)
#241B23
(36,27,35)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #AB7EA1

#AB7EA1
(171,126,161)
#B289A9
(178,137,169)
#B994B1
(185,148,177)
#C09FB9
(192,159,185)
#C7AAC1
(199,170,193)
#CEB5C9
(206,181,201)
#D5C0D1
(213,192,209)
#DCCBD9
(220,203,217)
#E3D6E1
(227,214,225)
#EAE1E9
(234,225,233)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7EA1; }

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

This text font color is #AB7EA1.


Background Color

.myBgColor { background-color: #AB7EA1; }

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

This div background color is #AB7EA1.


Border color

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

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

This div border color is #AB7EA1.


Opacity

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

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

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

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

This text has shadow with #AB7EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7EA1 on black background.


Color preview on white background

This text has color #AB7EA1 on white background.



Black color preview on #AB7EA1 background

This text has black color on #AB7EA1 background.


White color preview on #AB7EA1 background

This text has white color on #AB7EA1 background.