COLOR #7E6E89

HEX: #7E6E89
RGB: (126,110,137)

Renk bilgisi

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

RGB renk modeli

#7E6E89 color RGB value is (126,110,137).

  • kırmız ton 126;
  • yeşil ton 110;
  • mavi ton 137.
RGB:
(126,110,137)
(49%,43%,54%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 110 of 255 = 43%
B 137 of 255 = 54%

126
110
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 110 + 137 = 373 (100%)
R 126 of 373 ~ 33.78%
G 110 of 373 ~ 29.49%
B 137 of 373 ~ 36.73%

%33.78
%29.49
%36.73

CMYK RENK MODELİ

#7E6E89 rengi CMYK tonu (8,20,0,46).

  • camgöbeği tonu 8.03%
  • eflatun tonu 19.71%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(8,20,0,46)
C8M20Y0K46 
(8%,20%,0%,46%)
(0.08/0.20/0.00/0.46)	

CMYK yüzdeleri

%8.03
%19.71
%0
%46.27

Codes

Color #7E6E89 in popluar color models

7E6E89
RGB126110137
HSL276°10.93%48.43%
HSB/HSV276°19.71%53.73%
CMYK8.03%19.71%0.00%
46.27%

Color #7E6E89 in popluar number systems.

HEX7E6E89
Decimal126110137
Binary1111110110111010001001
Octal176156211

Shades and tints

Shades of #7E6E89

#7E6E89
(126,110,137)
#73647D
(115,100,125)
#685A71
(104,90,113)
#5D5065
(93,80,101)
#524659
(82,70,89)
#473C4D
(71,60,77)
#3C3241
(60,50,65)
#312835
(49,40,53)
#261E29
(38,30,41)
#1B141D
(27,20,29)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #7E6E89

#7E6E89
(126,110,137)
#897B93
(137,123,147)
#94889D
(148,136,157)
#9F95A7
(159,149,167)
#AAA2B1
(170,162,177)
#B5AFBB
(181,175,187)
#C0BCC5
(192,188,197)
#CBC9CF
(203,201,207)
#D6D6D9
(214,214,217)
#E1E3E3
(225,227,227)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6E89 color. Also use rgb(126,110,137) instead hex code.

Text Font Color

.myTextColor { color: #7E6E89; }

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

This text font color is #7E6E89.


Background Color

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

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

This div background color is #7E6E89.


Border color

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

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

This div border color is #7E6E89.


Opacity

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

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

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

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

This text has shadow with #7E6E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6E89 on black background.


Color preview on white background

This text has color #7E6E89 on white background.



Black color preview on #7E6E89 background

This text has black color on #7E6E89 background.


White color preview on #7E6E89 background

This text has white color on #7E6E89 background.