COLOR #7FBC9F

HEX: #7FBC9F RGB: (127,188,159)

Color info

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

RGB color model

#7FBC9F color RGB value is (127,188,159).

RGB: (127,188,159) (50%, 74%, 62%)

RGB channels and saturation

R 127 of 255 = 50%
G 188 of 255 = 74%
B 159 of 255 = 62%

127
188
159

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

Portions of RGB colors in percentages

R + G + B = 127 + 188 + 159 = 474 (100%)
R 127 of 474 ~ 26.79%
G 188 of 474 ~ 39.66%
B 159 of 474 ~ 33.54'%

%26.79
%39.66
%33.54

CMYK color model

#7FBC9F color CMYK value is (32,0,15,26).

  • cyan value is 32.45%
  • magenta value is 0.00%
  • yellow value is 15.43%
  • key color value is 26.27%

CMYK: (32,0,15,26)
C32M0Y15K26 (32%, 0%, 15%, 26%)
(0.32 / 0.00 / 0.15 / 0.26)

CMYK percentages

%32.45
%0
%15.43
%26.27

Codes

Color #7FBC9F in popluar color models

7F BC 9F
RGB 127 188 159
HSL 151° 31.28% 61.76%
HSB/HSV 151° 32.45% 73.73%
CMYK 32.45% 0.00% 15.43%
26.27%

Color #7FBC9F in popluar number systems.

HEX 7F BC 9F
Decimal 127 188 159
Binary 1111111 10111100 10011111
Octal 177 274 237

Shades and tints

Shades of #7FBC9F

#7FBC9F
(127,188,159)
#74AB91
(116,171,145)
#699A83
(105,154,131)
#5E8975
(94,137,117)
#537867
(83,120,103)
#486759
(72,103,89)
#3D564B
(61,86,75)
#32453D
(50,69,61)
#27342F
(39,52,47)
#1C2321
(28,35,33)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #7FBC9F

#7FBC9F
(127,188,159)
#8AC2A7
(138,194,167)
#95C8AF
(149,200,175)
#A0CEB7
(160,206,183)
#ABD4BF
(171,212,191)
#B6DAC7
(182,218,199)
#C1E0CF
(193,224,207)
#CCE6D7
(204,230,215)
#D7ECDF
(215,236,223)
#E2F2E7
(226,242,231)
#EDF8EF
(237,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBC9F; }

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

This text font color is #7FBC9F.

Background Color

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

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

This div background color is #7FBC9F.

Border color

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

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

This div border color is #7FBC9F.

Opacity

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

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

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

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

This text has shadow with #7FBC9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FBC9F.

Preview

Color preview on black background

This text has color #7FBC9F on black background.


Color preview on white background

This text has color #7FBC9F on white background.


Black color preview on #7FBC9F background

This text has black color on #7FBC9F background.


White color preview on #7FBC9F background

This text has white color on #7FBC9F background.


Related colors

Complementary color

Complementary color for #hex is #804360.


I love getcolorcode.com

Triadic colors

1 #9F7FBC and #BC9F7F with #7FBC9F are triadic colors.

2 #9FBC7F and #BC7F9F with #7FBC9F are triadic colors.