COLOR #7EB5E2

HEX: #7EB5E2
RGB: (126,181,226)

Renk bilgisi

#7EB5E2 contains mainly green and blue colors. #7EB5E2 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#7EB5E2 color RGB value is (126,181,226).

  • kırmız ton 126;
  • yeşil ton 181;
  • mavi ton 226.
RGB:
(126,181,226)
(49%,71%,89%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 181 of 255 = 71%
B 226 of 255 = 89%

126
181
226

R + G + B ~ 70%. #7EB5E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 181 + 226 = 533 (100%)
R 126 of 533 ~ 23.64%
G 181 of 533 ~ 33.96%
B 226 of 533 ~ 42.4%

%23.64
%33.96
%42.4

CMYK RENK MODELİ

#7EB5E2 rengi CMYK tonu (44,20,0,11).

  • camgöbeği tonu 44.25%
  • eflatun tonu 19.91%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(44,20,0,11)
C44M20Y0K11 
(44%,20%,0%,11%)
(0.44/0.20/0.00/0.11)	

CMYK yüzdeleri

%44.25
%19.91
%0
%11.37

Codes

Color #7EB5E2 in popluar color models

7EB5E2
RGB126181226
HSL207°63.29%69.02%
HSB/HSV207°44.25%88.63%
CMYK44.25%19.91%0.00%
11.37%

Color #7EB5E2 in popluar number systems.

HEX7EB5E2
Decimal126181226
Binary11111101011010111100010
Octal176265342

Shades and tints

Shades of #7EB5E2

#7EB5E2
(126,181,226)
#73A5CE
(115,165,206)
#6895BA
(104,149,186)
#5D85A6
(93,133,166)
#527592
(82,117,146)
#47657E
(71,101,126)
#3C556A
(60,85,106)
#314556
(49,69,86)
#263542
(38,53,66)
#1B252E
(27,37,46)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #7EB5E2

#7EB5E2
(126,181,226)
#89BBE4
(137,187,228)
#94C1E6
(148,193,230)
#9FC7E8
(159,199,232)
#AACDEA
(170,205,234)
#B5D3EC
(181,211,236)
#C0D9EE
(192,217,238)
#CBDFF0
(203,223,240)
#D6E5F2
(214,229,242)
#E1EBF4
(225,235,244)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB5E2 color. Also use rgb(126,181,226) instead hex code.

Text Font Color

.myTextColor { color: #7EB5E2; }

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

This text font color is #7EB5E2.


Background Color

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

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

This div background color is #7EB5E2.


Border color

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

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

This div border color is #7EB5E2.


Opacity

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

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

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

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

This text has shadow with #7EB5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB5E2 on black background.


Color preview on white background

This text has color #7EB5E2 on white background.



Black color preview on #7EB5E2 background

This text has black color on #7EB5E2 background.


White color preview on #7EB5E2 background

This text has white color on #7EB5E2 background.