COLOR #7E93D8

HEX: #7E93D8
RGB: (126,147,216)

Color info

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

RGB color model

#7E93D8 color RGB value is (126,147,216).

  • red value is 126;
  • green value is 147;
  • blue value is 216.
RGB:
(126,147,216)
(49%,58%,85%)

RGB channels and saturation

R 126 of 255 = 49%
G 147 of 255 = 58%
B 216 of 255 = 85%

126
147
216

R + G + B ~ 64%. #7E93D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 147 + 216 = 489 (100%)
R 126 of 489 ~ 25.77%
G 147 of 489 ~ 30.06%
B 216 of 489 ~ 44.17%

%25.77
%30.06
%44.17

CMYK color model

#7E93D8 color CMYK value is (42,32,0,15).

  • cyan value is 41.67%
  • magenta value is 31.94%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(42,32,0,15)
C42M32Y0K15 
(42%,32%,0%,15%)
(0.42/0.32/0.00/0.15)	

CMYK percentages

%41.67
%31.94
%0
%15.29

Codes

Color #7E93D8 in popluar color models

7E93D8
RGB126147216
HSL226°53.57%67.06%
HSB/HSV226°41.67%84.71%
CMYK41.67%31.94%0.00%
15.29%

Color #7E93D8 in popluar number systems.

HEX7E93D8
Decimal126147216
Binary11111101001001111011000
Octal176223330

Shades and tints

Shades of #7E93D8

#7E93D8
(126,147,216)
#7386C5
(115,134,197)
#6879B2
(104,121,178)
#5D6C9F
(93,108,159)
#525F8C
(82,95,140)
#475279
(71,82,121)
#3C4566
(60,69,102)
#313853
(49,56,83)
#262B40
(38,43,64)
#1B1E2D
(27,30,45)
#10111A
(16,17,26)
#000000
(0,0,0)

Tints of #7E93D8

#7E93D8
(126,147,216)
#899CDB
(137,156,219)
#94A5DE
(148,165,222)
#9FAEE1
(159,174,225)
#AAB7E4
(170,183,228)
#B5C0E7
(181,192,231)
#C0C9EA
(192,201,234)
#CBD2ED
(203,210,237)
#D6DBF0
(214,219,240)
#E1E4F3
(225,228,243)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E93D8 color. Also use rgb(126,147,216) instead hex code.

Text Font Color

.myTextColor { color: #7E93D8; }

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

This text font color is #7E93D8.


Background Color

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

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

This div background color is #7E93D8.


Border color

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

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

This div border color is #7E93D8.


Opacity

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

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

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

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

This text has shadow with #7E93D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E93D8 on black background.


Color preview on white background

This text has color #7E93D8 on white background.



Black color preview on #7E93D8 background

This text has black color on #7E93D8 background.


White color preview on #7E93D8 background

This text has white color on #7E93D8 background.