COLOR #7E6AB7

HEX: #7E6AB7
RGB: (126,106,183)

Renk bilgisi

#7E6AB7 contains mainly red and blue colors. #7E6AB7 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7E6AB7 color RGB value is (126,106,183).

  • kırmız ton 126;
  • yeşil ton 106;
  • mavi ton 183.
RGB:
(126,106,183)
(49%,42%,72%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 106 of 255 = 42%
B 183 of 255 = 72%

126
106
183

R + G + B ~ 54%. #7E6AB7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 106 + 183 = 415 (100%)
R 126 of 415 ~ 30.36%
G 106 of 415 ~ 25.54%
B 183 of 415 ~ 44.1%

%30.36
%25.54
%44.1

CMYK RENK MODELİ

#7E6AB7 rengi CMYK tonu (31,42,0,28).

  • camgöbeği tonu 31.15%
  • eflatun tonu 42.08%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(31,42,0,28)
C31M42Y0K28 
(31%,42%,0%,28%)
(0.31/0.42/0.00/0.28)	

CMYK yüzdeleri

%31.15
%42.08
%0
%28.24

Codes

Color #7E6AB7 in popluar color models

7E6AB7
RGB126106183
HSL256°34.84%56.67%
HSB/HSV256°42.08%71.76%
CMYK31.15%42.08%0.00%
28.24%

Color #7E6AB7 in popluar number systems.

HEX7E6AB7
Decimal126106183
Binary1111110110101010110111
Octal176152267

Shades and tints

Shades of #7E6AB7

#7E6AB7
(126,106,183)
#7361A7
(115,97,167)
#685897
(104,88,151)
#5D4F87
(93,79,135)
#524677
(82,70,119)
#473D67
(71,61,103)
#3C3457
(60,52,87)
#312B47
(49,43,71)
#262237
(38,34,55)
#1B1927
(27,25,39)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #7E6AB7

#7E6AB7
(126,106,183)
#8977BD
(137,119,189)
#9484C3
(148,132,195)
#9F91C9
(159,145,201)
#AA9ECF
(170,158,207)
#B5ABD5
(181,171,213)
#C0B8DB
(192,184,219)
#CBC5E1
(203,197,225)
#D6D2E7
(214,210,231)
#E1DFED
(225,223,237)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6AB7 color. Also use rgb(126,106,183) instead hex code.

Text Font Color

.myTextColor { color: #7E6AB7; }

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

This text font color is #7E6AB7.


Background Color

.myBgColor { background-color: #7E6AB7; }

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

This div background color is #7E6AB7.


Border color

.myBorderColor { border: 1px solid #7E6AB7; }

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

This div border color is #7E6AB7.


Opacity

.myOpacity80 { color: #7E6AB7; opacity: 0.8; }

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

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

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

This text has shadow with #7E6AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6AB7 on black background.


Color preview on white background

This text has color #7E6AB7 on white background.



Black color preview on #7E6AB7 background

This text has black color on #7E6AB7 background.


White color preview on #7E6AB7 background

This text has white color on #7E6AB7 background.