COLOR #7EBBCC

HEX: #7EBBCC
RGB: (126,187,204)

Renk bilgisi

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

RGB renk modeli

#7EBBCC color RGB value is (126,187,204).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 187 of 255 = 73%
B 204 of 255 = 80%

126
187
204

R + G + B ~ 67%. #7EBBCC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 187 + 204 = 517 (100%)
R 126 of 517 ~ 24.37%
G 187 of 517 ~ 36.17%
B 204 of 517 ~ 39.46%

%24.37
%36.17
%39.46

CMYK RENK MODELİ

#7EBBCC rengi CMYK tonu (38,8,0,20).

  • camgöbeği tonu 38.24%
  • eflatun tonu 8.33%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(38,8,0,20)
C38M8Y0K20 
(38%,8%,0%,20%)
(0.38/0.08/0.00/0.20)	

CMYK yüzdeleri

%38.24
%8.33
%0
%20

Codes

Color #7EBBCC in popluar color models

7EBBCC
RGB126187204
HSL193°43.33%64.71%
HSB/HSV193°38.24%80.00%
CMYK38.24%8.33%0.00%
20.00%

Color #7EBBCC in popluar number systems.

HEX7EBBCC
Decimal126187204
Binary11111101011101111001100
Octal176273314

Shades and tints

Shades of #7EBBCC

#7EBBCC
(126,187,204)
#73AABA
(115,170,186)
#6899A8
(104,153,168)
#5D8896
(93,136,150)
#527784
(82,119,132)
#476672
(71,102,114)
#3C5560
(60,85,96)
#31444E
(49,68,78)
#26333C
(38,51,60)
#1B222A
(27,34,42)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #7EBBCC

#7EBBCC
(126,187,204)
#89C1D0
(137,193,208)
#94C7D4
(148,199,212)
#9FCDD8
(159,205,216)
#AAD3DC
(170,211,220)
#B5D9E0
(181,217,224)
#C0DFE4
(192,223,228)
#CBE5E8
(203,229,232)
#D6EBEC
(214,235,236)
#E1F1F0
(225,241,240)
#ECF7F4
(236,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBBCC; }

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

This text font color is #7EBBCC.


Background Color

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

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

This div background color is #7EBBCC.


Border color

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

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

This div border color is #7EBBCC.


Opacity

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

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

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

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

This text has shadow with #7EBBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBBCC on black background.


Color preview on white background

This text has color #7EBBCC on white background.



Black color preview on #7EBBCC background

This text has black color on #7EBBCC background.


White color preview on #7EBBCC background

This text has white color on #7EBBCC background.