COLOR #7FCE91

HEX: #7FCE91
RGB: (127,206,145)

Color info

#7FCE91 contains mainly green color. Web safe color of #7FCE91 is #66CC99 (or #6C9).

RGB color model

#7FCE91 color RGB value is (127,206,145).

  • red value is 127;
  • green value is 206;
  • blue value is 145.
RGB:
(127,206,145)
(50%,81%,57%)

RGB channels and saturation

R 127 of 255 = 50%
G 206 of 255 = 81%
B 145 of 255 = 57%

127
206
145

R + G + B ~ 63%. #7FCE91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 206 + 145 = 478 (100%)
R 127 of 478 ~ 26.57%
G 206 of 478 ~ 43.1%
B 145 of 478 ~ 30.33%

%26.57
%43.1
%30.33

CMYK color model

#7FCE91 color CMYK value is (38,0,30,19).

  • cyan value is 38.35%
  • magenta value is 0.00%
  • yellow value is 29.61%
  • key color value is 19.22%
CMYK:
(38,0,30,19)
C38M0Y30K19 
(38%,0%,30%,19%)
(0.38/0.00/0.30/0.19)	

CMYK percentages

%38.35
%0
%29.61
%19.22

Codes

Color #7FCE91 in popluar color models

7FCE91
RGB127206145
HSL134°44.63%65.29%
HSB/HSV134°38.35%80.78%
CMYK38.35%0.00%29.61%
19.22%

Color #7FCE91 in popluar number systems.

HEX7FCE91
Decimal127206145
Binary11111111100111010010001
Octal177316221

Shades and tints

Shades of #7FCE91

#7FCE91
(127,206,145)
#74BC84
(116,188,132)
#69AA77
(105,170,119)
#5E986A
(94,152,106)
#53865D
(83,134,93)
#487450
(72,116,80)
#3D6243
(61,98,67)
#325036
(50,80,54)
#273E29
(39,62,41)
#1C2C1C
(28,44,28)
#111A0F
(17,26,15)
#000000
(0,0,0)

Tints of #7FCE91

#7FCE91
(127,206,145)
#8AD29B
(138,210,155)
#95D6A5
(149,214,165)
#A0DAAF
(160,218,175)
#ABDEB9
(171,222,185)
#B6E2C3
(182,226,195)
#C1E6CD
(193,230,205)
#CCEAD7
(204,234,215)
#D7EEE1
(215,238,225)
#E2F2EB
(226,242,235)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FCE91; }

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

This text font color is #7FCE91.


Background Color

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

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

This div background color is #7FCE91.


Border color

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

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

This div border color is #7FCE91.


Opacity

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

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

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

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

This text has shadow with #7FCE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FCE91 on black background.


Color preview on white background

This text has color #7FCE91 on white background.



Black color preview on #7FCE91 background

This text has black color on #7FCE91 background.


White color preview on #7FCE91 background

This text has white color on #7FCE91 background.