COLOR #7E80DD

HEX: #7E80DD
RGB: (126,128,221)

Color info

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

RGB color model

#7E80DD color RGB value is (126,128,221).

  • red value is 126;
  • green value is 128;
  • blue value is 221.
RGB:
(126,128,221)
(49%,50%,87%)

RGB channels and saturation

R 126 of 255 = 49%
G 128 of 255 = 50%
B 221 of 255 = 87%

126
128
221

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

Portions of RGB colors in percentages

R + G + B =
126 + 128 + 221 = 475 (100%)
R 126 of 475 ~ 26.53%
G 128 of 475 ~ 26.95%
B 221 of 475 ~ 46.53%

%26.53
%26.95
%46.53

CMYK color model

#7E80DD color CMYK value is (43,42,0,13).

  • cyan value is 42.99%
  • magenta value is 42.08%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(43,42,0,13)
C43M42Y0K13 
(43%,42%,0%,13%)
(0.43/0.42/0.00/0.13)	

CMYK percentages

%42.99
%42.08
%0
%13.33

Codes

Color #7E80DD in popluar color models

7E80DD
RGB126128221
HSL239°58.28%68.04%
HSB/HSV239°42.99%86.67%
CMYK42.99%42.08%0.00%
13.33%

Color #7E80DD in popluar number systems.

HEX7E80DD
Decimal126128221
Binary11111101000000011011101
Octal176200335

Shades and tints

Shades of #7E80DD

#7E80DD
(126,128,221)
#7375C9
(115,117,201)
#686AB5
(104,106,181)
#5D5FA1
(93,95,161)
#52548D
(82,84,141)
#474979
(71,73,121)
#3C3E65
(60,62,101)
#313351
(49,51,81)
#26283D
(38,40,61)
#1B1D29
(27,29,41)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #7E80DD

#7E80DD
(126,128,221)
#898BE0
(137,139,224)
#9496E3
(148,150,227)
#9FA1E6
(159,161,230)
#AAACE9
(170,172,233)
#B5B7EC
(181,183,236)
#C0C2EF
(192,194,239)
#CBCDF2
(203,205,242)
#D6D8F5
(214,216,245)
#E1E3F8
(225,227,248)
#ECEEFB
(236,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E80DD; }

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

This text font color is #7E80DD.


Background Color

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

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

This div background color is #7E80DD.


Border color

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

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

This div border color is #7E80DD.


Opacity

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

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

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

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

This text has shadow with #7E80DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E80DD on black background.


Color preview on white background

This text has color #7E80DD on white background.



Black color preview on #7E80DD background

This text has black color on #7E80DD background.


White color preview on #7E80DD background

This text has white color on #7E80DD background.