COLOR #7FD6C1

HEX: #7FD6C1
RGB: (127,214,193)

Color info

#7FD6C1 contains mainly green and blue colors. Web safe color of #7FD6C1 is #66CCCC (or #6CC).

RGB color model

#7FD6C1 color RGB value is (127,214,193).

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

RGB channels and saturation

R 127 of 255 = 50%
G 214 of 255 = 84%
B 193 of 255 = 76%

127
214
193

R + G + B ~ 70%. #7FD6C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 214 + 193 = 534 (100%)
R 127 of 534 ~ 23.78%
G 214 of 534 ~ 40.07%
B 193 of 534 ~ 36.14%

%23.78
%40.07
%36.14

CMYK color model

#7FD6C1 color CMYK value is (41,0,10,16).

  • cyan value is 40.65%
  • magenta value is 0.00%
  • yellow value is 9.81%
  • key color value is 16.08%
CMYK:
(41,0,10,16)
C41M0Y10K16 
(41%,0%,10%,16%)
(0.41/0.00/0.10/0.16)	

CMYK percentages

%40.65
%0
%9.81
%16.08

Codes

Color #7FD6C1 in popluar color models

7FD6C1
RGB127214193
HSL166°51.48%66.86%
HSB/HSV166°40.65%83.92%
CMYK40.65%0.00%9.81%
16.08%

Color #7FD6C1 in popluar number systems.

HEX7FD6C1
Decimal127214193
Binary11111111101011011000001
Octal177326301

Shades and tints

Shades of #7FD6C1

#7FD6C1
(127,214,193)
#74C3B0
(116,195,176)
#69B09F
(105,176,159)
#5E9D8E
(94,157,142)
#538A7D
(83,138,125)
#48776C
(72,119,108)
#3D645B
(61,100,91)
#32514A
(50,81,74)
#273E39
(39,62,57)
#1C2B28
(28,43,40)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #7FD6C1

#7FD6C1
(127,214,193)
#8AD9C6
(138,217,198)
#95DCCB
(149,220,203)
#A0DFD0
(160,223,208)
#ABE2D5
(171,226,213)
#B6E5DA
(182,229,218)
#C1E8DF
(193,232,223)
#CCEBE4
(204,235,228)
#D7EEE9
(215,238,233)
#E2F1EE
(226,241,238)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FD6C1; }

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

This text font color is #7FD6C1.


Background Color

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

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

This div background color is #7FD6C1.


Border color

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

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

This div border color is #7FD6C1.


Opacity

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

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

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

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

This text has shadow with #7FD6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD6C1 on black background.


Color preview on white background

This text has color #7FD6C1 on white background.



Black color preview on #7FD6C1 background

This text has black color on #7FD6C1 background.


White color preview on #7FD6C1 background

This text has white color on #7FD6C1 background.