COLOR #7FC2C3

HEX: #7FC2C3
RGB: (127,194,195)

Color info

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

RGB color model

#7FC2C3 color RGB value is (127,194,195).

  • red value is 127;
  • green value is 194;
  • blue value is 195.
RGB:
(127,194,195)
(50%,76%,76%)

RGB channels and saturation

R 127 of 255 = 50%
G 194 of 255 = 76%
B 195 of 255 = 76%

127
194
195

R + G + B ~ 67%. #7FC2C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 194 + 195 = 516 (100%)
R 127 of 516 ~ 24.61%
G 194 of 516 ~ 37.6%
B 195 of 516 ~ 37.79%

%24.61
%37.6
%37.79

CMYK color model

#7FC2C3 color CMYK value is (35,1,0,24).

  • cyan value is 34.87%
  • magenta value is 0.51%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(35,1,0,24)
C35M1Y0K24 
(35%,1%,0%,24%)
(0.35/0.01/0.00/0.24)	

CMYK percentages

%34.87
%0.51
%0
%23.53

Codes

Color #7FC2C3 in popluar color models

7FC2C3
RGB127194195
HSL181°36.17%63.14%
HSB/HSV181°34.87%76.47%
CMYK34.87%0.51%0.00%
23.53%

Color #7FC2C3 in popluar number systems.

HEX7FC2C3
Decimal127194195
Binary11111111100001011000011
Octal177302303

Shades and tints

Shades of #7FC2C3

#7FC2C3
(127,194,195)
#74B1B2
(116,177,178)
#69A0A1
(105,160,161)
#5E8F90
(94,143,144)
#537E7F
(83,126,127)
#486D6E
(72,109,110)
#3D5C5D
(61,92,93)
#324B4C
(50,75,76)
#273A3B
(39,58,59)
#1C292A
(28,41,42)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #7FC2C3

#7FC2C3
(127,194,195)
#8AC7C8
(138,199,200)
#95CCCD
(149,204,205)
#A0D1D2
(160,209,210)
#ABD6D7
(171,214,215)
#B6DBDC
(182,219,220)
#C1E0E1
(193,224,225)
#CCE5E6
(204,229,230)
#D7EAEB
(215,234,235)
#E2EFF0
(226,239,240)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FC2C3; }

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

This text font color is #7FC2C3.


Background Color

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

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

This div background color is #7FC2C3.


Border color

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

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

This div border color is #7FC2C3.


Opacity

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

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

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

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

This text has shadow with #7FC2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC2C3 on black background.


Color preview on white background

This text has color #7FC2C3 on white background.



Black color preview on #7FC2C3 background

This text has black color on #7FC2C3 background.


White color preview on #7FC2C3 background

This text has white color on #7FC2C3 background.