COLOR #7FBE90

HEX: #7FBE90 RGB: (127,190,144)

Color info

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

RGB color model

#7FBE90 color RGB value is (127,190,144).

RGB: (127,190,144) (50%, 75%, 56%)

RGB channels and saturation

R 127 of 255 = 50%
G 190 of 255 = 75%
B 144 of 255 = 56%

127
190
144

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

Portions of RGB colors in percentages

R + G + B = 127 + 190 + 144 = 461 (100%)
R 127 of 461 ~ 27.55%
G 190 of 461 ~ 41.21%
B 144 of 461 ~ 31.24'%

%27.55
%41.21
%31.24

CMYK color model

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

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 24.21%
  • 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
%24.21
%25.49

Codes

Color #7FBE90 in popluar color models

7F BE 90
RGB 127 190 144
HSL 136° 32.64% 62.16%
HSB/HSV 136° 33.16% 74.51%
CMYK 33.16% 0.00% 24.21%
25.49%

Color #7FBE90 in popluar number systems.

HEX 7F BE 90
Decimal 127 190 144
Binary 1111111 10111110 10010000
Octal 177 276 220

Shades and tints

Shades of #7FBE90

#7FBE90
(127,190,144)
#74AD83
(116,173,131)
#699C76
(105,156,118)
#5E8B69
(94,139,105)
#537A5C
(83,122,92)
#48694F
(72,105,79)
#3D5842
(61,88,66)
#324735
(50,71,53)
#273628
(39,54,40)
#1C251B
(28,37,27)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #7FBE90

#7FBE90
(127,190,144)
#8AC39A
(138,195,154)
#95C8A4
(149,200,164)
#A0CDAE
(160,205,174)
#ABD2B8
(171,210,184)
#B6D7C2
(182,215,194)
#C1DCCC
(193,220,204)
#CCE1D6
(204,225,214)
#D7E6E0
(215,230,224)
#E2EBEA
(226,235,234)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBE90; }

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

This text font color is #7FBE90.

Background Color

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

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

This div background color is #7FBE90.

Border color

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

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

This div border color is #7FBE90.

Opacity

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

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

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

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

This text has shadow with #7FBE90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FBE90.

Preview

Color preview on black background

This text has color #7FBE90 on black background.


Color preview on white background

This text has color #7FBE90 on white background.


Black color preview on #7FBE90 background

This text has black color on #7FBE90 background.


White color preview on #7FBE90 background

This text has white color on #7FBE90 background.


Related colors

Complementary color

Complementary color for #hex is #80416F.


I love getcolorcode.com

Triadic colors

1 #907FBE and #BE907F with #7FBE90 are triadic colors.

2 #90BE7F and #BE7F90 with #7FBE90 are triadic colors.