COLOR #7F698D

HEX: #7F698D
RGB: (127,105,141)

Color info

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

RGB color model

#7F698D color RGB value is (127,105,141).

  • red value is 127;
  • green value is 105;
  • blue value is 141.
RGB:
(127,105,141)
(50%,41%,55%)

RGB channels and saturation

R 127 of 255 = 50%
G 105 of 255 = 41%
B 141 of 255 = 55%

127
105
141

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

Portions of RGB colors in percentages

R + G + B =
127 + 105 + 141 = 373 (100%)
R 127 of 373 ~ 34.05%
G 105 of 373 ~ 28.15%
B 141 of 373 ~ 37.8%

%34.05
%28.15
%37.8

CMYK color model

#7F698D color CMYK value is (10,26,0,45).

  • cyan value is 9.93%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(10,26,0,45)
C10M26Y0K45 
(10%,26%,0%,45%)
(0.10/0.26/0.00/0.45)	

CMYK percentages

%9.93
%25.53
%0
%44.71

Codes

Color #7F698D in popluar color models

7F698D
RGB127105141
HSL277°14.63%48.24%
HSB/HSV277°25.53%55.29%
CMYK9.93%25.53%0.00%
44.71%

Color #7F698D in popluar number systems.

HEX7F698D
Decimal127105141
Binary1111111110100110001101
Octal177151215

Shades and tints

Shades of #7F698D

#7F698D
(127,105,141)
#746081
(116,96,129)
#695775
(105,87,117)
#5E4E69
(94,78,105)
#53455D
(83,69,93)
#483C51
(72,60,81)
#3D3345
(61,51,69)
#322A39
(50,42,57)
#27212D
(39,33,45)
#1C1821
(28,24,33)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #7F698D

#7F698D
(127,105,141)
#8A7697
(138,118,151)
#9583A1
(149,131,161)
#A090AB
(160,144,171)
#AB9DB5
(171,157,181)
#B6AABF
(182,170,191)
#C1B7C9
(193,183,201)
#CCC4D3
(204,196,211)
#D7D1DD
(215,209,221)
#E2DEE7
(226,222,231)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F698D color. Also use rgb(127,105,141) instead hex code.

Text Font Color

.myTextColor { color: #7F698D; }

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

This text font color is #7F698D.


Background Color

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

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

This div background color is #7F698D.


Border color

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

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

This div border color is #7F698D.


Opacity

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

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

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

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

This text has shadow with #7F698D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F698D on black background.


Color preview on white background

This text has color #7F698D on white background.



Black color preview on #7F698D background

This text has black color on #7F698D background.


White color preview on #7F698D background

This text has white color on #7F698D background.