COLOR #7FC2D6

HEX: #7FC2D6 RGB: (127,194,214)

Color info

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

RGB color model

#7FC2D6 color RGB value is (127,194,214).

RGB: (127,194,214) (50%, 76%, 84%)

RGB channels and saturation

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

127
194
214

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

Portions of RGB colors in percentages

R + G + B = 127 + 194 + 214 = 535 (100%)
R 127 of 535 ~ 23.74%
G 194 of 535 ~ 36.26%
B 214 of 535 ~ 40'%

%23.74
%36.26
%40

CMYK color model

#7FC2D6 color CMYK value is (41,9,0,16).

  • cyan value is 40.65%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (41,9,0,16)
C41M9Y0K16 (41%, 9%, 0%, 16%)
(0.41 / 0.09 / 0.00 / 0.16)

CMYK percentages

%40.65
%9.35
%0
%16.08

Codes

Color #7FC2D6 in popluar color models

7F C2 D6
RGB 127 194 214
HSL 194° 51.48% 66.86%
HSB/HSV 194° 40.65% 83.92%
CMYK 40.65% 9.35% 0.00%
16.08%

Color #7FC2D6 in popluar number systems.

HEX 7F C2 D6
Decimal 127 194 214
Binary 1111111 11000010 11010110
Octal 177 302 326

Shades and tints

Shades of #7FC2D6

#7FC2D6
(127,194,214)
#74B1C3
(116,177,195)
#69A0B0
(105,160,176)
#5E8F9D
(94,143,157)
#537E8A
(83,126,138)
#486D77
(72,109,119)
#3D5C64
(61,92,100)
#324B51
(50,75,81)
#273A3E
(39,58,62)
#1C292B
(28,41,43)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #7FC2D6

#7FC2D6
(127,194,214)
#8AC7D9
(138,199,217)
#95CCDC
(149,204,220)
#A0D1DF
(160,209,223)
#ABD6E2
(171,214,226)
#B6DBE5
(182,219,229)
#C1E0E8
(193,224,232)
#CCE5EB
(204,229,235)
#D7EAEE
(215,234,238)
#E2EFF1
(226,239,241)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FC2D6; }

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

This text font color is #7FC2D6.

Background Color

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

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

This div background color is #7FC2D6.

Border color

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

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

This div border color is #7FC2D6.

Opacity

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

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

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

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

This text has shadow with #7FC2D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC2D6.

Preview

Color preview on black background

This text has color #7FC2D6 on black background.


Color preview on white background

This text has color #7FC2D6 on white background.


Black color preview on #7FC2D6 background

This text has black color on #7FC2D6 background.


White color preview on #7FC2D6 background

This text has white color on #7FC2D6 background.


Related colors

Complementary color

Complementary color for #hex is #803D29.


I love getcolorcode.com

Triadic colors

1 #D67FC2 and #C2D67F with #7FC2D6 are triadic colors.

2 #D6C27F and #C27FD6 with #7FC2D6 are triadic colors.