COLOR #7FCE90

HEX: #7FCE90
RGB: (127,206,144)

Color info

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

RGB color model

#7FCE90 color RGB value is (127,206,144).

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

RGB channels and saturation

R 127 of 255 = 50%
G 206 of 255 = 81%
B 144 of 255 = 56%

127
206
144

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

Portions of RGB colors in percentages

R + G + B =
127 + 206 + 144 = 477 (100%)
R 127 of 477 ~ 26.62%
G 206 of 477 ~ 43.19%
B 144 of 477 ~ 30.19%

%26.62
%43.19
%30.19

CMYK color model

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

  • cyan value is 38.35%
  • magenta value is 0.00%
  • yellow value is 30.10%
  • 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
%30.1
%19.22

Codes

Color #7FCE90 in popluar color models

7FCE90
RGB127206144
HSL133°44.63%65.29%
HSB/HSV133°38.35%80.78%
CMYK38.35%0.00%30.10%
19.22%

Color #7FCE90 in popluar number systems.

HEX7FCE90
Decimal127206144
Binary11111111100111010010000
Octal177316220

Shades and tints

Shades of #7FCE90

#7FCE90
(127,206,144)
#74BC83
(116,188,131)
#69AA76
(105,170,118)
#5E9869
(94,152,105)
#53865C
(83,134,92)
#48744F
(72,116,79)
#3D6242
(61,98,66)
#325035
(50,80,53)
#273E28
(39,62,40)
#1C2C1B
(28,44,27)
#111A0E
(17,26,14)
#000000
(0,0,0)

Tints of #7FCE90

#7FCE90
(127,206,144)
#8AD29A
(138,210,154)
#95D6A4
(149,214,164)
#A0DAAE
(160,218,174)
#ABDEB8
(171,222,184)
#B6E2C2
(182,226,194)
#C1E6CC
(193,230,204)
#CCEAD6
(204,234,214)
#D7EEE0
(215,238,224)
#E2F2EA
(226,242,234)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FCE90; }

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

This text font color is #7FCE90.


Background Color

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

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

This div background color is #7FCE90.


Border color

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

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

This div border color is #7FCE90.


Opacity

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

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

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

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

This text has shadow with #7FCE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FCE90 on black background.


Color preview on white background

This text has color #7FCE90 on white background.



Black color preview on #7FCE90 background

This text has black color on #7FCE90 background.


White color preview on #7FCE90 background

This text has white color on #7FCE90 background.