COLOR #7E6C8B

HEX: #7E6C8B
RGB: (126,108,139)

Renk bilgisi

#7E6C8B contains red, green and blue colors in about the same proportion. #7E6C8B ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7E6C8B color RGB value is (126,108,139).

  • kırmız ton 126;
  • yeşil ton 108;
  • mavi ton 139.
RGB:
(126,108,139)
(49%,42%,55%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 108 of 255 = 42%
B 139 of 255 = 55%

126
108
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 108 + 139 = 373 (100%)
R 126 of 373 ~ 33.78%
G 108 of 373 ~ 28.95%
B 139 of 373 ~ 37.27%

%33.78
%28.95
%37.27

CMYK RENK MODELİ

#7E6C8B rengi CMYK tonu (9,22,0,45).

  • camgöbeği tonu 9.35%
  • eflatun tonu 22.30%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(9,22,0,45)
C9M22Y0K45 
(9%,22%,0%,45%)
(0.09/0.22/0.00/0.45)	

CMYK yüzdeleri

%9.35
%22.3
%0
%45.49

Codes

Color #7E6C8B in popluar color models

7E6C8B
RGB126108139
HSL275°12.55%48.43%
HSB/HSV275°22.30%54.51%
CMYK9.35%22.30%0.00%
45.49%

Color #7E6C8B in popluar number systems.

HEX7E6C8B
Decimal126108139
Binary1111110110110010001011
Octal176154213

Shades and tints

Shades of #7E6C8B

#7E6C8B
(126,108,139)
#73637F
(115,99,127)
#685A73
(104,90,115)
#5D5167
(93,81,103)
#52485B
(82,72,91)
#473F4F
(71,63,79)
#3C3643
(60,54,67)
#312D37
(49,45,55)
#26242B
(38,36,43)
#1B1B1F
(27,27,31)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #7E6C8B

#7E6C8B
(126,108,139)
#897995
(137,121,149)
#94869F
(148,134,159)
#9F93A9
(159,147,169)
#AAA0B3
(170,160,179)
#B5ADBD
(181,173,189)
#C0BAC7
(192,186,199)
#CBC7D1
(203,199,209)
#D6D4DB
(214,212,219)
#E1E1E5
(225,225,229)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6C8B color. Also use rgb(126,108,139) instead hex code.

Text Font Color

.myTextColor { color: #7E6C8B; }

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

This text font color is #7E6C8B.


Background Color

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

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

This div background color is #7E6C8B.


Border color

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

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

This div border color is #7E6C8B.


Opacity

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

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

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

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

This text has shadow with #7E6C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6C8B on black background.


Color preview on white background

This text has color #7E6C8B on white background.



Black color preview on #7E6C8B background

This text has black color on #7E6C8B background.


White color preview on #7E6C8B background

This text has white color on #7E6C8B background.