COLOR #7FB89F

HEX: #7FB89F
RGB: (127,184,159)

Color info

#7FB89F contains red, green and blue colors in about the same proportion. Web safe color of #7FB89F is #66CC99 (or #6C9).

RGB color model

#7FB89F color RGB value is (127,184,159).

  • red value is 127;
  • green value is 184;
  • blue value is 159.
RGB:
(127,184,159)
(50%,72%,62%)

RGB channels and saturation

R 127 of 255 = 50%
G 184 of 255 = 72%
B 159 of 255 = 62%

127
184
159

R + G + B ~ 61%. #7FB89F is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 184 + 159 = 470 (100%)
R 127 of 470 ~ 27.02%
G 184 of 470 ~ 39.15%
B 159 of 470 ~ 33.83%

%27.02
%39.15
%33.83

CMYK color model

#7FB89F color CMYK value is (31,0,14,28).

  • cyan value is 30.98%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 27.84%
CMYK:
(31,0,14,28)
C31M0Y14K28 
(31%,0%,14%,28%)
(0.31/0.00/0.14/0.28)	

CMYK percentages

%30.98
%0
%13.59
%27.84

Codes

Color #7FB89F in popluar color models

7FB89F
RGB127184159
HSL154°28.64%60.98%
HSB/HSV154°30.98%72.16%
CMYK30.98%0.00%13.59%
27.84%

Color #7FB89F in popluar number systems.

HEX7FB89F
Decimal127184159
Binary11111111011100010011111
Octal177270237

Shades and tints

Shades of #7FB89F

#7FB89F
(127,184,159)
#74A891
(116,168,145)
#699883
(105,152,131)
#5E8875
(94,136,117)
#537867
(83,120,103)
#486859
(72,104,89)
#3D584B
(61,88,75)
#32483D
(50,72,61)
#27382F
(39,56,47)
#1C2821
(28,40,33)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #7FB89F

#7FB89F
(127,184,159)
#8ABEA7
(138,190,167)
#95C4AF
(149,196,175)
#A0CAB7
(160,202,183)
#ABD0BF
(171,208,191)
#B6D6C7
(182,214,199)
#C1DCCF
(193,220,207)
#CCE2D7
(204,226,215)
#D7E8DF
(215,232,223)
#E2EEE7
(226,238,231)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB89F color. Also use rgb(127,184,159) instead hex code.

Text Font Color

.myTextColor { color: #7FB89F; }

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

This text font color is #7FB89F.


Background Color

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

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

This div background color is #7FB89F.


Border color

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

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

This div border color is #7FB89F.


Opacity

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

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

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

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

This text has shadow with #7FB89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB89F on black background.


Color preview on white background

This text has color #7FB89F on white background.



Black color preview on #7FB89F background

This text has black color on #7FB89F background.


White color preview on #7FB89F background

This text has white color on #7FB89F background.