COLOR #7E9EA6

HEX: #7E9EA6
RGB: (126,158,166)

Renk bilgisi

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

RGB renk modeli

#7E9EA6 color RGB value is (126,158,166).

  • kırmız ton 126;
  • yeşil ton 158;
  • mavi ton 166.
RGB:
(126,158,166)
(49%,62%,65%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 158 of 255 = 62%
B 166 of 255 = 65%

126
158
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 158 + 166 = 450 (100%)
R 126 of 450 ~ 28%
G 158 of 450 ~ 35.11%
B 166 of 450 ~ 36.89%

%28
%35.11
%36.89

CMYK RENK MODELİ

#7E9EA6 rengi CMYK tonu (24,5,0,35).

  • camgöbeği tonu 24.10%
  • eflatun tonu 4.82%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(24,5,0,35)
C24M5Y0K35 
(24%,5%,0%,35%)
(0.24/0.05/0.00/0.35)	

CMYK yüzdeleri

%24.1
%4.82
%0
%34.9

Codes

Color #7E9EA6 in popluar color models

7E9EA6
RGB126158166
HSL192°18.35%57.25%
HSB/HSV192°24.10%65.10%
CMYK24.10%4.82%0.00%
34.90%

Color #7E9EA6 in popluar number systems.

HEX7E9EA6
Decimal126158166
Binary11111101001111010100110
Octal176236246

Shades and tints

Shades of #7E9EA6

#7E9EA6
(126,158,166)
#739097
(115,144,151)
#688288
(104,130,136)
#5D7479
(93,116,121)
#52666A
(82,102,106)
#47585B
(71,88,91)
#3C4A4C
(60,74,76)
#313C3D
(49,60,61)
#262E2E
(38,46,46)
#1B201F
(27,32,31)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #7E9EA6

#7E9EA6
(126,158,166)
#89A6AE
(137,166,174)
#94AEB6
(148,174,182)
#9FB6BE
(159,182,190)
#AABEC6
(170,190,198)
#B5C6CE
(181,198,206)
#C0CED6
(192,206,214)
#CBD6DE
(203,214,222)
#D6DEE6
(214,222,230)
#E1E6EE
(225,230,238)
#ECEEF6
(236,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9EA6 color. Also use rgb(126,158,166) instead hex code.

Text Font Color

.myTextColor { color: #7E9EA6; }

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

This text font color is #7E9EA6.


Background Color

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

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

This div background color is #7E9EA6.


Border color

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

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

This div border color is #7E9EA6.


Opacity

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

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

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

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

This text has shadow with #7E9EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9EA6 on black background.


Color preview on white background

This text has color #7E9EA6 on white background.



Black color preview on #7E9EA6 background

This text has black color on #7E9EA6 background.


White color preview on #7E9EA6 background

This text has white color on #7E9EA6 background.