COLOR #7E6B93

HEX: #7E6B93
RGB: (126,107,147)

Renk bilgisi

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

RGB renk modeli

#7E6B93 color RGB value is (126,107,147).

  • kırmız ton 126;
  • yeşil ton 107;
  • mavi ton 147.
RGB:
(126,107,147)
(49%,42%,58%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 107 of 255 = 42%
B 147 of 255 = 58%

126
107
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 107 + 147 = 380 (100%)
R 126 of 380 ~ 33.16%
G 107 of 380 ~ 28.16%
B 147 of 380 ~ 38.68%

%33.16
%28.16
%38.68

CMYK RENK MODELİ

#7E6B93 rengi CMYK tonu (14,27,0,42).

  • camgöbeği tonu 14.29%
  • eflatun tonu 27.21%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(14,27,0,42)
C14M27Y0K42 
(14%,27%,0%,42%)
(0.14/0.27/0.00/0.42)	

CMYK yüzdeleri

%14.29
%27.21
%0
%42.35

Codes

Color #7E6B93 in popluar color models

7E6B93
RGB126107147
HSL269°15.75%49.80%
HSB/HSV269°27.21%57.65%
CMYK14.29%27.21%0.00%
42.35%

Color #7E6B93 in popluar number systems.

HEX7E6B93
Decimal126107147
Binary1111110110101110010011
Octal176153223

Shades and tints

Shades of #7E6B93

#7E6B93
(126,107,147)
#736286
(115,98,134)
#685979
(104,89,121)
#5D506C
(93,80,108)
#52475F
(82,71,95)
#473E52
(71,62,82)
#3C3545
(60,53,69)
#312C38
(49,44,56)
#26232B
(38,35,43)
#1B1A1E
(27,26,30)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #7E6B93

#7E6B93
(126,107,147)
#89789C
(137,120,156)
#9485A5
(148,133,165)
#9F92AE
(159,146,174)
#AA9FB7
(170,159,183)
#B5ACC0
(181,172,192)
#C0B9C9
(192,185,201)
#CBC6D2
(203,198,210)
#D6D3DB
(214,211,219)
#E1E0E4
(225,224,228)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6B93 color. Also use rgb(126,107,147) instead hex code.

Text Font Color

.myTextColor { color: #7E6B93; }

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

This text font color is #7E6B93.


Background Color

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

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

This div background color is #7E6B93.


Border color

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

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

This div border color is #7E6B93.


Opacity

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

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

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

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

This text has shadow with #7E6B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6B93 on black background.


Color preview on white background

This text has color #7E6B93 on white background.



Black color preview on #7E6B93 background

This text has black color on #7E6B93 background.


White color preview on #7E6B93 background

This text has white color on #7E6B93 background.