COLOR #7F6F99

HEX: #7F6F99
RGB: (127,111,153)

Color info

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

RGB color model

#7F6F99 color RGB value is (127,111,153).

  • red value is 127;
  • green value is 111;
  • blue value is 153.
RGB:
(127,111,153)
(50%,44%,60%)

RGB channels and saturation

R 127 of 255 = 50%
G 111 of 255 = 44%
B 153 of 255 = 60%

127
111
153

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

Portions of RGB colors in percentages

R + G + B =
127 + 111 + 153 = 391 (100%)
R 127 of 391 ~ 32.48%
G 111 of 391 ~ 28.39%
B 153 of 391 ~ 39.13%

%32.48
%28.39
%39.13

CMYK color model

#7F6F99 color CMYK value is (17,27,0,40).

  • cyan value is 16.99%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(17,27,0,40)
C17M27Y0K40 
(17%,27%,0%,40%)
(0.17/0.27/0.00/0.40)	

CMYK percentages

%16.99
%27.45
%0
%40

Codes

Color #7F6F99 in popluar color models

7F6F99
RGB127111153
HSL263°17.07%51.76%
HSB/HSV263°27.45%60.00%
CMYK16.99%27.45%0.00%
40.00%

Color #7F6F99 in popluar number systems.

HEX7F6F99
Decimal127111153
Binary1111111110111110011001
Octal177157231

Shades and tints

Shades of #7F6F99

#7F6F99
(127,111,153)
#74658C
(116,101,140)
#695B7F
(105,91,127)
#5E5172
(94,81,114)
#534765
(83,71,101)
#483D58
(72,61,88)
#3D334B
(61,51,75)
#32293E
(50,41,62)
#271F31
(39,31,49)
#1C1524
(28,21,36)
#110B17
(17,11,23)
#000000
(0,0,0)

Tints of #7F6F99

#7F6F99
(127,111,153)
#8A7CA2
(138,124,162)
#9589AB
(149,137,171)
#A096B4
(160,150,180)
#ABA3BD
(171,163,189)
#B6B0C6
(182,176,198)
#C1BDCF
(193,189,207)
#CCCAD8
(204,202,216)
#D7D7E1
(215,215,225)
#E2E4EA
(226,228,234)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6F99 color. Also use rgb(127,111,153) instead hex code.

Text Font Color

.myTextColor { color: #7F6F99; }

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

This text font color is #7F6F99.


Background Color

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

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

This div background color is #7F6F99.


Border color

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

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

This div border color is #7F6F99.


Opacity

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

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

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

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

This text has shadow with #7F6F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6F99 on black background.


Color preview on white background

This text has color #7F6F99 on white background.



Black color preview on #7F6F99 background

This text has black color on #7F6F99 background.


White color preview on #7F6F99 background

This text has white color on #7F6F99 background.