COLOR #7E7ECC

HEX: #7E7ECC
RGB: (126,126,204)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
126
204

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

Portions of RGB colors in percentages

R + G + B =
126 + 126 + 204 = 456 (100%)
R 126 of 456 ~ 27.63%
G 126 of 456 ~ 27.63%
B 204 of 456 ~ 44.74%

%27.63
%27.63
%44.74

CMYK color model

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

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

CMYK percentages

%38.24
%38.24
%0
%20

Codes

Color #7E7ECC in popluar color models

7E7ECC
RGB126126204
HSL240°43.33%64.71%
HSB/HSV240°38.24%80.00%
CMYK38.24%38.24%0.00%
20.00%

Color #7E7ECC in popluar number systems.

HEX7E7ECC
Decimal126126204
Binary1111110111111011001100
Octal176176314

Shades and tints

Shades of #7E7ECC

#7E7ECC
(126,126,204)
#7373BA
(115,115,186)
#6868A8
(104,104,168)
#5D5D96
(93,93,150)
#525284
(82,82,132)
#474772
(71,71,114)
#3C3C60
(60,60,96)
#31314E
(49,49,78)
#26263C
(38,38,60)
#1B1B2A
(27,27,42)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #7E7ECC

#7E7ECC
(126,126,204)
#8989D0
(137,137,208)
#9494D4
(148,148,212)
#9F9FD8
(159,159,216)
#AAAADC
(170,170,220)
#B5B5E0
(181,181,224)
#C0C0E4
(192,192,228)
#CBCBE8
(203,203,232)
#D6D6EC
(214,214,236)
#E1E1F0
(225,225,240)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7ECC; }

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

This text font color is #7E7ECC.


Background Color

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

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

This div background color is #7E7ECC.


Border color

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

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

This div border color is #7E7ECC.


Opacity

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

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

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

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

This text has shadow with #7E7ECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7ECC on black background.


Color preview on white background

This text has color #7E7ECC on white background.



Black color preview on #7E7ECC background

This text has black color on #7E7ECC background.


White color preview on #7E7ECC background

This text has white color on #7E7ECC background.