COLOR #7FC3A1

HEX: #7FC3A1 RGB: (127,195,161)

Color info

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

RGB color model

#7FC3A1 color RGB value is (127,195,161).

RGB: (127,195,161) (50%, 76%, 63%)

RGB channels and saturation

R 127 of 255 = 50%
G 195 of 255 = 76%
B 161 of 255 = 63%

127
195
161

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

Portions of RGB colors in percentages

R + G + B = 127 + 195 + 161 = 483 (100%)
R 127 of 483 ~ 26.29%
G 195 of 483 ~ 40.37%
B 161 of 483 ~ 33.33'%

%26.29
%40.37
%33.33

CMYK color model

#7FC3A1 color CMYK value is (35,0,17,24).

  • cyan value is 34.87%
  • magenta value is 0.00%
  • yellow value is 17.44%
  • key color value is 23.53%

CMYK: (35,0,17,24)
C35M0Y17K24 (35%, 0%, 17%, 24%)
(0.35 / 0.00 / 0.17 / 0.24)

CMYK percentages

%34.87
%0
%17.44
%23.53

Codes

Color #7FC3A1 in popluar color models

7F C3 A1
RGB 127 195 161
HSL 150° 36.17% 63.14%
HSB/HSV 150° 34.87% 76.47%
CMYK 34.87% 0.00% 17.44%
23.53%

Color #7FC3A1 in popluar number systems.

HEX 7F C3 A1
Decimal 127 195 161
Binary 1111111 11000011 10100001
Octal 177 303 241

Shades and tints

Shades of #7FC3A1

#7FC3A1
(127,195,161)
#74B293
(116,178,147)
#69A185
(105,161,133)
#5E9077
(94,144,119)
#537F69
(83,127,105)
#486E5B
(72,110,91)
#3D5D4D
(61,93,77)
#324C3F
(50,76,63)
#273B31
(39,59,49)
#1C2A23
(28,42,35)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #7FC3A1

#7FC3A1
(127,195,161)
#8AC8A9
(138,200,169)
#95CDB1
(149,205,177)
#A0D2B9
(160,210,185)
#ABD7C1
(171,215,193)
#B6DCC9
(182,220,201)
#C1E1D1
(193,225,209)
#CCE6D9
(204,230,217)
#D7EBE1
(215,235,225)
#E2F0E9
(226,240,233)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC3A1 color. Also use rgb(127,195,161) instead hex code.

Text Font Color

.myTextColor { color: #7FC3A1; }

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

This text font color is #7FC3A1.

Background Color

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

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

This div background color is #7FC3A1.

Border color

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

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

This div border color is #7FC3A1.

Opacity

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

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

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

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

This text has shadow with #7FC3A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC3A1.

Preview

Color preview on black background

This text has color #7FC3A1 on black background.


Color preview on white background

This text has color #7FC3A1 on white background.


Black color preview on #7FC3A1 background

This text has black color on #7FC3A1 background.


White color preview on #7FC3A1 background

This text has white color on #7FC3A1 background.


Related colors

Complementary color

Complementary color for #hex is #803C5E.


I love getcolorcode.com

Triadic colors

1 #A17FC3 and #C3A17F with #7FC3A1 are triadic colors.

2 #A1C37F and #C37FA1 with #7FC3A1 are triadic colors.