COLOR #7FCE9E

HEX: #7FCE9E
RGB: (127,206,158)

Color info

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

RGB color model

#7FCE9E color RGB value is (127,206,158).

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

RGB channels and saturation

R 127 of 255 = 50%
G 206 of 255 = 81%
B 158 of 255 = 62%

127
206
158

R + G + B ~ 64%. #7FCE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 206 + 158 = 491 (100%)
R 127 of 491 ~ 25.87%
G 206 of 491 ~ 41.96%
B 158 of 491 ~ 32.18%

%25.87
%41.96
%32.18

CMYK color model

#7FCE9E color CMYK value is (38,0,23,19).

  • cyan value is 38.35%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 19.22%
CMYK:
(38,0,23,19)
C38M0Y23K19 
(38%,0%,23%,19%)
(0.38/0.00/0.23/0.19)	

CMYK percentages

%38.35
%0
%23.3
%19.22

Codes

Color #7FCE9E in popluar color models

7FCE9E
RGB127206158
HSL144°44.63%65.29%
HSB/HSV144°38.35%80.78%
CMYK38.35%0.00%23.30%
19.22%

Color #7FCE9E in popluar number systems.

HEX7FCE9E
Decimal127206158
Binary11111111100111010011110
Octal177316236

Shades and tints

Shades of #7FCE9E

#7FCE9E
(127,206,158)
#74BC90
(116,188,144)
#69AA82
(105,170,130)
#5E9874
(94,152,116)
#538666
(83,134,102)
#487458
(72,116,88)
#3D624A
(61,98,74)
#32503C
(50,80,60)
#273E2E
(39,62,46)
#1C2C20
(28,44,32)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #7FCE9E

#7FCE9E
(127,206,158)
#8AD2A6
(138,210,166)
#95D6AE
(149,214,174)
#A0DAB6
(160,218,182)
#ABDEBE
(171,222,190)
#B6E2C6
(182,226,198)
#C1E6CE
(193,230,206)
#CCEAD6
(204,234,214)
#D7EEDE
(215,238,222)
#E2F2E6
(226,242,230)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FCE9E; }

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

This text font color is #7FCE9E.


Background Color

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

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

This div background color is #7FCE9E.


Border color

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

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

This div border color is #7FCE9E.


Opacity

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

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

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

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

This text has shadow with #7FCE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FCE9E on black background.


Color preview on white background

This text has color #7FCE9E on white background.



Black color preview on #7FCE9E background

This text has black color on #7FCE9E background.


White color preview on #7FCE9E background

This text has white color on #7FCE9E background.