COLOR #7E6099

HEX: #7E6099
RGB: (126,96,153)

Color info

#7E6099 contains red, green and blue colors in about the same proportion. Web safe color of #7E6099 is #666699 (or #669).

RGB color model

#7E6099 color RGB value is (126,96,153).

  • red value is 126;
  • green value is 96;
  • blue value is 153.
RGB:
(126,96,153)
(49%,38%,60%)

RGB channels and saturation

R 126 of 255 = 49%
G 96 of 255 = 38%
B 153 of 255 = 60%

126
96
153

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

Portions of RGB colors in percentages

R + G + B =
126 + 96 + 153 = 375 (100%)
R 126 of 375 ~ 33.6%
G 96 of 375 ~ 25.6%
B 153 of 375 ~ 40.8%

%33.6
%25.6
%40.8

CMYK color model

#7E6099 color CMYK value is (18,37,0,40).

  • cyan value is 17.65%
  • magenta value is 37.25%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(18,37,0,40)
C18M37Y0K40 
(18%,37%,0%,40%)
(0.18/0.37/0.00/0.40)	

CMYK percentages

%17.65
%37.25
%0
%40

Codes

Color #7E6099 in popluar color models

7E6099
RGB12696153
HSL272°22.89%48.82%
HSB/HSV272°37.25%60.00%
CMYK17.65%37.25%0.00%
40.00%

Color #7E6099 in popluar number systems.

HEX7E6099
Decimal12696153
Binary1111110110000010011001
Octal176140231

Shades and tints

Shades of #7E6099

#7E6099
(126,96,153)
#73588C
(115,88,140)
#68507F
(104,80,127)
#5D4872
(93,72,114)
#524065
(82,64,101)
#473858
(71,56,88)
#3C304B
(60,48,75)
#31283E
(49,40,62)
#262031
(38,32,49)
#1B1824
(27,24,36)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #7E6099

#7E6099
(126,96,153)
#896EA2
(137,110,162)
#947CAB
(148,124,171)
#9F8AB4
(159,138,180)
#AA98BD
(170,152,189)
#B5A6C6
(181,166,198)
#C0B4CF
(192,180,207)
#CBC2D8
(203,194,216)
#D6D0E1
(214,208,225)
#E1DEEA
(225,222,234)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6099; }

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

This text font color is #7E6099.


Background Color

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

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

This div background color is #7E6099.


Border color

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

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

This div border color is #7E6099.


Opacity

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

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

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

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

This text has shadow with #7E6099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6099 on black background.


Color preview on white background

This text has color #7E6099 on white background.



Black color preview on #7E6099 background

This text has black color on #7E6099 background.


White color preview on #7E6099 background

This text has white color on #7E6099 background.