COLOR #7EAFEE

HEX: #7EAFEE
RGB: (126,175,238)

Color info

#7EAFEE contains mainly blue color. Web safe color of #7EAFEE is #6699FF (or #69F).

RGB color model

#7EAFEE color RGB value is (126,175,238).

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

RGB channels and saturation

R 126 of 255 = 49%
G 175 of 255 = 69%
B 238 of 255 = 93%

126
175
238

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

Portions of RGB colors in percentages

R + G + B =
126 + 175 + 238 = 539 (100%)
R 126 of 539 ~ 23.38%
G 175 of 539 ~ 32.47%
B 238 of 539 ~ 44.16%

%23.38
%32.47
%44.16

CMYK color model

#7EAFEE color CMYK value is (47,26,0,7).

  • cyan value is 47.06%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(47,26,0,7)
C47M26Y0K7 
(47%,26%,0%,7%)
(0.47/0.26/0.00/0.07)	

CMYK percentages

%47.06
%26.47
%0
%6.67

Codes

Color #7EAFEE in popluar color models

7EAFEE
RGB126175238
HSL214°76.71%71.37%
HSB/HSV214°47.06%93.33%
CMYK47.06%26.47%0.00%
6.67%

Color #7EAFEE in popluar number systems.

HEX7EAFEE
Decimal126175238
Binary11111101010111111101110
Octal176257356

Shades and tints

Shades of #7EAFEE

#7EAFEE
(126,175,238)
#73A0D9
(115,160,217)
#6891C4
(104,145,196)
#5D82AF
(93,130,175)
#52739A
(82,115,154)
#476485
(71,100,133)
#3C5570
(60,85,112)
#31465B
(49,70,91)
#263746
(38,55,70)
#1B2831
(27,40,49)
#10191C
(16,25,28)
#000000
(0,0,0)

Tints of #7EAFEE

#7EAFEE
(126,175,238)
#89B6EF
(137,182,239)
#94BDF0
(148,189,240)
#9FC4F1
(159,196,241)
#AACBF2
(170,203,242)
#B5D2F3
(181,210,243)
#C0D9F4
(192,217,244)
#CBE0F5
(203,224,245)
#D6E7F6
(214,231,246)
#E1EEF7
(225,238,247)
#ECF5F8
(236,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAFEE; }

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

This text font color is #7EAFEE.


Background Color

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

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

This div background color is #7EAFEE.


Border color

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

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

This div border color is #7EAFEE.


Opacity

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

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

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

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

This text has shadow with #7EAFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAFEE on black background.


Color preview on white background

This text has color #7EAFEE on white background.



Black color preview on #7EAFEE background

This text has black color on #7EAFEE background.


White color preview on #7EAFEE background

This text has white color on #7EAFEE background.