COLOR #7E8DAD

HEX: #7E8DAD
RGB: (126,141,173)

Renk bilgisi

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

RGB renk modeli

#7E8DAD color RGB value is (126,141,173).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 141 of 255 = 55%
B 173 of 255 = 68%

126
141
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 141 + 173 = 440 (100%)
R 126 of 440 ~ 28.64%
G 141 of 440 ~ 32.05%
B 173 of 440 ~ 39.32%

%28.64
%32.05
%39.32

CMYK RENK MODELİ

#7E8DAD rengi CMYK tonu (27,18,0,32).

  • camgöbeği tonu 27.17%
  • eflatun tonu 18.50%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(27,18,0,32)
C27M18Y0K32 
(27%,18%,0%,32%)
(0.27/0.18/0.00/0.32)	

CMYK yüzdeleri

%27.17
%18.5
%0
%32.16

Codes

Color #7E8DAD in popluar color models

7E8DAD
RGB126141173
HSL221°22.27%58.63%
HSB/HSV221°27.17%67.84%
CMYK27.17%18.50%0.00%
32.16%

Color #7E8DAD in popluar number systems.

HEX7E8DAD
Decimal126141173
Binary11111101000110110101101
Octal176215255

Shades and tints

Shades of #7E8DAD

#7E8DAD
(126,141,173)
#73819E
(115,129,158)
#68758F
(104,117,143)
#5D6980
(93,105,128)
#525D71
(82,93,113)
#475162
(71,81,98)
#3C4553
(60,69,83)
#313944
(49,57,68)
#262D35
(38,45,53)
#1B2126
(27,33,38)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #7E8DAD

#7E8DAD
(126,141,173)
#8997B4
(137,151,180)
#94A1BB
(148,161,187)
#9FABC2
(159,171,194)
#AAB5C9
(170,181,201)
#B5BFD0
(181,191,208)
#C0C9D7
(192,201,215)
#CBD3DE
(203,211,222)
#D6DDE5
(214,221,229)
#E1E7EC
(225,231,236)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8DAD; }

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

This text font color is #7E8DAD.


Background Color

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

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

This div background color is #7E8DAD.


Border color

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

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

This div border color is #7E8DAD.


Opacity

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

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

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

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

This text has shadow with #7E8DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8DAD on black background.


Color preview on white background

This text has color #7E8DAD on white background.



Black color preview on #7E8DAD background

This text has black color on #7E8DAD background.


White color preview on #7E8DAD background

This text has white color on #7E8DAD background.