COLOR #7FBF9B

HEX: #7FBF9B
RGB: (127,191,155)

Color info

#7FBF9B contains mainly green and blue colors. Web safe color of #7FBF9B is #66CC99 (or #6C9).

RGB color model

#7FBF9B color RGB value is (127,191,155).

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

RGB channels and saturation

R 127 of 255 = 50%
G 191 of 255 = 75%
B 155 of 255 = 61%

127
191
155

R + G + B ~ 62%. #7FBF9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 191 + 155 = 473 (100%)
R 127 of 473 ~ 26.85%
G 191 of 473 ~ 40.38%
B 155 of 473 ~ 32.77%

%26.85
%40.38
%32.77

CMYK color model

#7FBF9B color CMYK value is (34,0,19,25).

  • cyan value is 33.51%
  • magenta value is 0.00%
  • yellow value is 18.85%
  • key color value is 25.10%
CMYK:
(34,0,19,25)
C34M0Y19K25 
(34%,0%,19%,25%)
(0.34/0.00/0.19/0.25)	

CMYK percentages

%33.51
%0
%18.85
%25.1

Codes

Color #7FBF9B in popluar color models

7FBF9B
RGB127191155
HSL146°33.33%62.35%
HSB/HSV146°33.51%74.90%
CMYK33.51%0.00%18.85%
25.10%

Color #7FBF9B in popluar number systems.

HEX7FBF9B
Decimal127191155
Binary11111111011111110011011
Octal177277233

Shades and tints

Shades of #7FBF9B

#7FBF9B
(127,191,155)
#74AE8D
(116,174,141)
#699D7F
(105,157,127)
#5E8C71
(94,140,113)
#537B63
(83,123,99)
#486A55
(72,106,85)
#3D5947
(61,89,71)
#324839
(50,72,57)
#27372B
(39,55,43)
#1C261D
(28,38,29)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #7FBF9B

#7FBF9B
(127,191,155)
#8AC4A4
(138,196,164)
#95C9AD
(149,201,173)
#A0CEB6
(160,206,182)
#ABD3BF
(171,211,191)
#B6D8C8
(182,216,200)
#C1DDD1
(193,221,209)
#CCE2DA
(204,226,218)
#D7E7E3
(215,231,227)
#E2ECEC
(226,236,236)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBF9B; }

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

This text font color is #7FBF9B.


Background Color

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

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

This div background color is #7FBF9B.


Border color

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

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

This div border color is #7FBF9B.


Opacity

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

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

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

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

This text has shadow with #7FBF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBF9B on black background.


Color preview on white background

This text has color #7FBF9B on white background.



Black color preview on #7FBF9B background

This text has black color on #7FBF9B background.


White color preview on #7FBF9B background

This text has white color on #7FBF9B background.