COLOR #7FB09D

HEX: #7FB09D
RGB: (127,176,157)

Color info

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

RGB color model

#7FB09D color RGB value is (127,176,157).

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

RGB channels and saturation

R 127 of 255 = 50%
G 176 of 255 = 69%
B 157 of 255 = 62%

127
176
157

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

Portions of RGB colors in percentages

R + G + B =
127 + 176 + 157 = 460 (100%)
R 127 of 460 ~ 27.61%
G 176 of 460 ~ 38.26%
B 157 of 460 ~ 34.13%

%27.61
%38.26
%34.13

CMYK color model

#7FB09D color CMYK value is (28,0,11,31).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 30.98%
CMYK:
(28,0,11,31)
C28M0Y11K31 
(28%,0%,11%,31%)
(0.28/0.00/0.11/0.31)	

CMYK percentages

%27.84
%0
%10.8
%30.98

Codes

Color #7FB09D in popluar color models

7FB09D
RGB127176157
HSL157°23.67%59.41%
HSB/HSV157°27.84%69.02%
CMYK27.84%0.00%10.80%
30.98%

Color #7FB09D in popluar number systems.

HEX7FB09D
Decimal127176157
Binary11111111011000010011101
Octal177260235

Shades and tints

Shades of #7FB09D

#7FB09D
(127,176,157)
#74A08F
(116,160,143)
#699081
(105,144,129)
#5E8073
(94,128,115)
#537065
(83,112,101)
#486057
(72,96,87)
#3D5049
(61,80,73)
#32403B
(50,64,59)
#27302D
(39,48,45)
#1C201F
(28,32,31)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #7FB09D

#7FB09D
(127,176,157)
#8AB7A5
(138,183,165)
#95BEAD
(149,190,173)
#A0C5B5
(160,197,181)
#ABCCBD
(171,204,189)
#B6D3C5
(182,211,197)
#C1DACD
(193,218,205)
#CCE1D5
(204,225,213)
#D7E8DD
(215,232,221)
#E2EFE5
(226,239,229)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB09D; }

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

This text font color is #7FB09D.


Background Color

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

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

This div background color is #7FB09D.


Border color

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

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

This div border color is #7FB09D.


Opacity

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

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

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

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

This text has shadow with #7FB09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB09D on black background.


Color preview on white background

This text has color #7FB09D on white background.



Black color preview on #7FB09D background

This text has black color on #7FB09D background.


White color preview on #7FB09D background

This text has white color on #7FB09D background.