COLOR #7FB197

HEX: #7FB197
RGB: (127,177,151)

Color info

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

RGB color model

#7FB197 color RGB value is (127,177,151).

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

RGB channels and saturation

R 127 of 255 = 50%
G 177 of 255 = 69%
B 151 of 255 = 59%

127
177
151

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

Portions of RGB colors in percentages

R + G + B =
127 + 177 + 151 = 455 (100%)
R 127 of 455 ~ 27.91%
G 177 of 455 ~ 38.9%
B 151 of 455 ~ 33.19%

%27.91
%38.9
%33.19

CMYK color model

#7FB197 color CMYK value is (28,0,15,31).

  • cyan value is 28.25%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 30.59%
CMYK:
(28,0,15,31)
C28M0Y15K31 
(28%,0%,15%,31%)
(0.28/0.00/0.15/0.31)	

CMYK percentages

%28.25
%0
%14.69
%30.59

Codes

Color #7FB197 in popluar color models

7FB197
RGB127177151
HSL149°24.27%59.61%
HSB/HSV149°28.25%69.41%
CMYK28.25%0.00%14.69%
30.59%

Color #7FB197 in popluar number systems.

HEX7FB197
Decimal127177151
Binary11111111011000110010111
Octal177261227

Shades and tints

Shades of #7FB197

#7FB197
(127,177,151)
#74A18A
(116,161,138)
#69917D
(105,145,125)
#5E8170
(94,129,112)
#537163
(83,113,99)
#486156
(72,97,86)
#3D5149
(61,81,73)
#32413C
(50,65,60)
#27312F
(39,49,47)
#1C2122
(28,33,34)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #7FB197

#7FB197
(127,177,151)
#8AB8A0
(138,184,160)
#95BFA9
(149,191,169)
#A0C6B2
(160,198,178)
#ABCDBB
(171,205,187)
#B6D4C4
(182,212,196)
#C1DBCD
(193,219,205)
#CCE2D6
(204,226,214)
#D7E9DF
(215,233,223)
#E2F0E8
(226,240,232)
#EDF7F1
(237,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB197; }

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

This text font color is #7FB197.


Background Color

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

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

This div background color is #7FB197.


Border color

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

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

This div border color is #7FB197.


Opacity

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

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

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

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

This text has shadow with #7FB197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB197 on black background.


Color preview on white background

This text has color #7FB197 on white background.



Black color preview on #7FB197 background

This text has black color on #7FB197 background.


White color preview on #7FB197 background

This text has white color on #7FB197 background.