COLOR #7EB3D4

HEX: #7EB3D4
RGB: (126,179,212)

Color info

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

RGB color model

#7EB3D4 color RGB value is (126,179,212).

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

RGB channels and saturation

R 126 of 255 = 49%
G 179 of 255 = 70%
B 212 of 255 = 83%

126
179
212

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

Portions of RGB colors in percentages

R + G + B =
126 + 179 + 212 = 517 (100%)
R 126 of 517 ~ 24.37%
G 179 of 517 ~ 34.62%
B 212 of 517 ~ 41.01%

%24.37
%34.62
%41.01

CMYK color model

#7EB3D4 color CMYK value is (41,16,0,17).

  • cyan value is 40.57%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(41,16,0,17)
C41M16Y0K17 
(41%,16%,0%,17%)
(0.41/0.16/0.00/0.17)	

CMYK percentages

%40.57
%15.57
%0
%16.86

Codes

Color #7EB3D4 in popluar color models

7EB3D4
RGB126179212
HSL203°50.00%66.27%
HSB/HSV203°40.57%83.14%
CMYK40.57%15.57%0.00%
16.86%

Color #7EB3D4 in popluar number systems.

HEX7EB3D4
Decimal126179212
Binary11111101011001111010100
Octal176263324

Shades and tints

Shades of #7EB3D4

#7EB3D4
(126,179,212)
#73A3C1
(115,163,193)
#6893AE
(104,147,174)
#5D839B
(93,131,155)
#527388
(82,115,136)
#476375
(71,99,117)
#3C5362
(60,83,98)
#31434F
(49,67,79)
#26333C
(38,51,60)
#1B2329
(27,35,41)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #7EB3D4

#7EB3D4
(126,179,212)
#89B9D7
(137,185,215)
#94BFDA
(148,191,218)
#9FC5DD
(159,197,221)
#AACBE0
(170,203,224)
#B5D1E3
(181,209,227)
#C0D7E6
(192,215,230)
#CBDDE9
(203,221,233)
#D6E3EC
(214,227,236)
#E1E9EF
(225,233,239)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB3D4; }

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

This text font color is #7EB3D4.


Background Color

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

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

This div background color is #7EB3D4.


Border color

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

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

This div border color is #7EB3D4.


Opacity

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

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

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

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

This text has shadow with #7EB3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB3D4 on black background.


Color preview on white background

This text has color #7EB3D4 on white background.



Black color preview on #7EB3D4 background

This text has black color on #7EB3D4 background.


White color preview on #7EB3D4 background

This text has white color on #7EB3D4 background.