COLOR #7FC1D6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
193
214

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

Portions of RGB colors in percentages

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

%23.78
%36.14
%40.07

CMYK color model

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

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

CMYK percentages

%40.65
%9.81
%0
%16.08

Codes

Color #7FC1D6 in popluar color models

7FC1D6
RGB127193214
HSL194°51.48%66.86%
HSB/HSV194°40.65%83.92%
CMYK40.65%9.81%0.00%
16.08%

Color #7FC1D6 in popluar number systems.

HEX7FC1D6
Decimal127193214
Binary11111111100000111010110
Octal177301326

Shades and tints

Shades of #7FC1D6

#7FC1D6
(127,193,214)
#74B0C3
(116,176,195)
#699FB0
(105,159,176)
#5E8E9D
(94,142,157)
#537D8A
(83,125,138)
#486C77
(72,108,119)
#3D5B64
(61,91,100)
#324A51
(50,74,81)
#27393E
(39,57,62)
#1C282B
(28,40,43)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #7FC1D6

#7FC1D6
(127,193,214)
#8AC6D9
(138,198,217)
#95CBDC
(149,203,220)
#A0D0DF
(160,208,223)
#ABD5E2
(171,213,226)
#B6DAE5
(182,218,229)
#C1DFE8
(193,223,232)
#CCE4EB
(204,228,235)
#D7E9EE
(215,233,238)
#E2EEF1
(226,238,241)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FC1D6; }

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

This text font color is #7FC1D6.


Background Color

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

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

This div background color is #7FC1D6.


Border color

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

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

This div border color is #7FC1D6.


Opacity

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

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

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

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

This text has shadow with #7FC1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC1D6 on black background.


Color preview on white background

This text has color #7FC1D6 on white background.



Black color preview on #7FC1D6 background

This text has black color on #7FC1D6 background.


White color preview on #7FC1D6 background

This text has white color on #7FC1D6 background.