COLOR #7EA3B1

HEX: #7EA3B1
RGB: (126,163,177)

Renk bilgisi

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

RGB renk modeli

#7EA3B1 color RGB value is (126,163,177).

  • kırmız ton 126;
  • yeşil ton 163;
  • mavi ton 177.
RGB:
(126,163,177)
(49%,64%,69%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 163 of 255 = 64%
B 177 of 255 = 69%

126
163
177

R + G + B ~ 61%. #7EA3B1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 163 + 177 = 466 (100%)
R 126 of 466 ~ 27.04%
G 163 of 466 ~ 34.98%
B 177 of 466 ~ 37.98%

%27.04
%34.98
%37.98

CMYK RENK MODELİ

#7EA3B1 rengi CMYK tonu (29,8,0,31).

  • camgöbeği tonu 28.81%
  • eflatun tonu 7.91%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(29,8,0,31)
C29M8Y0K31 
(29%,8%,0%,31%)
(0.29/0.08/0.00/0.31)	

CMYK yüzdeleri

%28.81
%7.91
%0
%30.59

Codes

Color #7EA3B1 in popluar color models

7EA3B1
RGB126163177
HSL196°24.64%59.41%
HSB/HSV196°28.81%69.41%
CMYK28.81%7.91%0.00%
30.59%

Color #7EA3B1 in popluar number systems.

HEX7EA3B1
Decimal126163177
Binary11111101010001110110001
Octal176243261

Shades and tints

Shades of #7EA3B1

#7EA3B1
(126,163,177)
#7395A1
(115,149,161)
#688791
(104,135,145)
#5D7981
(93,121,129)
#526B71
(82,107,113)
#475D61
(71,93,97)
#3C4F51
(60,79,81)
#314141
(49,65,65)
#263331
(38,51,49)
#1B2521
(27,37,33)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #7EA3B1

#7EA3B1
(126,163,177)
#89ABB8
(137,171,184)
#94B3BF
(148,179,191)
#9FBBC6
(159,187,198)
#AAC3CD
(170,195,205)
#B5CBD4
(181,203,212)
#C0D3DB
(192,211,219)
#CBDBE2
(203,219,226)
#D6E3E9
(214,227,233)
#E1EBF0
(225,235,240)
#ECF3F7
(236,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA3B1 color. Also use rgb(126,163,177) instead hex code.

Text Font Color

.myTextColor { color: #7EA3B1; }

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

This text font color is #7EA3B1.


Background Color

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

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

This div background color is #7EA3B1.


Border color

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

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

This div border color is #7EA3B1.


Opacity

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

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

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

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

This text has shadow with #7EA3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA3B1 on black background.


Color preview on white background

This text has color #7EA3B1 on white background.



Black color preview on #7EA3B1 background

This text has black color on #7EA3B1 background.


White color preview on #7EA3B1 background

This text has white color on #7EA3B1 background.