COLOR #7FC4A9

HEX: #7FC4A9
RGB: (127,196,169)

Color info

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

RGB color model

#7FC4A9 color RGB value is (127,196,169).

  • red value is 127;
  • green value is 196;
  • blue value is 169.
RGB:
(127,196,169)
(50%,77%,66%)

RGB channels and saturation

R 127 of 255 = 50%
G 196 of 255 = 77%
B 169 of 255 = 66%

127
196
169

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

Portions of RGB colors in percentages

R + G + B =
127 + 196 + 169 = 492 (100%)
R 127 of 492 ~ 25.81%
G 196 of 492 ~ 39.84%
B 169 of 492 ~ 34.35%

%25.81
%39.84
%34.35

CMYK color model

#7FC4A9 color CMYK value is (35,0,14,23).

  • cyan value is 35.20%
  • magenta value is 0.00%
  • yellow value is 13.78%
  • key color value is 23.14%
CMYK:
(35,0,14,23)
C35M0Y14K23 
(35%,0%,14%,23%)
(0.35/0.00/0.14/0.23)	

CMYK percentages

%35.2
%0
%13.78
%23.14

Codes

Color #7FC4A9 in popluar color models

7FC4A9
RGB127196169
HSL157°36.90%63.33%
HSB/HSV157°35.20%76.86%
CMYK35.20%0.00%13.78%
23.14%

Color #7FC4A9 in popluar number systems.

HEX7FC4A9
Decimal127196169
Binary11111111100010010101001
Octal177304251

Shades and tints

Shades of #7FC4A9

#7FC4A9
(127,196,169)
#74B39A
(116,179,154)
#69A28B
(105,162,139)
#5E917C
(94,145,124)
#53806D
(83,128,109)
#486F5E
(72,111,94)
#3D5E4F
(61,94,79)
#324D40
(50,77,64)
#273C31
(39,60,49)
#1C2B22
(28,43,34)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #7FC4A9

#7FC4A9
(127,196,169)
#8AC9B0
(138,201,176)
#95CEB7
(149,206,183)
#A0D3BE
(160,211,190)
#ABD8C5
(171,216,197)
#B6DDCC
(182,221,204)
#C1E2D3
(193,226,211)
#CCE7DA
(204,231,218)
#D7ECE1
(215,236,225)
#E2F1E8
(226,241,232)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC4A9 color. Also use rgb(127,196,169) instead hex code.

Text Font Color

.myTextColor { color: #7FC4A9; }

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

This text font color is #7FC4A9.


Background Color

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

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

This div background color is #7FC4A9.


Border color

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

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

This div border color is #7FC4A9.


Opacity

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

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

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

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

This text has shadow with #7FC4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC4A9 on black background.


Color preview on white background

This text has color #7FC4A9 on white background.



Black color preview on #7FC4A9 background

This text has black color on #7FC4A9 background.


White color preview on #7FC4A9 background

This text has white color on #7FC4A9 background.