COLOR #7E6D84

HEX: #7E6D84
RGB: (126,109,132)

Renk bilgisi

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

RGB renk modeli

#7E6D84 color RGB value is (126,109,132).

  • kırmız ton 126;
  • yeşil ton 109;
  • mavi ton 132.
RGB:
(126,109,132)
(49%,43%,52%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 109 of 255 = 43%
B 132 of 255 = 52%

126
109
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 109 + 132 = 367 (100%)
R 126 of 367 ~ 34.33%
G 109 of 367 ~ 29.7%
B 132 of 367 ~ 35.97%

%34.33
%29.7
%35.97

CMYK RENK MODELİ

#7E6D84 rengi CMYK tonu (5,17,0,48).

  • camgöbeği tonu 4.55%
  • eflatun tonu 17.42%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(5,17,0,48)
C5M17Y0K48 
(5%,17%,0%,48%)
(0.05/0.17/0.00/0.48)	

CMYK yüzdeleri

%4.55
%17.42
%0
%48.24

Codes

Color #7E6D84 in popluar color models

7E6D84
RGB126109132
HSL284°9.54%47.25%
HSB/HSV284°17.42%51.76%
CMYK4.55%17.42%0.00%
48.24%

Color #7E6D84 in popluar number systems.

HEX7E6D84
Decimal126109132
Binary1111110110110110000100
Octal176155204

Shades and tints

Shades of #7E6D84

#7E6D84
(126,109,132)
#736478
(115,100,120)
#685B6C
(104,91,108)
#5D5260
(93,82,96)
#524954
(82,73,84)
#474048
(71,64,72)
#3C373C
(60,55,60)
#312E30
(49,46,48)
#262524
(38,37,36)
#1B1C18
(27,28,24)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #7E6D84

#7E6D84
(126,109,132)
#897A8F
(137,122,143)
#94879A
(148,135,154)
#9F94A5
(159,148,165)
#AAA1B0
(170,161,176)
#B5AEBB
(181,174,187)
#C0BBC6
(192,187,198)
#CBC8D1
(203,200,209)
#D6D5DC
(214,213,220)
#E1E2E7
(225,226,231)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6D84 color. Also use rgb(126,109,132) instead hex code.

Text Font Color

.myTextColor { color: #7E6D84; }

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

This text font color is #7E6D84.


Background Color

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

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

This div background color is #7E6D84.


Border color

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

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

This div border color is #7E6D84.


Opacity

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

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

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

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

This text has shadow with #7E6D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6D84 on black background.


Color preview on white background

This text has color #7E6D84 on white background.



Black color preview on #7E6D84 background

This text has black color on #7E6D84 background.


White color preview on #7E6D84 background

This text has white color on #7E6D84 background.