COLOR #7FC69B

HEX: #7FC69B
RGB: (127,198,155)

Color info

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

RGB color model

#7FC69B color RGB value is (127,198,155).

  • red value is 127;
  • green value is 198;
  • blue value is 155.
RGB:
(127,198,155)
(50%,78%,61%)

RGB channels and saturation

R 127 of 255 = 50%
G 198 of 255 = 78%
B 155 of 255 = 61%

127
198
155

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

Portions of RGB colors in percentages

R + G + B =
127 + 198 + 155 = 480 (100%)
R 127 of 480 ~ 26.46%
G 198 of 480 ~ 41.25%
B 155 of 480 ~ 32.29%

%26.46
%41.25
%32.29

CMYK color model

#7FC69B color CMYK value is (36,0,22,22).

  • cyan value is 35.86%
  • magenta value is 0.00%
  • yellow value is 21.72%
  • key color value is 22.35%
CMYK:
(36,0,22,22)
C36M0Y22K22 
(36%,0%,22%,22%)
(0.36/0.00/0.22/0.22)	

CMYK percentages

%35.86
%0
%21.72
%22.35

Codes

Color #7FC69B in popluar color models

7FC69B
RGB127198155
HSL144°38.38%63.73%
HSB/HSV144°35.86%77.65%
CMYK35.86%0.00%21.72%
22.35%

Color #7FC69B in popluar number systems.

HEX7FC69B
Decimal127198155
Binary11111111100011010011011
Octal177306233

Shades and tints

Shades of #7FC69B

#7FC69B
(127,198,155)
#74B48D
(116,180,141)
#69A27F
(105,162,127)
#5E9071
(94,144,113)
#537E63
(83,126,99)
#486C55
(72,108,85)
#3D5A47
(61,90,71)
#324839
(50,72,57)
#27362B
(39,54,43)
#1C241D
(28,36,29)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #7FC69B

#7FC69B
(127,198,155)
#8ACBA4
(138,203,164)
#95D0AD
(149,208,173)
#A0D5B6
(160,213,182)
#ABDABF
(171,218,191)
#B6DFC8
(182,223,200)
#C1E4D1
(193,228,209)
#CCE9DA
(204,233,218)
#D7EEE3
(215,238,227)
#E2F3EC
(226,243,236)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC69B color. Also use rgb(127,198,155) instead hex code.

Text Font Color

.myTextColor { color: #7FC69B; }

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

This text font color is #7FC69B.


Background Color

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

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

This div background color is #7FC69B.


Border color

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

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

This div border color is #7FC69B.


Opacity

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

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

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

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

This text has shadow with #7FC69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC69B on black background.


Color preview on white background

This text has color #7FC69B on white background.



Black color preview on #7FC69B background

This text has black color on #7FC69B background.


White color preview on #7FC69B background

This text has white color on #7FC69B background.