COLOR #7FC1AD

HEX: #7FC1AD
RGB: (127,193,173)

Color info

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

RGB color model

#7FC1AD color RGB value is (127,193,173).

  • red value is 127;
  • green value is 193;
  • blue value is 173.
RGB:
(127,193,173)
(50%,76%,68%)

RGB channels and saturation

R 127 of 255 = 50%
G 193 of 255 = 76%
B 173 of 255 = 68%

127
193
173

R + G + B ~ 65%. #7FC1AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 193 + 173 = 493 (100%)
R 127 of 493 ~ 25.76%
G 193 of 493 ~ 39.15%
B 173 of 493 ~ 35.09%

%25.76
%39.15
%35.09

CMYK color model

#7FC1AD color CMYK value is (34,0,10,24).

  • cyan value is 34.20%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 24.31%
CMYK:
(34,0,10,24)
C34M0Y10K24 
(34%,0%,10%,24%)
(0.34/0.00/0.10/0.24)	

CMYK percentages

%34.2
%0
%10.36
%24.31

Codes

Color #7FC1AD in popluar color models

7FC1AD
RGB127193173
HSL162°34.74%62.75%
HSB/HSV162°34.20%75.69%
CMYK34.20%0.00%10.36%
24.31%

Color #7FC1AD in popluar number systems.

HEX7FC1AD
Decimal127193173
Binary11111111100000110101101
Octal177301255

Shades and tints

Shades of #7FC1AD

#7FC1AD
(127,193,173)
#74B09E
(116,176,158)
#699F8F
(105,159,143)
#5E8E80
(94,142,128)
#537D71
(83,125,113)
#486C62
(72,108,98)
#3D5B53
(61,91,83)
#324A44
(50,74,68)
#273935
(39,57,53)
#1C2826
(28,40,38)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #7FC1AD

#7FC1AD
(127,193,173)
#8AC6B4
(138,198,180)
#95CBBB
(149,203,187)
#A0D0C2
(160,208,194)
#ABD5C9
(171,213,201)
#B6DAD0
(182,218,208)
#C1DFD7
(193,223,215)
#CCE4DE
(204,228,222)
#D7E9E5
(215,233,229)
#E2EEEC
(226,238,236)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC1AD color. Also use rgb(127,193,173) instead hex code.

Text Font Color

.myTextColor { color: #7FC1AD; }

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

This text font color is #7FC1AD.


Background Color

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

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

This div background color is #7FC1AD.


Border color

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

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

This div border color is #7FC1AD.


Opacity

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

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

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

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

This text has shadow with #7FC1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC1AD on black background.


Color preview on white background

This text has color #7FC1AD on white background.



Black color preview on #7FC1AD background

This text has black color on #7FC1AD background.


White color preview on #7FC1AD background

This text has white color on #7FC1AD background.