COLOR #7E7DBC

HEX: #7E7DBC
RGB: (126,125,188)

Color info

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

RGB color model

#7E7DBC color RGB value is (126,125,188).

  • red value is 126;
  • green value is 125;
  • blue value is 188.
RGB:
(126,125,188)
(49%,49%,74%)

RGB channels and saturation

R 126 of 255 = 49%
G 125 of 255 = 49%
B 188 of 255 = 74%

126
125
188

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

Portions of RGB colors in percentages

R + G + B =
126 + 125 + 188 = 439 (100%)
R 126 of 439 ~ 28.7%
G 125 of 439 ~ 28.47%
B 188 of 439 ~ 42.82%

%28.7
%28.47
%42.82

CMYK color model

#7E7DBC color CMYK value is (33,34,0,26).

  • cyan value is 32.98%
  • magenta value is 33.51%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(33,34,0,26)
C33M34Y0K26 
(33%,34%,0%,26%)
(0.33/0.34/0.00/0.26)	

CMYK percentages

%32.98
%33.51
%0
%26.27

Codes

Color #7E7DBC in popluar color models

7E7DBC
RGB126125188
HSL241°31.98%61.37%
HSB/HSV241°33.51%73.73%
CMYK32.98%33.51%0.00%
26.27%

Color #7E7DBC in popluar number systems.

HEX7E7DBC
Decimal126125188
Binary1111110111110110111100
Octal176175274

Shades and tints

Shades of #7E7DBC

#7E7DBC
(126,125,188)
#7372AB
(115,114,171)
#68679A
(104,103,154)
#5D5C89
(93,92,137)
#525178
(82,81,120)
#474667
(71,70,103)
#3C3B56
(60,59,86)
#313045
(49,48,69)
#262534
(38,37,52)
#1B1A23
(27,26,35)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #7E7DBC

#7E7DBC
(126,125,188)
#8988C2
(137,136,194)
#9493C8
(148,147,200)
#9F9ECE
(159,158,206)
#AAA9D4
(170,169,212)
#B5B4DA
(181,180,218)
#C0BFE0
(192,191,224)
#CBCAE6
(203,202,230)
#D6D5EC
(214,213,236)
#E1E0F2
(225,224,242)
#ECEBF8
(236,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7DBC; }

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

This text font color is #7E7DBC.


Background Color

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

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

This div background color is #7E7DBC.


Border color

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

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

This div border color is #7E7DBC.


Opacity

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

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

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

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

This text has shadow with #7E7DBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7DBC on black background.


Color preview on white background

This text has color #7E7DBC on white background.



Black color preview on #7E7DBC background

This text has black color on #7E7DBC background.


White color preview on #7E7DBC background

This text has white color on #7E7DBC background.