COLOR #7E7EC5

HEX: #7E7EC5
RGB: (126,126,197)

Color info

#7E7EC5 contains mainly blue color. Web safe color of #7E7EC5 is #6666CC (or #66C).

RGB color model

#7E7EC5 color RGB value is (126,126,197).

  • red value is 126;
  • green value is 126;
  • blue value is 197.
RGB:
(126,126,197)
(49%,49%,77%)

RGB channels and saturation

R 126 of 255 = 49%
G 126 of 255 = 49%
B 197 of 255 = 77%

126
126
197

R + G + B ~ 58%. #7E7EC5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 126 + 197 = 449 (100%)
R 126 of 449 ~ 28.06%
G 126 of 449 ~ 28.06%
B 197 of 449 ~ 43.88%

%28.06
%28.06
%43.88

CMYK color model

#7E7EC5 color CMYK value is (36,36,0,23).

  • cyan value is 36.04%
  • magenta value is 36.04%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(36,36,0,23)
C36M36Y0K23 
(36%,36%,0%,23%)
(0.36/0.36/0.00/0.23)	

CMYK percentages

%36.04
%36.04
%0
%22.75

Codes

Color #7E7EC5 in popluar color models

7E7EC5
RGB126126197
HSL240°37.97%63.33%
HSB/HSV240°36.04%77.25%
CMYK36.04%36.04%0.00%
22.75%

Color #7E7EC5 in popluar number systems.

HEX7E7EC5
Decimal126126197
Binary1111110111111011000101
Octal176176305

Shades and tints

Shades of #7E7EC5

#7E7EC5
(126,126,197)
#7373B4
(115,115,180)
#6868A3
(104,104,163)
#5D5D92
(93,93,146)
#525281
(82,82,129)
#474770
(71,71,112)
#3C3C5F
(60,60,95)
#31314E
(49,49,78)
#26263D
(38,38,61)
#1B1B2C
(27,27,44)
#10101B
(16,16,27)
#000000
(0,0,0)

Tints of #7E7EC5

#7E7EC5
(126,126,197)
#8989CA
(137,137,202)
#9494CF
(148,148,207)
#9F9FD4
(159,159,212)
#AAAAD9
(170,170,217)
#B5B5DE
(181,181,222)
#C0C0E3
(192,192,227)
#CBCBE8
(203,203,232)
#D6D6ED
(214,214,237)
#E1E1F2
(225,225,242)
#ECECF7
(236,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7EC5; }

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

This text font color is #7E7EC5.


Background Color

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

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

This div background color is #7E7EC5.


Border color

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

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

This div border color is #7E7EC5.


Opacity

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

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

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

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

This text has shadow with #7E7EC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7EC5 on black background.


Color preview on white background

This text has color #7E7EC5 on white background.



Black color preview on #7E7EC5 background

This text has black color on #7E7EC5 background.


White color preview on #7E7EC5 background

This text has white color on #7E7EC5 background.