COLOR #7EB3E7

HEX: #7EB3E7
RGB: (126,179,231)

Color info

#7EB3E7 contains mainly green and blue colors. Web safe color of #7EB3E7 is #6699FF (or #69F).

RGB color model

#7EB3E7 color RGB value is (126,179,231).

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

RGB channels and saturation

R 126 of 255 = 49%
G 179 of 255 = 70%
B 231 of 255 = 91%

126
179
231

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

Portions of RGB colors in percentages

R + G + B =
126 + 179 + 231 = 536 (100%)
R 126 of 536 ~ 23.51%
G 179 of 536 ~ 33.4%
B 231 of 536 ~ 43.1%

%23.51
%33.4
%43.1

CMYK color model

#7EB3E7 color CMYK value is (45,23,0,9).

  • cyan value is 45.45%
  • magenta value is 22.51%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(45,23,0,9)
C45M23Y0K9 
(45%,23%,0%,9%)
(0.45/0.23/0.00/0.09)	

CMYK percentages

%45.45
%22.51
%0
%9.41

Codes

Color #7EB3E7 in popluar color models

7EB3E7
RGB126179231
HSL210°68.63%70.00%
HSB/HSV210°45.45%90.59%
CMYK45.45%22.51%0.00%
9.41%

Color #7EB3E7 in popluar number systems.

HEX7EB3E7
Decimal126179231
Binary11111101011001111100111
Octal176263347

Shades and tints

Shades of #7EB3E7

#7EB3E7
(126,179,231)
#73A3D2
(115,163,210)
#6893BD
(104,147,189)
#5D83A8
(93,131,168)
#527393
(82,115,147)
#47637E
(71,99,126)
#3C5369
(60,83,105)
#314354
(49,67,84)
#26333F
(38,51,63)
#1B232A
(27,35,42)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #7EB3E7

#7EB3E7
(126,179,231)
#89B9E9
(137,185,233)
#94BFEB
(148,191,235)
#9FC5ED
(159,197,237)
#AACBEF
(170,203,239)
#B5D1F1
(181,209,241)
#C0D7F3
(192,215,243)
#CBDDF5
(203,221,245)
#D6E3F7
(214,227,247)
#E1E9F9
(225,233,249)
#ECEFFB
(236,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB3E7; }

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

This text font color is #7EB3E7.


Background Color

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

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

This div background color is #7EB3E7.


Border color

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

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

This div border color is #7EB3E7.


Opacity

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

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

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

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

This text has shadow with #7EB3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB3E7 on black background.


Color preview on white background

This text has color #7EB3E7 on white background.



Black color preview on #7EB3E7 background

This text has black color on #7EB3E7 background.


White color preview on #7EB3E7 background

This text has white color on #7EB3E7 background.