COLOR #7EBECF

HEX: #7EBECF
RGB: (126,190,207)

Color info

#7EBECF contains mainly green and blue colors. Web safe color of #7EBECF is #66CCCC (or #6CC).

RGB color model

#7EBECF color RGB value is (126,190,207).

  • red value is 126;
  • green value is 190;
  • blue value is 207.
RGB:
(126,190,207)
(49%,75%,81%)

RGB channels and saturation

R 126 of 255 = 49%
G 190 of 255 = 75%
B 207 of 255 = 81%

126
190
207

R + G + B ~ 68%. #7EBECF is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 190 + 207 = 523 (100%)
R 126 of 523 ~ 24.09%
G 190 of 523 ~ 36.33%
B 207 of 523 ~ 39.58%

%24.09
%36.33
%39.58

CMYK color model

#7EBECF color CMYK value is (39,8,0,19).

  • cyan value is 39.13%
  • magenta value is 8.21%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(39,8,0,19)
C39M8Y0K19 
(39%,8%,0%,19%)
(0.39/0.08/0.00/0.19)	

CMYK percentages

%39.13
%8.21
%0
%18.82

Codes

Color #7EBECF in popluar color models

7EBECF
RGB126190207
HSL193°45.76%65.29%
HSB/HSV193°39.13%81.18%
CMYK39.13%8.21%0.00%
18.82%

Color #7EBECF in popluar number systems.

HEX7EBECF
Decimal126190207
Binary11111101011111011001111
Octal176276317

Shades and tints

Shades of #7EBECF

#7EBECF
(126,190,207)
#73ADBD
(115,173,189)
#689CAB
(104,156,171)
#5D8B99
(93,139,153)
#527A87
(82,122,135)
#476975
(71,105,117)
#3C5863
(60,88,99)
#314751
(49,71,81)
#26363F
(38,54,63)
#1B252D
(27,37,45)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #7EBECF

#7EBECF
(126,190,207)
#89C3D3
(137,195,211)
#94C8D7
(148,200,215)
#9FCDDB
(159,205,219)
#AAD2DF
(170,210,223)
#B5D7E3
(181,215,227)
#C0DCE7
(192,220,231)
#CBE1EB
(203,225,235)
#D6E6EF
(214,230,239)
#E1EBF3
(225,235,243)
#ECF0F7
(236,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBECF color. Also use rgb(126,190,207) instead hex code.

Text Font Color

.myTextColor { color: #7EBECF; }

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

This text font color is #7EBECF.


Background Color

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

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

This div background color is #7EBECF.


Border color

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

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

This div border color is #7EBECF.


Opacity

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

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

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

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

This text has shadow with #7EBECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBECF on black background.


Color preview on white background

This text has color #7EBECF on white background.



Black color preview on #7EBECF background

This text has black color on #7EBECF background.


White color preview on #7EBECF background

This text has white color on #7EBECF background.