COLOR #7E79AD

HEX: #7E79AD
RGB: (126,121,173)

Renk bilgisi

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

RGB renk modeli

#7E79AD color RGB value is (126,121,173).

  • kırmız ton 126;
  • yeşil ton 121;
  • mavi ton 173.
RGB:
(126,121,173)
(49%,47%,68%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 121 of 255 = 47%
B 173 of 255 = 68%

126
121
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 121 + 173 = 420 (100%)
R 126 of 420 ~ 30%
G 121 of 420 ~ 28.81%
B 173 of 420 ~ 41.19%

%30
%28.81
%41.19

CMYK RENK MODELİ

#7E79AD rengi CMYK tonu (27,30,0,32).

  • camgöbeği tonu 27.17%
  • eflatun tonu 30.06%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(27,30,0,32)
C27M30Y0K32 
(27%,30%,0%,32%)
(0.27/0.30/0.00/0.32)	

CMYK yüzdeleri

%27.17
%30.06
%0
%32.16

Codes

Color #7E79AD in popluar color models

7E79AD
RGB126121173
HSL246°24.07%57.65%
HSB/HSV246°30.06%67.84%
CMYK27.17%30.06%0.00%
32.16%

Color #7E79AD in popluar number systems.

HEX7E79AD
Decimal126121173
Binary1111110111100110101101
Octal176171255

Shades and tints

Shades of #7E79AD

#7E79AD
(126,121,173)
#736E9E
(115,110,158)
#68638F
(104,99,143)
#5D5880
(93,88,128)
#524D71
(82,77,113)
#474262
(71,66,98)
#3C3753
(60,55,83)
#312C44
(49,44,68)
#262135
(38,33,53)
#1B1626
(27,22,38)
#100B17
(16,11,23)
#000000
(0,0,0)

Tints of #7E79AD

#7E79AD
(126,121,173)
#8985B4
(137,133,180)
#9491BB
(148,145,187)
#9F9DC2
(159,157,194)
#AAA9C9
(170,169,201)
#B5B5D0
(181,181,208)
#C0C1D7
(192,193,215)
#CBCDDE
(203,205,222)
#D6D9E5
(214,217,229)
#E1E5EC
(225,229,236)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E79AD color. Also use rgb(126,121,173) instead hex code.

Text Font Color

.myTextColor { color: #7E79AD; }

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

This text font color is #7E79AD.


Background Color

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

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

This div background color is #7E79AD.


Border color

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

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

This div border color is #7E79AD.


Opacity

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

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

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

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

This text has shadow with #7E79AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E79AD on black background.


Color preview on white background

This text has color #7E79AD on white background.



Black color preview on #7E79AD background

This text has black color on #7E79AD background.


White color preview on #7E79AD background

This text has white color on #7E79AD background.