COLOR #AB7EA6

HEX: #AB7EA6
RGB: (171,126,166)

Renk bilgisi

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

RGB renk modeli

#AB7EA6 color RGB value is (171,126,166).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 126 of 255 = 49%
B 166 of 255 = 65%

171
126
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 126 + 166 = 463 (100%)
R 171 of 463 ~ 36.93%
G 126 of 463 ~ 27.21%
B 166 of 463 ~ 35.85%

%36.93
%27.21
%35.85

CMYK RENK MODELİ

#AB7EA6 rengi CMYK tonu (0,26,3,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.32%
  • sarı tonu 2.92%
  • ana renk tonu 32.94%
CMYK:
(0,26,3,33)
C0M26Y3K33 
(0%,26%,3%,33%)
(0.00/0.26/0.03/0.33)	

CMYK yüzdeleri

%0
%26.32
%2.92
%32.94

Codes

Color #AB7EA6 in popluar color models

AB7EA6
RGB171126166
HSL307°21.13%58.24%
HSB/HSV307°26.32%67.06%
CMYK0.00%26.32%2.92%
32.94%

Color #AB7EA6 in popluar number systems.

HEXAB7EA6
Decimal171126166
Binary10101011111111010100110
Octal253176246

Shades and tints

Shades of #AB7EA6

#AB7EA6
(171,126,166)
#9C7397
(156,115,151)
#8D6888
(141,104,136)
#7E5D79
(126,93,121)
#6F526A
(111,82,106)
#60475B
(96,71,91)
#513C4C
(81,60,76)
#42313D
(66,49,61)
#33262E
(51,38,46)
#241B1F
(36,27,31)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #AB7EA6

#AB7EA6
(171,126,166)
#B289AE
(178,137,174)
#B994B6
(185,148,182)
#C09FBE
(192,159,190)
#C7AAC6
(199,170,198)
#CEB5CE
(206,181,206)
#D5C0D6
(213,192,214)
#DCCBDE
(220,203,222)
#E3D6E6
(227,214,230)
#EAE1EE
(234,225,238)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7EA6; }

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

This text font color is #AB7EA6.


Background Color

.myBgColor { background-color: #AB7EA6; }

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

This div background color is #AB7EA6.


Border color

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

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

This div border color is #AB7EA6.


Opacity

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

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

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

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

This text has shadow with #AB7EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7EA6 on black background.


Color preview on white background

This text has color #AB7EA6 on white background.



Black color preview on #AB7EA6 background

This text has black color on #AB7EA6 background.


White color preview on #AB7EA6 background

This text has white color on #AB7EA6 background.