COLOR #7EB3CE

HEX: #7EB3CE
RGB: (126,179,206)

Color info

#7EB3CE contains mainly green and blue colors. Web safe color of #7EB3CE is #6699CC (or #69C).

RGB color model

#7EB3CE color RGB value is (126,179,206).

  • red value is 126;
  • green value is 179;
  • blue value is 206.
RGB:
(126,179,206)
(49%,70%,81%)

RGB channels and saturation

R 126 of 255 = 49%
G 179 of 255 = 70%
B 206 of 255 = 81%

126
179
206

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

Portions of RGB colors in percentages

R + G + B =
126 + 179 + 206 = 511 (100%)
R 126 of 511 ~ 24.66%
G 179 of 511 ~ 35.03%
B 206 of 511 ~ 40.31%

%24.66
%35.03
%40.31

CMYK color model

#7EB3CE color CMYK value is (39,13,0,19).

  • cyan value is 38.83%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(39,13,0,19)
C39M13Y0K19 
(39%,13%,0%,19%)
(0.39/0.13/0.00/0.19)	

CMYK percentages

%38.83
%13.11
%0
%19.22

Codes

Color #7EB3CE in popluar color models

7EB3CE
RGB126179206
HSL200°44.94%65.10%
HSB/HSV200°38.83%80.78%
CMYK38.83%13.11%0.00%
19.22%

Color #7EB3CE in popluar number systems.

HEX7EB3CE
Decimal126179206
Binary11111101011001111001110
Octal176263316

Shades and tints

Shades of #7EB3CE

#7EB3CE
(126,179,206)
#73A3BC
(115,163,188)
#6893AA
(104,147,170)
#5D8398
(93,131,152)
#527386
(82,115,134)
#476374
(71,99,116)
#3C5362
(60,83,98)
#314350
(49,67,80)
#26333E
(38,51,62)
#1B232C
(27,35,44)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #7EB3CE

#7EB3CE
(126,179,206)
#89B9D2
(137,185,210)
#94BFD6
(148,191,214)
#9FC5DA
(159,197,218)
#AACBDE
(170,203,222)
#B5D1E2
(181,209,226)
#C0D7E6
(192,215,230)
#CBDDEA
(203,221,234)
#D6E3EE
(214,227,238)
#E1E9F2
(225,233,242)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB3CE color. Also use rgb(126,179,206) instead hex code.

Text Font Color

.myTextColor { color: #7EB3CE; }

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

This text font color is #7EB3CE.


Background Color

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

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

This div background color is #7EB3CE.


Border color

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

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

This div border color is #7EB3CE.


Opacity

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

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

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

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

This text has shadow with #7EB3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB3CE on black background.


Color preview on white background

This text has color #7EB3CE on white background.



Black color preview on #7EB3CE background

This text has black color on #7EB3CE background.


White color preview on #7EB3CE background

This text has white color on #7EB3CE background.