COLOR #7EAFCE

HEX: #7EAFCE
RGB: (126,175,206)

Color info

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

RGB color model

#7EAFCE color RGB value is (126,175,206).

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

RGB channels and saturation

R 126 of 255 = 49%
G 175 of 255 = 69%
B 206 of 255 = 81%

126
175
206

R + G + B ~ 66%. #7EAFCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 175 + 206 = 507 (100%)
R 126 of 507 ~ 24.85%
G 175 of 507 ~ 34.52%
B 206 of 507 ~ 40.63%

%24.85
%34.52
%40.63

CMYK color model

#7EAFCE color CMYK value is (39,15,0,19).

  • cyan value is 38.83%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(39,15,0,19)
C39M15Y0K19 
(39%,15%,0%,19%)
(0.39/0.15/0.00/0.19)	

CMYK percentages

%38.83
%15.05
%0
%19.22

Codes

Color #7EAFCE in popluar color models

7EAFCE
RGB126175206
HSL203°44.94%65.10%
HSB/HSV203°38.83%80.78%
CMYK38.83%15.05%0.00%
19.22%

Color #7EAFCE in popluar number systems.

HEX7EAFCE
Decimal126175206
Binary11111101010111111001110
Octal176257316

Shades and tints

Shades of #7EAFCE

#7EAFCE
(126,175,206)
#73A0BC
(115,160,188)
#6891AA
(104,145,170)
#5D8298
(93,130,152)
#527386
(82,115,134)
#476474
(71,100,116)
#3C5562
(60,85,98)
#314650
(49,70,80)
#26373E
(38,55,62)
#1B282C
(27,40,44)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #7EAFCE

#7EAFCE
(126,175,206)
#89B6D2
(137,182,210)
#94BDD6
(148,189,214)
#9FC4DA
(159,196,218)
#AACBDE
(170,203,222)
#B5D2E2
(181,210,226)
#C0D9E6
(192,217,230)
#CBE0EA
(203,224,234)
#D6E7EE
(214,231,238)
#E1EEF2
(225,238,242)
#ECF5F6
(236,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAFCE; }

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

This text font color is #7EAFCE.


Background Color

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

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

This div background color is #7EAFCE.


Border color

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

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

This div border color is #7EAFCE.


Opacity

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

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

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

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

This text has shadow with #7EAFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAFCE on black background.


Color preview on white background

This text has color #7EAFCE on white background.



Black color preview on #7EAFCE background

This text has black color on #7EAFCE background.


White color preview on #7EAFCE background

This text has white color on #7EAFCE background.