COLOR #7E8290

HEX: #7E8290
RGB: (126,130,144)

Renk bilgisi

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

RGB renk modeli

#7E8290 color RGB value is (126,130,144).

  • kırmız ton 126;
  • yeşil ton 130;
  • mavi ton 144.
RGB:
(126,130,144)
(49%,51%,56%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 130 of 255 = 51%
B 144 of 255 = 56%

126
130
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 130 + 144 = 400 (100%)
R 126 of 400 ~ 31.5%
G 130 of 400 ~ 32.5%
B 144 of 400 ~ 36%

%31.5
%32.5
%36

CMYK RENK MODELİ

#7E8290 rengi CMYK tonu (13,10,0,44).

  • camgöbeği tonu 12.50%
  • eflatun tonu 9.72%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(13,10,0,44)
C13M10Y0K44 
(13%,10%,0%,44%)
(0.13/0.10/0.00/0.44)	

CMYK yüzdeleri

%12.5
%9.72
%0
%43.53

Codes

Color #7E8290 in popluar color models

7E8290
RGB126130144
HSL227°7.50%52.94%
HSB/HSV227°12.50%56.47%
CMYK12.50%9.72%0.00%
43.53%

Color #7E8290 in popluar number systems.

HEX7E8290
Decimal126130144
Binary11111101000001010010000
Octal176202220

Shades and tints

Shades of #7E8290

#7E8290
(126,130,144)
#737783
(115,119,131)
#686C76
(104,108,118)
#5D6169
(93,97,105)
#52565C
(82,86,92)
#474B4F
(71,75,79)
#3C4042
(60,64,66)
#313535
(49,53,53)
#262A28
(38,42,40)
#1B1F1B
(27,31,27)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #7E8290

#7E8290
(126,130,144)
#898D9A
(137,141,154)
#9498A4
(148,152,164)
#9FA3AE
(159,163,174)
#AAAEB8
(170,174,184)
#B5B9C2
(181,185,194)
#C0C4CC
(192,196,204)
#CBCFD6
(203,207,214)
#D6DAE0
(214,218,224)
#E1E5EA
(225,229,234)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8290 color. Also use rgb(126,130,144) instead hex code.

Text Font Color

.myTextColor { color: #7E8290; }

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

This text font color is #7E8290.


Background Color

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

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

This div background color is #7E8290.


Border color

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

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

This div border color is #7E8290.


Opacity

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

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

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

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

This text has shadow with #7E8290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8290 on black background.


Color preview on white background

This text has color #7E8290 on white background.



Black color preview on #7E8290 background

This text has black color on #7E8290 background.


White color preview on #7E8290 background

This text has white color on #7E8290 background.