COLOR #7FBD8F

HEX: #7FBD8F RGB: (127,189,143)

Color info

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

RGB color model

#7FBD8F color RGB value is (127,189,143).

RGB: (127,189,143) (50%, 74%, 56%)

RGB channels and saturation

R 127 of 255 = 50%
G 189 of 255 = 74%
B 143 of 255 = 56%

127
189
143

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

Portions of RGB colors in percentages

R + G + B = 127 + 189 + 143 = 459 (100%)
R 127 of 459 ~ 27.67%
G 189 of 459 ~ 41.18%
B 143 of 459 ~ 31.15'%

%27.67
%41.18
%31.15

CMYK color model

#7FBD8F color CMYK value is (33,0,24,26).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 24.34%
  • key color value is 25.88%

CMYK: (33,0,24,26)
C33M0Y24K26 (33%, 0%, 24%, 26%)
(0.33 / 0.00 / 0.24 / 0.26)

CMYK percentages

%32.8
%0
%24.34
%25.88

Codes

Color #7FBD8F in popluar color models

7F BD 8F
RGB 127 189 143
HSL 135° 31.96% 61.96%
HSB/HSV 135° 32.80% 74.12%
CMYK 32.80% 0.00% 24.34%
25.88%

Color #7FBD8F in popluar number systems.

HEX 7F BD 8F
Decimal 127 189 143
Binary 1111111 10111101 10001111
Octal 177 275 217

Shades and tints

Shades of #7FBD8F

#7FBD8F
(127,189,143)
#74AC82
(116,172,130)
#699B75
(105,155,117)
#5E8A68
(94,138,104)
#53795B
(83,121,91)
#48684E
(72,104,78)
#3D5741
(61,87,65)
#324634
(50,70,52)
#273527
(39,53,39)
#1C241A
(28,36,26)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #7FBD8F

#7FBD8F
(127,189,143)
#8AC399
(138,195,153)
#95C9A3
(149,201,163)
#A0CFAD
(160,207,173)
#ABD5B7
(171,213,183)
#B6DBC1
(182,219,193)
#C1E1CB
(193,225,203)
#CCE7D5
(204,231,213)
#D7EDDF
(215,237,223)
#E2F3E9
(226,243,233)
#EDF9F3
(237,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBD8F color. Also use rgb(127,189,143) instead hex code.

Text Font Color

.myTextColor { color: #7FBD8F; }

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

This text font color is #7FBD8F.

Background Color

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

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

This div background color is #7FBD8F.

Border color

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

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

This div border color is #7FBD8F.

Opacity

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

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

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

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

This text has shadow with #7FBD8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FBD8F.

Preview

Color preview on black background

This text has color #7FBD8F on black background.


Color preview on white background

This text has color #7FBD8F on white background.


Black color preview on #7FBD8F background

This text has black color on #7FBD8F background.


White color preview on #7FBD8F background

This text has white color on #7FBD8F background.


Related colors

Complementary color

Complementary color for #hex is #804270.


I love getcolorcode.com

Triadic colors

1 #8F7FBD and #BD8F7F with #7FBD8F are triadic colors.

2 #8FBD7F and #BD7F8F with #7FBD8F are triadic colors.