COLOR #7EA5C8

HEX: #7EA5C8
RGB: (126,165,200)

Renk bilgisi

#7EA5C8 contains mainly green and blue colors. #7EA5C8 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7EA5C8 color RGB value is (126,165,200).

  • kırmız ton 126;
  • yeşil ton 165;
  • mavi ton 200.
RGB:
(126,165,200)
(49%,65%,78%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 165 of 255 = 65%
B 200 of 255 = 78%

126
165
200

R + G + B ~ 64%. #7EA5C8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 165 + 200 = 491 (100%)
R 126 of 491 ~ 25.66%
G 165 of 491 ~ 33.6%
B 200 of 491 ~ 40.73%

%25.66
%33.6
%40.73

CMYK RENK MODELİ

#7EA5C8 rengi CMYK tonu (37,18,0,22).

  • camgöbeği tonu 37.00%
  • eflatun tonu 17.50%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(37,18,0,22)
C37M18Y0K22 
(37%,18%,0%,22%)
(0.37/0.18/0.00/0.22)	

CMYK yüzdeleri

%37
%17.5
%0
%21.57

Codes

Color #7EA5C8 in popluar color models

7EA5C8
RGB126165200
HSL208°40.22%63.92%
HSB/HSV208°37.00%78.43%
CMYK37.00%17.50%0.00%
21.57%

Color #7EA5C8 in popluar number systems.

HEX7EA5C8
Decimal126165200
Binary11111101010010111001000
Octal176245310

Shades and tints

Shades of #7EA5C8

#7EA5C8
(126,165,200)
#7396B6
(115,150,182)
#6887A4
(104,135,164)
#5D7892
(93,120,146)
#526980
(82,105,128)
#475A6E
(71,90,110)
#3C4B5C
(60,75,92)
#313C4A
(49,60,74)
#262D38
(38,45,56)
#1B1E26
(27,30,38)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #7EA5C8

#7EA5C8
(126,165,200)
#89ADCD
(137,173,205)
#94B5D2
(148,181,210)
#9FBDD7
(159,189,215)
#AAC5DC
(170,197,220)
#B5CDE1
(181,205,225)
#C0D5E6
(192,213,230)
#CBDDEB
(203,221,235)
#D6E5F0
(214,229,240)
#E1EDF5
(225,237,245)
#ECF5FA
(236,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA5C8 color. Also use rgb(126,165,200) instead hex code.

Text Font Color

.myTextColor { color: #7EA5C8; }

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

This text font color is #7EA5C8.


Background Color

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

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

This div background color is #7EA5C8.


Border color

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

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

This div border color is #7EA5C8.


Opacity

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

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

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

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

This text has shadow with #7EA5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA5C8 on black background.


Color preview on white background

This text has color #7EA5C8 on white background.



Black color preview on #7EA5C8 background

This text has black color on #7EA5C8 background.


White color preview on #7EA5C8 background

This text has white color on #7EA5C8 background.