COLOR #7EAFE4

HEX: #7EAFE4
RGB: (126,175,228)

Color info

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

RGB color model

#7EAFE4 color RGB value is (126,175,228).

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

RGB channels and saturation

R 126 of 255 = 49%
G 175 of 255 = 69%
B 228 of 255 = 89%

126
175
228

R + G + B ~ 69%. #7EAFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 175 + 228 = 529 (100%)
R 126 of 529 ~ 23.82%
G 175 of 529 ~ 33.08%
B 228 of 529 ~ 43.1%

%23.82
%33.08
%43.1

CMYK color model

#7EAFE4 color CMYK value is (45,23,0,11).

  • cyan value is 44.74%
  • magenta value is 23.25%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(45,23,0,11)
C45M23Y0K11 
(45%,23%,0%,11%)
(0.45/0.23/0.00/0.11)	

CMYK percentages

%44.74
%23.25
%0
%10.59

Codes

Color #7EAFE4 in popluar color models

7EAFE4
RGB126175228
HSL211°65.38%69.41%
HSB/HSV211°44.74%89.41%
CMYK44.74%23.25%0.00%
10.59%

Color #7EAFE4 in popluar number systems.

HEX7EAFE4
Decimal126175228
Binary11111101010111111100100
Octal176257344

Shades and tints

Shades of #7EAFE4

#7EAFE4
(126,175,228)
#73A0D0
(115,160,208)
#6891BC
(104,145,188)
#5D82A8
(93,130,168)
#527394
(82,115,148)
#476480
(71,100,128)
#3C556C
(60,85,108)
#314658
(49,70,88)
#263744
(38,55,68)
#1B2830
(27,40,48)
#10191C
(16,25,28)
#000000
(0,0,0)

Tints of #7EAFE4

#7EAFE4
(126,175,228)
#89B6E6
(137,182,230)
#94BDE8
(148,189,232)
#9FC4EA
(159,196,234)
#AACBEC
(170,203,236)
#B5D2EE
(181,210,238)
#C0D9F0
(192,217,240)
#CBE0F2
(203,224,242)
#D6E7F4
(214,231,244)
#E1EEF6
(225,238,246)
#ECF5F8
(236,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAFE4; }

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

This text font color is #7EAFE4.


Background Color

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

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

This div background color is #7EAFE4.


Border color

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

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

This div border color is #7EAFE4.


Opacity

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

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

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

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

This text has shadow with #7EAFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAFE4 on black background.


Color preview on white background

This text has color #7EAFE4 on white background.



Black color preview on #7EAFE4 background

This text has black color on #7EAFE4 background.


White color preview on #7EAFE4 background

This text has white color on #7EAFE4 background.