COLOR #7E69DC

HEX: #7E69DC
RGB: (126,105,220)

Color info

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

RGB color model

#7E69DC color RGB value is (126,105,220).

  • red value is 126;
  • green value is 105;
  • blue value is 220.
RGB:
(126,105,220)
(49%,41%,86%)

RGB channels and saturation

R 126 of 255 = 49%
G 105 of 255 = 41%
B 220 of 255 = 86%

126
105
220

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

Portions of RGB colors in percentages

R + G + B =
126 + 105 + 220 = 451 (100%)
R 126 of 451 ~ 27.94%
G 105 of 451 ~ 23.28%
B 220 of 451 ~ 48.78%

%27.94
%23.28
%48.78

CMYK color model

#7E69DC color CMYK value is (43,52,0,14).

  • cyan value is 42.73%
  • magenta value is 52.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(43,52,0,14)
C43M52Y0K14 
(43%,52%,0%,14%)
(0.43/0.52/0.00/0.14)	

CMYK percentages

%42.73
%52.27
%0
%13.73

Codes

Color #7E69DC in popluar color models

7E69DC
RGB126105220
HSL251°62.16%63.73%
HSB/HSV251°52.27%86.27%
CMYK42.73%52.27%0.00%
13.73%

Color #7E69DC in popluar number systems.

HEX7E69DC
Decimal126105220
Binary1111110110100111011100
Octal176151334

Shades and tints

Shades of #7E69DC

#7E69DC
(126,105,220)
#7360C8
(115,96,200)
#6857B4
(104,87,180)
#5D4EA0
(93,78,160)
#52458C
(82,69,140)
#473C78
(71,60,120)
#3C3364
(60,51,100)
#312A50
(49,42,80)
#26213C
(38,33,60)
#1B1828
(27,24,40)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #7E69DC

#7E69DC
(126,105,220)
#8976DF
(137,118,223)
#9483E2
(148,131,226)
#9F90E5
(159,144,229)
#AA9DE8
(170,157,232)
#B5AAEB
(181,170,235)
#C0B7EE
(192,183,238)
#CBC4F1
(203,196,241)
#D6D1F4
(214,209,244)
#E1DEF7
(225,222,247)
#ECEBFA
(236,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E69DC; }

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

This text font color is #7E69DC.


Background Color

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

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

This div background color is #7E69DC.


Border color

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

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

This div border color is #7E69DC.


Opacity

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

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

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

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

This text has shadow with #7E69DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E69DC on black background.


Color preview on white background

This text has color #7E69DC on white background.



Black color preview on #7E69DC background

This text has black color on #7E69DC background.


White color preview on #7E69DC background

This text has white color on #7E69DC background.