COLOR #7F6EAE

HEX: #7F6EAE
RGB: (127,110,174)

Color info

#7F6EAE contains mainly red and blue colors. Web safe color of #7F6EAE is #666699 (or #669).

RGB color model

#7F6EAE color RGB value is (127,110,174).

  • red value is 127;
  • green value is 110;
  • blue value is 174.
RGB:
(127,110,174)
(50%,43%,68%)

RGB channels and saturation

R 127 of 255 = 50%
G 110 of 255 = 43%
B 174 of 255 = 68%

127
110
174

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

Portions of RGB colors in percentages

R + G + B =
127 + 110 + 174 = 411 (100%)
R 127 of 411 ~ 30.9%
G 110 of 411 ~ 26.76%
B 174 of 411 ~ 42.34%

%30.9
%26.76
%42.34

CMYK color model

#7F6EAE color CMYK value is (27,37,0,32).

  • cyan value is 27.01%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(27,37,0,32)
C27M37Y0K32 
(27%,37%,0%,32%)
(0.27/0.37/0.00/0.32)	

CMYK percentages

%27.01
%36.78
%0
%31.76

Codes

Color #7F6EAE in popluar color models

7F6EAE
RGB127110174
HSL256°28.32%55.69%
HSB/HSV256°36.78%68.24%
CMYK27.01%36.78%0.00%
31.76%

Color #7F6EAE in popluar number systems.

HEX7F6EAE
Decimal127110174
Binary1111111110111010101110
Octal177156256

Shades and tints

Shades of #7F6EAE

#7F6EAE
(127,110,174)
#74649F
(116,100,159)
#695A90
(105,90,144)
#5E5081
(94,80,129)
#534672
(83,70,114)
#483C63
(72,60,99)
#3D3254
(61,50,84)
#322845
(50,40,69)
#271E36
(39,30,54)
#1C1427
(28,20,39)
#110A18
(17,10,24)
#000000
(0,0,0)

Tints of #7F6EAE

#7F6EAE
(127,110,174)
#8A7BB5
(138,123,181)
#9588BC
(149,136,188)
#A095C3
(160,149,195)
#ABA2CA
(171,162,202)
#B6AFD1
(182,175,209)
#C1BCD8
(193,188,216)
#CCC9DF
(204,201,223)
#D7D6E6
(215,214,230)
#E2E3ED
(226,227,237)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6EAE color. Also use rgb(127,110,174) instead hex code.

Text Font Color

.myTextColor { color: #7F6EAE; }

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

This text font color is #7F6EAE.


Background Color

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

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

This div background color is #7F6EAE.


Border color

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

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

This div border color is #7F6EAE.


Opacity

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

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

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

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

This text has shadow with #7F6EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6EAE on black background.


Color preview on white background

This text has color #7F6EAE on white background.



Black color preview on #7F6EAE background

This text has black color on #7F6EAE background.


White color preview on #7F6EAE background

This text has white color on #7F6EAE background.