COLOR #7FBE91

HEX: #7FBE91 RGB: (127,190,145)

Color info

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

RGB color model

#7FBE91 color RGB value is (127,190,145).

RGB: (127,190,145) (50%, 75%, 57%)

RGB channels and saturation

R 127 of 255 = 50%
G 190 of 255 = 75%
B 145 of 255 = 57%

127
190
145

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

Portions of RGB colors in percentages

R + G + B = 127 + 190 + 145 = 462 (100%)
R 127 of 462 ~ 27.49%
G 190 of 462 ~ 41.13%
B 145 of 462 ~ 31.39'%

%27.49
%41.13
%31.39

CMYK color model

#7FBE91 color CMYK value is (33,0,24,25).

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 25.49%
CMYK: (33,0,24,25) C33M0Y24K25 (33%,0%,24%,25%) (0.33/0.00/0.24/0.25) 

CMYK percentages

%33.16
%0
%23.68
%25.49

Codes

Color #7FBE91 in popluar color models

7F BE 91
RGB 127 190 145
HSL 137° 32.64% 62.16%
HSB/HSV 137° 33.16% 74.51%
CMYK 33.16% 0.00% 23.68%
25.49%

Color #7FBE91 in popluar number systems.

HEX 7F BE 91
Decimal 127 190 145
Binary 1111111 10111110 10010001
Octal 177 276 221

Shades and tints

Shades of #7FBE91

#7FBE91
(127,190,145)
#74AD84
(116,173,132)
#699C77
(105,156,119)
#5E8B6A
(94,139,106)
#537A5D
(83,122,93)
#486950
(72,105,80)
#3D5843
(61,88,67)
#324736
(50,71,54)
#273629
(39,54,41)
#1C251C
(28,37,28)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #7FBE91

#7FBE91
(127,190,145)
#8AC39B
(138,195,155)
#95C8A5
(149,200,165)
#A0CDAF
(160,205,175)
#ABD2B9
(171,210,185)
#B6D7C3
(182,215,195)
#C1DCCD
(193,220,205)
#CCE1D7
(204,225,215)
#D7E6E1
(215,230,225)
#E2EBEB
(226,235,235)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBE91 color. Also use rgb(127,190,145) instead hex code.

Text Font Color

.myTextColor { color: #7FBE91; }

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

This text font color is #7FBE91.

Background Color

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

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

This div background color is #7FBE91.

Border color

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

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

This div border color is #7FBE91.

Opacity

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

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

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

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

This text has shadow with #7FBE91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FBE91.

Preview

Color preview on black background

This text has color #7FBE91 on black background.


Color preview on white background

This text has color #7FBE91 on white background.


Black color preview on #7FBE91 background

This text has black color on #7FBE91 background.


White color preview on #7FBE91 background

This text has white color on #7FBE91 background.


Related colors

Complementary color

Complementary color for #hex is #80416E.


I love getcolorcode.com

Triadic colors

1 #917FBE and #BE917F with #7FBE91 are triadic colors.

2 #91BE7F and #BE7F91 with #7FBE91 are triadic colors.