COLOR #7E6F81

HEX: #7E6F81
RGB: (126,111,129)

Renk bilgisi

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

RGB renk modeli

#7E6F81 color RGB value is (126,111,129).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 111 of 255 = 44%
B 129 of 255 = 51%

126
111
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 111 + 129 = 366 (100%)
R 126 of 366 ~ 34.43%
G 111 of 366 ~ 30.33%
B 129 of 366 ~ 35.25%

%34.43
%30.33
%35.25

CMYK RENK MODELİ

#7E6F81 rengi CMYK tonu (2,14,0,49).

  • camgöbeği tonu 2.33%
  • eflatun tonu 13.95%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(2,14,0,49)
C2M14Y0K49 
(2%,14%,0%,49%)
(0.02/0.14/0.00/0.49)	

CMYK yüzdeleri

%2.33
%13.95
%0
%49.41

Codes

Color #7E6F81 in popluar color models

7E6F81
RGB126111129
HSL290°7.50%47.06%
HSB/HSV290°13.95%50.59%
CMYK2.33%13.95%0.00%
49.41%

Color #7E6F81 in popluar number systems.

HEX7E6F81
Decimal126111129
Binary1111110110111110000001
Octal176157201

Shades and tints

Shades of #7E6F81

#7E6F81
(126,111,129)
#736576
(115,101,118)
#685B6B
(104,91,107)
#5D5160
(93,81,96)
#524755
(82,71,85)
#473D4A
(71,61,74)
#3C333F
(60,51,63)
#312934
(49,41,52)
#261F29
(38,31,41)
#1B151E
(27,21,30)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #7E6F81

#7E6F81
(126,111,129)
#897C8C
(137,124,140)
#948997
(148,137,151)
#9F96A2
(159,150,162)
#AAA3AD
(170,163,173)
#B5B0B8
(181,176,184)
#C0BDC3
(192,189,195)
#CBCACE
(203,202,206)
#D6D7D9
(214,215,217)
#E1E4E4
(225,228,228)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6F81; }

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

This text font color is #7E6F81.


Background Color

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

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

This div background color is #7E6F81.


Border color

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

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

This div border color is #7E6F81.


Opacity

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

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

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

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

This text has shadow with #7E6F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6F81 on black background.


Color preview on white background

This text has color #7E6F81 on white background.



Black color preview on #7E6F81 background

This text has black color on #7E6F81 background.


White color preview on #7E6F81 background

This text has white color on #7E6F81 background.