COLOR #7E93CC

HEX: #7E93CC
RGB: (126,147,204)

Color info

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

RGB color model

#7E93CC color RGB value is (126,147,204).

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

RGB channels and saturation

R 126 of 255 = 49%
G 147 of 255 = 58%
B 204 of 255 = 80%

126
147
204

R + G + B ~ 62%. #7E93CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 147 + 204 = 477 (100%)
R 126 of 477 ~ 26.42%
G 147 of 477 ~ 30.82%
B 204 of 477 ~ 42.77%

%26.42
%30.82
%42.77

CMYK color model

#7E93CC color CMYK value is (38,28,0,20).

  • cyan value is 38.24%
  • magenta value is 27.94%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(38,28,0,20)
C38M28Y0K20 
(38%,28%,0%,20%)
(0.38/0.28/0.00/0.20)	

CMYK percentages

%38.24
%27.94
%0
%20

Codes

Color #7E93CC in popluar color models

7E93CC
RGB126147204
HSL224°43.33%64.71%
HSB/HSV224°38.24%80.00%
CMYK38.24%27.94%0.00%
20.00%

Color #7E93CC in popluar number systems.

HEX7E93CC
Decimal126147204
Binary11111101001001111001100
Octal176223314

Shades and tints

Shades of #7E93CC

#7E93CC
(126,147,204)
#7386BA
(115,134,186)
#6879A8
(104,121,168)
#5D6C96
(93,108,150)
#525F84
(82,95,132)
#475272
(71,82,114)
#3C4560
(60,69,96)
#31384E
(49,56,78)
#262B3C
(38,43,60)
#1B1E2A
(27,30,42)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #7E93CC

#7E93CC
(126,147,204)
#899CD0
(137,156,208)
#94A5D4
(148,165,212)
#9FAED8
(159,174,216)
#AAB7DC
(170,183,220)
#B5C0E0
(181,192,224)
#C0C9E4
(192,201,228)
#CBD2E8
(203,210,232)
#D6DBEC
(214,219,236)
#E1E4F0
(225,228,240)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E93CC; }

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

This text font color is #7E93CC.


Background Color

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

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

This div background color is #7E93CC.


Border color

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

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

This div border color is #7E93CC.


Opacity

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

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

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

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

This text has shadow with #7E93CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E93CC on black background.


Color preview on white background

This text has color #7E93CC on white background.



Black color preview on #7E93CC background

This text has black color on #7E93CC background.


White color preview on #7E93CC background

This text has white color on #7E93CC background.