COLOR #7F948B

HEX: #7F948B
RGB: (127,148,139)

Color info

#7F948B contains red, green and blue colors in about the same proportion. Web safe color of #7F948B is #669999 (or #699).

RGB color model

#7F948B color RGB value is (127,148,139).

  • red value is 127;
  • green value is 148;
  • blue value is 139.
RGB:
(127,148,139)
(50%,58%,55%)

RGB channels and saturation

R 127 of 255 = 50%
G 148 of 255 = 58%
B 139 of 255 = 55%

127
148
139

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

Portions of RGB colors in percentages

R + G + B =
127 + 148 + 139 = 414 (100%)
R 127 of 414 ~ 30.68%
G 148 of 414 ~ 35.75%
B 139 of 414 ~ 33.57%

%30.68
%35.75
%33.57

CMYK color model

#7F948B color CMYK value is (14,0,6,42).

  • cyan value is 14.19%
  • magenta value is 0.00%
  • yellow value is 6.08%
  • key color value is 41.96%
CMYK:
(14,0,6,42)
C14M0Y6K42 
(14%,0%,6%,42%)
(0.14/0.00/0.06/0.42)	

CMYK percentages

%14.19
%0
%6.08
%41.96

Codes

Color #7F948B in popluar color models

7F948B
RGB127148139
HSL154°8.94%53.92%
HSB/HSV154°14.19%58.04%
CMYK14.19%0.00%6.08%
41.96%

Color #7F948B in popluar number systems.

HEX7F948B
Decimal127148139
Binary11111111001010010001011
Octal177224213

Shades and tints

Shades of #7F948B

#7F948B
(127,148,139)
#74877F
(116,135,127)
#697A73
(105,122,115)
#5E6D67
(94,109,103)
#53605B
(83,96,91)
#48534F
(72,83,79)
#3D4643
(61,70,67)
#323937
(50,57,55)
#272C2B
(39,44,43)
#1C1F1F
(28,31,31)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #7F948B

#7F948B
(127,148,139)
#8A9D95
(138,157,149)
#95A69F
(149,166,159)
#A0AFA9
(160,175,169)
#ABB8B3
(171,184,179)
#B6C1BD
(182,193,189)
#C1CAC7
(193,202,199)
#CCD3D1
(204,211,209)
#D7DCDB
(215,220,219)
#E2E5E5
(226,229,229)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F948B color. Also use rgb(127,148,139) instead hex code.

Text Font Color

.myTextColor { color: #7F948B; }

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

This text font color is #7F948B.


Background Color

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

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

This div background color is #7F948B.


Border color

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

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

This div border color is #7F948B.


Opacity

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

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

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

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

This text has shadow with #7F948B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F948B on black background.


Color preview on white background

This text has color #7F948B on white background.



Black color preview on #7F948B background

This text has black color on #7F948B background.


White color preview on #7F948B background

This text has white color on #7F948B background.