COLOR #7FB19B

HEX: #7FB19B
RGB: (127,177,155)

Color info

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

RGB color model

#7FB19B color RGB value is (127,177,155).

  • red value is 127;
  • green value is 177;
  • blue value is 155.
RGB:
(127,177,155)
(50%,69%,61%)

RGB channels and saturation

R 127 of 255 = 50%
G 177 of 255 = 69%
B 155 of 255 = 61%

127
177
155

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

Portions of RGB colors in percentages

R + G + B =
127 + 177 + 155 = 459 (100%)
R 127 of 459 ~ 27.67%
G 177 of 459 ~ 38.56%
B 155 of 459 ~ 33.77%

%27.67
%38.56
%33.77

CMYK color model

#7FB19B color CMYK value is (28,0,12,31).

  • cyan value is 28.25%
  • magenta value is 0.00%
  • yellow value is 12.43%
  • key color value is 30.59%
CMYK:
(28,0,12,31)
C28M0Y12K31 
(28%,0%,12%,31%)
(0.28/0.00/0.12/0.31)	

CMYK percentages

%28.25
%0
%12.43
%30.59

Codes

Color #7FB19B in popluar color models

7FB19B
RGB127177155
HSL154°24.27%59.61%
HSB/HSV154°28.25%69.41%
CMYK28.25%0.00%12.43%
30.59%

Color #7FB19B in popluar number systems.

HEX7FB19B
Decimal127177155
Binary11111111011000110011011
Octal177261233

Shades and tints

Shades of #7FB19B

#7FB19B
(127,177,155)
#74A18D
(116,161,141)
#69917F
(105,145,127)
#5E8171
(94,129,113)
#537163
(83,113,99)
#486155
(72,97,85)
#3D5147
(61,81,71)
#324139
(50,65,57)
#27312B
(39,49,43)
#1C211D
(28,33,29)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #7FB19B

#7FB19B
(127,177,155)
#8AB8A4
(138,184,164)
#95BFAD
(149,191,173)
#A0C6B6
(160,198,182)
#ABCDBF
(171,205,191)
#B6D4C8
(182,212,200)
#C1DBD1
(193,219,209)
#CCE2DA
(204,226,218)
#D7E9E3
(215,233,227)
#E2F0EC
(226,240,236)
#EDF7F5
(237,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB19B color. Also use rgb(127,177,155) instead hex code.

Text Font Color

.myTextColor { color: #7FB19B; }

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

This text font color is #7FB19B.


Background Color

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

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

This div background color is #7FB19B.


Border color

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

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

This div border color is #7FB19B.


Opacity

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

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

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

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

This text has shadow with #7FB19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB19B on black background.


Color preview on white background

This text has color #7FB19B on white background.



Black color preview on #7FB19B background

This text has black color on #7FB19B background.


White color preview on #7FB19B background

This text has white color on #7FB19B background.