COLOR #7E688E

HEX: #7E688E
RGB: (126,104,142)

Renk bilgisi

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

RGB renk modeli

#7E688E color RGB value is (126,104,142).

  • kırmız ton 126;
  • yeşil ton 104;
  • mavi ton 142.
RGB:
(126,104,142)
(49%,41%,56%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 104 of 255 = 41%
B 142 of 255 = 56%

126
104
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 104 + 142 = 372 (100%)
R 126 of 372 ~ 33.87%
G 104 of 372 ~ 27.96%
B 142 of 372 ~ 38.17%

%33.87
%27.96
%38.17

CMYK RENK MODELİ

#7E688E rengi CMYK tonu (11,27,0,44).

  • camgöbeği tonu 11.27%
  • eflatun tonu 26.76%
  • sarı tonu 0.00%
  • ana renk tonu 44.31%
CMYK:
(11,27,0,44)
C11M27Y0K44 
(11%,27%,0%,44%)
(0.11/0.27/0.00/0.44)	

CMYK yüzdeleri

%11.27
%26.76
%0
%44.31

Codes

Color #7E688E in popluar color models

7E688E
RGB126104142
HSL275°15.45%48.24%
HSB/HSV275°26.76%55.69%
CMYK11.27%26.76%0.00%
44.31%

Color #7E688E in popluar number systems.

HEX7E688E
Decimal126104142
Binary1111110110100010001110
Octal176150216

Shades and tints

Shades of #7E688E

#7E688E
(126,104,142)
#735F82
(115,95,130)
#685676
(104,86,118)
#5D4D6A
(93,77,106)
#52445E
(82,68,94)
#473B52
(71,59,82)
#3C3246
(60,50,70)
#31293A
(49,41,58)
#26202E
(38,32,46)
#1B1722
(27,23,34)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #7E688E

#7E688E
(126,104,142)
#897598
(137,117,152)
#9482A2
(148,130,162)
#9F8FAC
(159,143,172)
#AA9CB6
(170,156,182)
#B5A9C0
(181,169,192)
#C0B6CA
(192,182,202)
#CBC3D4
(203,195,212)
#D6D0DE
(214,208,222)
#E1DDE8
(225,221,232)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E688E color. Also use rgb(126,104,142) instead hex code.

Text Font Color

.myTextColor { color: #7E688E; }

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

This text font color is #7E688E.


Background Color

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

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

This div background color is #7E688E.


Border color

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

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

This div border color is #7E688E.


Opacity

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

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

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

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

This text has shadow with #7E688E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E688E on black background.


Color preview on white background

This text has color #7E688E on white background.



Black color preview on #7E688E background

This text has black color on #7E688E background.


White color preview on #7E688E background

This text has white color on #7E688E background.