COLOR #7E6987

HEX: #7E6987
RGB: (126,105,135)

Renk bilgisi

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

RGB renk modeli

#7E6987 color RGB value is (126,105,135).

  • kırmız ton 126;
  • yeşil ton 105;
  • mavi ton 135.
RGB:
(126,105,135)
(49%,41%,53%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 105 of 255 = 41%
B 135 of 255 = 53%

126
105
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 105 + 135 = 366 (100%)
R 126 of 366 ~ 34.43%
G 105 of 366 ~ 28.69%
B 135 of 366 ~ 36.89%

%34.43
%28.69
%36.89

CMYK RENK MODELİ

#7E6987 rengi CMYK tonu (7,22,0,47).

  • camgöbeği tonu 6.67%
  • eflatun tonu 22.22%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(7,22,0,47)
C7M22Y0K47 
(7%,22%,0%,47%)
(0.07/0.22/0.00/0.47)	

CMYK yüzdeleri

%6.67
%22.22
%0
%47.06

Codes

Color #7E6987 in popluar color models

7E6987
RGB126105135
HSL282°12.50%47.06%
HSB/HSV282°22.22%52.94%
CMYK6.67%22.22%0.00%
47.06%

Color #7E6987 in popluar number systems.

HEX7E6987
Decimal126105135
Binary1111110110100110000111
Octal176151207

Shades and tints

Shades of #7E6987

#7E6987
(126,105,135)
#73607B
(115,96,123)
#68576F
(104,87,111)
#5D4E63
(93,78,99)
#524557
(82,69,87)
#473C4B
(71,60,75)
#3C333F
(60,51,63)
#312A33
(49,42,51)
#262127
(38,33,39)
#1B181B
(27,24,27)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #7E6987

#7E6987
(126,105,135)
#897691
(137,118,145)
#94839B
(148,131,155)
#9F90A5
(159,144,165)
#AA9DAF
(170,157,175)
#B5AAB9
(181,170,185)
#C0B7C3
(192,183,195)
#CBC4CD
(203,196,205)
#D6D1D7
(214,209,215)
#E1DEE1
(225,222,225)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6987 color. Also use rgb(126,105,135) instead hex code.

Text Font Color

.myTextColor { color: #7E6987; }

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

This text font color is #7E6987.


Background Color

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

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

This div background color is #7E6987.


Border color

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

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

This div border color is #7E6987.


Opacity

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

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

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

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

This text has shadow with #7E6987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6987 on black background.


Color preview on white background

This text has color #7E6987 on white background.



Black color preview on #7E6987 background

This text has black color on #7E6987 background.


White color preview on #7E6987 background

This text has white color on #7E6987 background.