COLOR #7E6199

HEX: #7E6199
RGB: (126,97,153)

Renk bilgisi

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

RGB renk modeli

#7E6199 color RGB value is (126,97,153).

  • kırmız ton 126;
  • yeşil ton 97;
  • mavi ton 153.
RGB:
(126,97,153)
(49%,38%,60%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 97 of 255 = 38%
B 153 of 255 = 60%

126
97
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 97 + 153 = 376 (100%)
R 126 of 376 ~ 33.51%
G 97 of 376 ~ 25.8%
B 153 of 376 ~ 40.69%

%33.51
%25.8
%40.69

CMYK RENK MODELİ

#7E6199 rengi CMYK tonu (18,37,0,40).

  • camgöbeği tonu 17.65%
  • eflatun tonu 36.60%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(18,37,0,40)
C18M37Y0K40 
(18%,37%,0%,40%)
(0.18/0.37/0.00/0.40)	

CMYK yüzdeleri

%17.65
%36.6
%0
%40

Codes

Color #7E6199 in popluar color models

7E6199
RGB12697153
HSL271°22.40%49.02%
HSB/HSV271°36.60%60.00%
CMYK17.65%36.60%0.00%
40.00%

Color #7E6199 in popluar number systems.

HEX7E6199
Decimal12697153
Binary1111110110000110011001
Octal176141231

Shades and tints

Shades of #7E6199

#7E6199
(126,97,153)
#73598C
(115,89,140)
#68517F
(104,81,127)
#5D4972
(93,73,114)
#524165
(82,65,101)
#473958
(71,57,88)
#3C314B
(60,49,75)
#31293E
(49,41,62)
#262131
(38,33,49)
#1B1924
(27,25,36)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #7E6199

#7E6199
(126,97,153)
#896FA2
(137,111,162)
#947DAB
(148,125,171)
#9F8BB4
(159,139,180)
#AA99BD
(170,153,189)
#B5A7C6
(181,167,198)
#C0B5CF
(192,181,207)
#CBC3D8
(203,195,216)
#D6D1E1
(214,209,225)
#E1DFEA
(225,223,234)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6199 color. Also use rgb(126,97,153) instead hex code.

Text Font Color

.myTextColor { color: #7E6199; }

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

This text font color is #7E6199.


Background Color

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

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

This div background color is #7E6199.


Border color

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

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

This div border color is #7E6199.


Opacity

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

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

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

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

This text has shadow with #7E6199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6199 on black background.


Color preview on white background

This text has color #7E6199 on white background.



Black color preview on #7E6199 background

This text has black color on #7E6199 background.


White color preview on #7E6199 background

This text has white color on #7E6199 background.