COLOR #7EBBC5

HEX: #7EBBC5
RGB: (126,187,197)

Renk bilgisi

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

RGB renk modeli

#7EBBC5 color RGB value is (126,187,197).

  • kırmız ton 126;
  • yeşil ton 187;
  • mavi ton 197.
RGB:
(126,187,197)
(49%,73%,77%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 187 of 255 = 73%
B 197 of 255 = 77%

126
187
197

R + G + B ~ 66%. #7EBBC5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 187 + 197 = 510 (100%)
R 126 of 510 ~ 24.71%
G 187 of 510 ~ 36.67%
B 197 of 510 ~ 38.63%

%24.71
%36.67
%38.63

CMYK RENK MODELİ

#7EBBC5 rengi CMYK tonu (36,5,0,23).

  • camgöbeği tonu 36.04%
  • eflatun tonu 5.08%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(36,5,0,23)
C36M5Y0K23 
(36%,5%,0%,23%)
(0.36/0.05/0.00/0.23)	

CMYK yüzdeleri

%36.04
%5.08
%0
%22.75

Codes

Color #7EBBC5 in popluar color models

7EBBC5
RGB126187197
HSL188°37.97%63.33%
HSB/HSV188°36.04%77.25%
CMYK36.04%5.08%0.00%
22.75%

Color #7EBBC5 in popluar number systems.

HEX7EBBC5
Decimal126187197
Binary11111101011101111000101
Octal176273305

Shades and tints

Shades of #7EBBC5

#7EBBC5
(126,187,197)
#73AAB4
(115,170,180)
#6899A3
(104,153,163)
#5D8892
(93,136,146)
#527781
(82,119,129)
#476670
(71,102,112)
#3C555F
(60,85,95)
#31444E
(49,68,78)
#26333D
(38,51,61)
#1B222C
(27,34,44)
#10111B
(16,17,27)
#000000
(0,0,0)

Tints of #7EBBC5

#7EBBC5
(126,187,197)
#89C1CA
(137,193,202)
#94C7CF
(148,199,207)
#9FCDD4
(159,205,212)
#AAD3D9
(170,211,217)
#B5D9DE
(181,217,222)
#C0DFE3
(192,223,227)
#CBE5E8
(203,229,232)
#D6EBED
(214,235,237)
#E1F1F2
(225,241,242)
#ECF7F7
(236,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBBC5 color. Also use rgb(126,187,197) instead hex code.

Text Font Color

.myTextColor { color: #7EBBC5; }

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

This text font color is #7EBBC5.


Background Color

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

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

This div background color is #7EBBC5.


Border color

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

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

This div border color is #7EBBC5.


Opacity

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

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

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

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

This text has shadow with #7EBBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBBC5 on black background.


Color preview on white background

This text has color #7EBBC5 on white background.



Black color preview on #7EBBC5 background

This text has black color on #7EBBC5 background.


White color preview on #7EBBC5 background

This text has white color on #7EBBC5 background.