COLOR #7E6FA5

HEX: #7E6FA5
RGB: (126,111,165)

Renk bilgisi

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

RGB renk modeli

#7E6FA5 color RGB value is (126,111,165).

  • kırmız ton 126;
  • yeşil ton 111;
  • mavi ton 165.
RGB:
(126,111,165)
(49%,44%,65%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 111 of 255 = 44%
B 165 of 255 = 65%

126
111
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 111 + 165 = 402 (100%)
R 126 of 402 ~ 31.34%
G 111 of 402 ~ 27.61%
B 165 of 402 ~ 41.04%

%31.34
%27.61
%41.04

CMYK RENK MODELİ

#7E6FA5 rengi CMYK tonu (24,33,0,35).

  • camgöbeği tonu 23.64%
  • eflatun tonu 32.73%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(24,33,0,35)
C24M33Y0K35 
(24%,33%,0%,35%)
(0.24/0.33/0.00/0.35)	

CMYK yüzdeleri

%23.64
%32.73
%0
%35.29

Codes

Color #7E6FA5 in popluar color models

7E6FA5
RGB126111165
HSL257°23.08%54.12%
HSB/HSV257°32.73%64.71%
CMYK23.64%32.73%0.00%
35.29%

Color #7E6FA5 in popluar number systems.

HEX7E6FA5
Decimal126111165
Binary1111110110111110100101
Octal176157245

Shades and tints

Shades of #7E6FA5

#7E6FA5
(126,111,165)
#736596
(115,101,150)
#685B87
(104,91,135)
#5D5178
(93,81,120)
#524769
(82,71,105)
#473D5A
(71,61,90)
#3C334B
(60,51,75)
#31293C
(49,41,60)
#261F2D
(38,31,45)
#1B151E
(27,21,30)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #7E6FA5

#7E6FA5
(126,111,165)
#897CAD
(137,124,173)
#9489B5
(148,137,181)
#9F96BD
(159,150,189)
#AAA3C5
(170,163,197)
#B5B0CD
(181,176,205)
#C0BDD5
(192,189,213)
#CBCADD
(203,202,221)
#D6D7E5
(214,215,229)
#E1E4ED
(225,228,237)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6FA5 color. Also use rgb(126,111,165) instead hex code.

Text Font Color

.myTextColor { color: #7E6FA5; }

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

This text font color is #7E6FA5.


Background Color

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

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

This div background color is #7E6FA5.


Border color

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

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

This div border color is #7E6FA5.


Opacity

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

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

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

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

This text has shadow with #7E6FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6FA5 on black background.


Color preview on white background

This text has color #7E6FA5 on white background.



Black color preview on #7E6FA5 background

This text has black color on #7E6FA5 background.


White color preview on #7E6FA5 background

This text has white color on #7E6FA5 background.