COLOR #7E8AAD

HEX: #7E8AAD
RGB: (126,138,173)

Renk bilgisi

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

RGB renk modeli

#7E8AAD color RGB value is (126,138,173).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 138 of 255 = 54%
B 173 of 255 = 68%

126
138
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 138 + 173 = 437 (100%)
R 126 of 437 ~ 28.83%
G 138 of 437 ~ 31.58%
B 173 of 437 ~ 39.59%

%28.83
%31.58
%39.59

CMYK RENK MODELİ

#7E8AAD rengi CMYK tonu (27,20,0,32).

  • camgöbeği tonu 27.17%
  • eflatun tonu 20.23%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(27,20,0,32)
C27M20Y0K32 
(27%,20%,0%,32%)
(0.27/0.20/0.00/0.32)	

CMYK yüzdeleri

%27.17
%20.23
%0
%32.16

Codes

Color #7E8AAD in popluar color models

7E8AAD
RGB126138173
HSL225°22.27%58.63%
HSB/HSV225°27.17%67.84%
CMYK27.17%20.23%0.00%
32.16%

Color #7E8AAD in popluar number systems.

HEX7E8AAD
Decimal126138173
Binary11111101000101010101101
Octal176212255

Shades and tints

Shades of #7E8AAD

#7E8AAD
(126,138,173)
#737E9E
(115,126,158)
#68728F
(104,114,143)
#5D6680
(93,102,128)
#525A71
(82,90,113)
#474E62
(71,78,98)
#3C4253
(60,66,83)
#313644
(49,54,68)
#262A35
(38,42,53)
#1B1E26
(27,30,38)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #7E8AAD

#7E8AAD
(126,138,173)
#8994B4
(137,148,180)
#949EBB
(148,158,187)
#9FA8C2
(159,168,194)
#AAB2C9
(170,178,201)
#B5BCD0
(181,188,208)
#C0C6D7
(192,198,215)
#CBD0DE
(203,208,222)
#D6DAE5
(214,218,229)
#E1E4EC
(225,228,236)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8AAD; }

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

This text font color is #7E8AAD.


Background Color

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

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

This div background color is #7E8AAD.


Border color

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

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

This div border color is #7E8AAD.


Opacity

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

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

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

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

This text has shadow with #7E8AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8AAD on black background.


Color preview on white background

This text has color #7E8AAD on white background.



Black color preview on #7E8AAD background

This text has black color on #7E8AAD background.


White color preview on #7E8AAD background

This text has white color on #7E8AAD background.