COLOR #7E7EC6

HEX: #7E7EC6
RGB: (126,126,198)

Color info

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

RGB color model

#7E7EC6 color RGB value is (126,126,198).

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

RGB channels and saturation

R 126 of 255 = 49%
G 126 of 255 = 49%
B 198 of 255 = 78%

126
126
198

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

Portions of RGB colors in percentages

R + G + B =
126 + 126 + 198 = 450 (100%)
R 126 of 450 ~ 28%
G 126 of 450 ~ 28%
B 198 of 450 ~ 44%

%28
%28
%44

CMYK color model

#7E7EC6 color CMYK value is (36,36,0,22).

  • cyan value is 36.36%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(36,36,0,22)
C36M36Y0K22 
(36%,36%,0%,22%)
(0.36/0.36/0.00/0.22)	

CMYK percentages

%36.36
%36.36
%0
%22.35

Codes

Color #7E7EC6 in popluar color models

7E7EC6
RGB126126198
HSL240°38.71%63.53%
HSB/HSV240°36.36%77.65%
CMYK36.36%36.36%0.00%
22.35%

Color #7E7EC6 in popluar number systems.

HEX7E7EC6
Decimal126126198
Binary1111110111111011000110
Octal176176306

Shades and tints

Shades of #7E7EC6

#7E7EC6
(126,126,198)
#7373B4
(115,115,180)
#6868A2
(104,104,162)
#5D5D90
(93,93,144)
#52527E
(82,82,126)
#47476C
(71,71,108)
#3C3C5A
(60,60,90)
#313148
(49,49,72)
#262636
(38,38,54)
#1B1B24
(27,27,36)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #7E7EC6

#7E7EC6
(126,126,198)
#8989CB
(137,137,203)
#9494D0
(148,148,208)
#9F9FD5
(159,159,213)
#AAAADA
(170,170,218)
#B5B5DF
(181,181,223)
#C0C0E4
(192,192,228)
#CBCBE9
(203,203,233)
#D6D6EE
(214,214,238)
#E1E1F3
(225,225,243)
#ECECF8
(236,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7EC6; }

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

This text font color is #7E7EC6.


Background Color

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

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

This div background color is #7E7EC6.


Border color

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

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

This div border color is #7E7EC6.


Opacity

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

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

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

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

This text has shadow with #7E7EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7EC6 on black background.


Color preview on white background

This text has color #7E7EC6 on white background.



Black color preview on #7E7EC6 background

This text has black color on #7E7EC6 background.


White color preview on #7E7EC6 background

This text has white color on #7E7EC6 background.