COLOR #AB7ECB

HEX: #AB7ECB
RGB: (171,126,203)

Renk bilgisi

#AB7ECB contains mainly red and blue colors. #AB7ECB ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AB7ECB color RGB value is (171,126,203).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 126 of 255 = 49%
B 203 of 255 = 80%

171
126
203

R + G + B ~ 65%. #AB7ECB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 126 + 203 = 500 (100%)
R 171 of 500 ~ 34.2%
G 126 of 500 ~ 25.2%
B 203 of 500 ~ 40.6%

%34.2
%25.2
%40.6

CMYK RENK MODELİ

#AB7ECB rengi CMYK tonu (16,38,0,20).

  • camgöbeği tonu 15.76%
  • eflatun tonu 37.93%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(16,38,0,20)
C16M38Y0K20 
(16%,38%,0%,20%)
(0.16/0.38/0.00/0.20)	

CMYK yüzdeleri

%15.76
%37.93
%0
%20.39

Codes

Color #AB7ECB in popluar color models

AB7ECB
RGB171126203
HSL275°42.54%64.51%
HSB/HSV275°37.93%79.61%
CMYK15.76%37.93%0.00%
20.39%

Color #AB7ECB in popluar number systems.

HEXAB7ECB
Decimal171126203
Binary10101011111111011001011
Octal253176313

Shades and tints

Shades of #AB7ECB

#AB7ECB
(171,126,203)
#9C73B9
(156,115,185)
#8D68A7
(141,104,167)
#7E5D95
(126,93,149)
#6F5283
(111,82,131)
#604771
(96,71,113)
#513C5F
(81,60,95)
#42314D
(66,49,77)
#33263B
(51,38,59)
#241B29
(36,27,41)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #AB7ECB

#AB7ECB
(171,126,203)
#B289CF
(178,137,207)
#B994D3
(185,148,211)
#C09FD7
(192,159,215)
#C7AADB
(199,170,219)
#CEB5DF
(206,181,223)
#D5C0E3
(213,192,227)
#DCCBE7
(220,203,231)
#E3D6EB
(227,214,235)
#EAE1EF
(234,225,239)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7ECB; }

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

This text font color is #AB7ECB.


Background Color

.myBgColor { background-color: #AB7ECB; }

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

This div background color is #AB7ECB.


Border color

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

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

This div border color is #AB7ECB.


Opacity

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

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

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

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

This text has shadow with #AB7ECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7ECB on black background.


Color preview on white background

This text has color #AB7ECB on white background.



Black color preview on #AB7ECB background

This text has black color on #AB7ECB background.


White color preview on #AB7ECB background

This text has white color on #AB7ECB background.