COLOR #7FB094

HEX: #7FB094
RGB: (127,176,148)

Color info

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

RGB color model

#7FB094 color RGB value is (127,176,148).

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

RGB channels and saturation

R 127 of 255 = 50%
G 176 of 255 = 69%
B 148 of 255 = 58%

127
176
148

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

Portions of RGB colors in percentages

R + G + B =
127 + 176 + 148 = 451 (100%)
R 127 of 451 ~ 28.16%
G 176 of 451 ~ 39.02%
B 148 of 451 ~ 32.82%

%28.16
%39.02
%32.82

CMYK color model

#7FB094 color CMYK value is (28,0,16,31).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 30.98%
CMYK:
(28,0,16,31)
C28M0Y16K31 
(28%,0%,16%,31%)
(0.28/0.00/0.16/0.31)	

CMYK percentages

%27.84
%0
%15.91
%30.98

Codes

Color #7FB094 in popluar color models

7FB094
RGB127176148
HSL146°23.67%59.41%
HSB/HSV146°27.84%69.02%
CMYK27.84%0.00%15.91%
30.98%

Color #7FB094 in popluar number systems.

HEX7FB094
Decimal127176148
Binary11111111011000010010100
Octal177260224

Shades and tints

Shades of #7FB094

#7FB094
(127,176,148)
#74A087
(116,160,135)
#69907A
(105,144,122)
#5E806D
(94,128,109)
#537060
(83,112,96)
#486053
(72,96,83)
#3D5046
(61,80,70)
#324039
(50,64,57)
#27302C
(39,48,44)
#1C201F
(28,32,31)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #7FB094

#7FB094
(127,176,148)
#8AB79D
(138,183,157)
#95BEA6
(149,190,166)
#A0C5AF
(160,197,175)
#ABCCB8
(171,204,184)
#B6D3C1
(182,211,193)
#C1DACA
(193,218,202)
#CCE1D3
(204,225,211)
#D7E8DC
(215,232,220)
#E2EFE5
(226,239,229)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB094; }

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

This text font color is #7FB094.


Background Color

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

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

This div background color is #7FB094.


Border color

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

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

This div border color is #7FB094.


Opacity

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

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

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

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

This text has shadow with #7FB094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB094 on black background.


Color preview on white background

This text has color #7FB094 on white background.



Black color preview on #7FB094 background

This text has black color on #7FB094 background.


White color preview on #7FB094 background

This text has white color on #7FB094 background.