COLOR #7E98E0

HEX: #7E98E0
RGB: (126,152,224)

Color info

#7E98E0 contains mainly blue color. Web safe color of #7E98E0 is #6699CC (or #69C).

RGB color model

#7E98E0 color RGB value is (126,152,224).

  • red value is 126;
  • green value is 152;
  • blue value is 224.
RGB:
(126,152,224)
(49%,60%,88%)

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 224 of 255 = 88%

126
152
224

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

Portions of RGB colors in percentages

R + G + B =
126 + 152 + 224 = 502 (100%)
R 126 of 502 ~ 25.1%
G 152 of 502 ~ 30.28%
B 224 of 502 ~ 44.62%

%25.1
%30.28
%44.62

CMYK color model

#7E98E0 color CMYK value is (44,32,0,12).

  • cyan value is 43.75%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(44,32,0,12)
C44M32Y0K12 
(44%,32%,0%,12%)
(0.44/0.32/0.00/0.12)	

CMYK percentages

%43.75
%32.14
%0
%12.16

Codes

Color #7E98E0 in popluar color models

7E98E0
RGB126152224
HSL224°61.25%68.63%
HSB/HSV224°43.75%87.84%
CMYK43.75%32.14%0.00%
12.16%

Color #7E98E0 in popluar number systems.

HEX7E98E0
Decimal126152224
Binary11111101001100011100000
Octal176230340

Shades and tints

Shades of #7E98E0

#7E98E0
(126,152,224)
#738BCC
(115,139,204)
#687EB8
(104,126,184)
#5D71A4
(93,113,164)
#526490
(82,100,144)
#47577C
(71,87,124)
#3C4A68
(60,74,104)
#313D54
(49,61,84)
#263040
(38,48,64)
#1B232C
(27,35,44)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #7E98E0

#7E98E0
(126,152,224)
#89A1E2
(137,161,226)
#94AAE4
(148,170,228)
#9FB3E6
(159,179,230)
#AABCE8
(170,188,232)
#B5C5EA
(181,197,234)
#C0CEEC
(192,206,236)
#CBD7EE
(203,215,238)
#D6E0F0
(214,224,240)
#E1E9F2
(225,233,242)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E98E0 color. Also use rgb(126,152,224) instead hex code.

Text Font Color

.myTextColor { color: #7E98E0; }

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

This text font color is #7E98E0.


Background Color

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

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

This div background color is #7E98E0.


Border color

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

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

This div border color is #7E98E0.


Opacity

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

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

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

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

This text has shadow with #7E98E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E98E0 on black background.


Color preview on white background

This text has color #7E98E0 on white background.



Black color preview on #7E98E0 background

This text has black color on #7E98E0 background.


White color preview on #7E98E0 background

This text has white color on #7E98E0 background.