COLOR #7E71AE

HEX: #7E71AE
RGB: (126,113,174)

Renk bilgisi

#7E71AE contains mainly red and blue colors. #7E71AE ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7E71AE color RGB value is (126,113,174).

  • kırmız ton 126;
  • yeşil ton 113;
  • mavi ton 174.
RGB:
(126,113,174)
(49%,44%,68%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 113 of 255 = 44%
B 174 of 255 = 68%

126
113
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 113 + 174 = 413 (100%)
R 126 of 413 ~ 30.51%
G 113 of 413 ~ 27.36%
B 174 of 413 ~ 42.13%

%30.51
%27.36
%42.13

CMYK RENK MODELİ

#7E71AE rengi CMYK tonu (28,35,0,32).

  • camgöbeği tonu 27.59%
  • eflatun tonu 35.06%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(28,35,0,32)
C28M35Y0K32 
(28%,35%,0%,32%)
(0.28/0.35/0.00/0.32)	

CMYK yüzdeleri

%27.59
%35.06
%0
%31.76

Codes

Color #7E71AE in popluar color models

7E71AE
RGB126113174
HSL253°27.35%56.27%
HSB/HSV253°35.06%68.24%
CMYK27.59%35.06%0.00%
31.76%

Color #7E71AE in popluar number systems.

HEX7E71AE
Decimal126113174
Binary1111110111000110101110
Octal176161256

Shades and tints

Shades of #7E71AE

#7E71AE
(126,113,174)
#73679F
(115,103,159)
#685D90
(104,93,144)
#5D5381
(93,83,129)
#524972
(82,73,114)
#473F63
(71,63,99)
#3C3554
(60,53,84)
#312B45
(49,43,69)
#262136
(38,33,54)
#1B1727
(27,23,39)
#100D18
(16,13,24)
#000000
(0,0,0)

Tints of #7E71AE

#7E71AE
(126,113,174)
#897DB5
(137,125,181)
#9489BC
(148,137,188)
#9F95C3
(159,149,195)
#AAA1CA
(170,161,202)
#B5ADD1
(181,173,209)
#C0B9D8
(192,185,216)
#CBC5DF
(203,197,223)
#D6D1E6
(214,209,230)
#E1DDED
(225,221,237)
#ECE9F4
(236,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E71AE color. Also use rgb(126,113,174) instead hex code.

Text Font Color

.myTextColor { color: #7E71AE; }

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

This text font color is #7E71AE.


Background Color

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

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

This div background color is #7E71AE.


Border color

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

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

This div border color is #7E71AE.


Opacity

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

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

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

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

This text has shadow with #7E71AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E71AE on black background.


Color preview on white background

This text has color #7E71AE on white background.



Black color preview on #7E71AE background

This text has black color on #7E71AE background.


White color preview on #7E71AE background

This text has white color on #7E71AE background.