COLOR #7F9882

HEX: #7F9882
RGB: (127,152,130)

Color info

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

RGB color model

#7F9882 color RGB value is (127,152,130).

  • red value is 127;
  • green value is 152;
  • blue value is 130.
RGB:
(127,152,130)
(50%,60%,51%)

RGB channels and saturation

R 127 of 255 = 50%
G 152 of 255 = 60%
B 130 of 255 = 51%

127
152
130

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

Portions of RGB colors in percentages

R + G + B =
127 + 152 + 130 = 409 (100%)
R 127 of 409 ~ 31.05%
G 152 of 409 ~ 37.16%
B 130 of 409 ~ 31.78%

%31.05
%37.16
%31.78

CMYK color model

#7F9882 color CMYK value is (16,0,14,40).

  • cyan value is 16.45%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 40.39%
CMYK:
(16,0,14,40)
C16M0Y14K40 
(16%,0%,14%,40%)
(0.16/0.00/0.14/0.40)	

CMYK percentages

%16.45
%0
%14.47
%40.39

Codes

Color #7F9882 in popluar color models

7F9882
RGB127152130
HSL127°10.82%54.71%
HSB/HSV127°16.45%59.61%
CMYK16.45%0.00%14.47%
40.39%

Color #7F9882 in popluar number systems.

HEX7F9882
Decimal127152130
Binary11111111001100010000010
Octal177230202

Shades and tints

Shades of #7F9882

#7F9882
(127,152,130)
#748B77
(116,139,119)
#697E6C
(105,126,108)
#5E7161
(94,113,97)
#536456
(83,100,86)
#48574B
(72,87,75)
#3D4A40
(61,74,64)
#323D35
(50,61,53)
#27302A
(39,48,42)
#1C231F
(28,35,31)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #7F9882

#7F9882
(127,152,130)
#8AA18D
(138,161,141)
#95AA98
(149,170,152)
#A0B3A3
(160,179,163)
#ABBCAE
(171,188,174)
#B6C5B9
(182,197,185)
#C1CEC4
(193,206,196)
#CCD7CF
(204,215,207)
#D7E0DA
(215,224,218)
#E2E9E5
(226,233,229)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9882 color. Also use rgb(127,152,130) instead hex code.

Text Font Color

.myTextColor { color: #7F9882; }

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

This text font color is #7F9882.


Background Color

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

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

This div background color is #7F9882.


Border color

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

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

This div border color is #7F9882.


Opacity

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

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

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

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

This text has shadow with #7F9882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9882 on black background.


Color preview on white background

This text has color #7F9882 on white background.



Black color preview on #7F9882 background

This text has black color on #7F9882 background.


White color preview on #7F9882 background

This text has white color on #7F9882 background.