COLOR #7E6FB6

HEX: #7E6FB6
RGB: (126,111,182)

Renk bilgisi

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

RGB renk modeli

#7E6FB6 color RGB value is (126,111,182).

  • kırmız ton 126;
  • yeşil ton 111;
  • mavi ton 182.
RGB:
(126,111,182)
(49%,44%,71%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 111 of 255 = 44%
B 182 of 255 = 71%

126
111
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 111 + 182 = 419 (100%)
R 126 of 419 ~ 30.07%
G 111 of 419 ~ 26.49%
B 182 of 419 ~ 43.44%

%30.07
%26.49
%43.44

CMYK RENK MODELİ

#7E6FB6 rengi CMYK tonu (31,39,0,29).

  • camgöbeği tonu 30.77%
  • eflatun tonu 39.01%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(31,39,0,29)
C31M39Y0K29 
(31%,39%,0%,29%)
(0.31/0.39/0.00/0.29)	

CMYK yüzdeleri

%30.77
%39.01
%0
%28.63

Codes

Color #7E6FB6 in popluar color models

7E6FB6
RGB126111182
HSL253°32.72%57.45%
HSB/HSV253°39.01%71.37%
CMYK30.77%39.01%0.00%
28.63%

Color #7E6FB6 in popluar number systems.

HEX7E6FB6
Decimal126111182
Binary1111110110111110110110
Octal176157266

Shades and tints

Shades of #7E6FB6

#7E6FB6
(126,111,182)
#7365A6
(115,101,166)
#685B96
(104,91,150)
#5D5186
(93,81,134)
#524776
(82,71,118)
#473D66
(71,61,102)
#3C3356
(60,51,86)
#312946
(49,41,70)
#261F36
(38,31,54)
#1B1526
(27,21,38)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #7E6FB6

#7E6FB6
(126,111,182)
#897CBC
(137,124,188)
#9489C2
(148,137,194)
#9F96C8
(159,150,200)
#AAA3CE
(170,163,206)
#B5B0D4
(181,176,212)
#C0BDDA
(192,189,218)
#CBCAE0
(203,202,224)
#D6D7E6
(214,215,230)
#E1E4EC
(225,228,236)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6FB6 color. Also use rgb(126,111,182) instead hex code.

Text Font Color

.myTextColor { color: #7E6FB6; }

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

This text font color is #7E6FB6.


Background Color

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

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

This div background color is #7E6FB6.


Border color

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

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

This div border color is #7E6FB6.


Opacity

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

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

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

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

This text has shadow with #7E6FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6FB6 on black background.


Color preview on white background

This text has color #7E6FB6 on white background.



Black color preview on #7E6FB6 background

This text has black color on #7E6FB6 background.


White color preview on #7E6FB6 background

This text has white color on #7E6FB6 background.