COLOR #7E6EB8

HEX: #7E6EB8
RGB: (126,110,184)

Renk bilgisi

#7E6EB8 contains mainly red and blue colors. #7E6EB8 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7E6EB8 color RGB value is (126,110,184).

  • kırmız ton 126;
  • yeşil ton 110;
  • mavi ton 184.
RGB:
(126,110,184)
(49%,43%,72%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 110 of 255 = 43%
B 184 of 255 = 72%

126
110
184

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 110 + 184 = 420 (100%)
R 126 of 420 ~ 30%
G 110 of 420 ~ 26.19%
B 184 of 420 ~ 43.81%

%30
%26.19
%43.81

CMYK RENK MODELİ

#7E6EB8 rengi CMYK tonu (32,40,0,28).

  • camgöbeği tonu 31.52%
  • eflatun tonu 40.22%
  • sarı tonu 0.00%
  • ana renk tonu 27.84%
CMYK:
(32,40,0,28)
C32M40Y0K28 
(32%,40%,0%,28%)
(0.32/0.40/0.00/0.28)	

CMYK yüzdeleri

%31.52
%40.22
%0
%27.84

Codes

Color #7E6EB8 in popluar color models

7E6EB8
RGB126110184
HSL253°34.26%57.65%
HSB/HSV253°40.22%72.16%
CMYK31.52%40.22%0.00%
27.84%

Color #7E6EB8 in popluar number systems.

HEX7E6EB8
Decimal126110184
Binary1111110110111010111000
Octal176156270

Shades and tints

Shades of #7E6EB8

#7E6EB8
(126,110,184)
#7364A8
(115,100,168)
#685A98
(104,90,152)
#5D5088
(93,80,136)
#524678
(82,70,120)
#473C68
(71,60,104)
#3C3258
(60,50,88)
#312848
(49,40,72)
#261E38
(38,30,56)
#1B1428
(27,20,40)
#100A18
(16,10,24)
#000000
(0,0,0)

Tints of #7E6EB8

#7E6EB8
(126,110,184)
#897BBE
(137,123,190)
#9488C4
(148,136,196)
#9F95CA
(159,149,202)
#AAA2D0
(170,162,208)
#B5AFD6
(181,175,214)
#C0BCDC
(192,188,220)
#CBC9E2
(203,201,226)
#D6D6E8
(214,214,232)
#E1E3EE
(225,227,238)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6EB8 color. Also use rgb(126,110,184) instead hex code.

Text Font Color

.myTextColor { color: #7E6EB8; }

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

This text font color is #7E6EB8.


Background Color

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

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

This div background color is #7E6EB8.


Border color

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

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

This div border color is #7E6EB8.


Opacity

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

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

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

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

This text has shadow with #7E6EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6EB8 on black background.


Color preview on white background

This text has color #7E6EB8 on white background.



Black color preview on #7E6EB8 background

This text has black color on #7E6EB8 background.


White color preview on #7E6EB8 background

This text has white color on #7E6EB8 background.