COLOR #7FC3CE

HEX: #7FC3CE RGB: (127,195,206)

Color info

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

RGB color model

#7FC3CE color RGB value is (127,195,206).

RGB: (127,195,206) (50%, 76%, 81%)

RGB channels and saturation

R 127 of 255 = 50%
G 195 of 255 = 76%
B 206 of 255 = 81%

127
195
206

R + G + B ~ 69%. #7FC3CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 195 + 206 = 528 (100%)
R 127 of 528 ~ 24.05%
G 195 of 528 ~ 36.93%
B 206 of 528 ~ 39.02'%

%24.05
%36.93
%39.02

CMYK color model

#7FC3CE color CMYK value is (38,5,0,19).

  • cyan value is 38.35%
  • magenta value is 5.34%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (38,5,0,19)
C38M5Y0K19 (38%, 5%, 0%, 19%)
(0.38 / 0.05 / 0.00 / 0.19)

CMYK percentages

%38.35
%5.34
%0
%19.22

Codes

Color #7FC3CE in popluar color models

7F C3 CE
RGB 127 195 206
HSL 188° 44.63% 65.29%
HSB/HSV 188° 38.35% 80.78%
CMYK 38.35% 5.34% 0.00%
19.22%

Color #7FC3CE in popluar number systems.

HEX 7F C3 CE
Decimal 127 195 206
Binary 1111111 11000011 11001110
Octal 177 303 316

Shades and tints

Shades of #7FC3CE

#7FC3CE
(127,195,206)
#74B2BC
(116,178,188)
#69A1AA
(105,161,170)
#5E9098
(94,144,152)
#537F86
(83,127,134)
#486E74
(72,110,116)
#3D5D62
(61,93,98)
#324C50
(50,76,80)
#273B3E
(39,59,62)
#1C2A2C
(28,42,44)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #7FC3CE

#7FC3CE
(127,195,206)
#8AC8D2
(138,200,210)
#95CDD6
(149,205,214)
#A0D2DA
(160,210,218)
#ABD7DE
(171,215,222)
#B6DCE2
(182,220,226)
#C1E1E6
(193,225,230)
#CCE6EA
(204,230,234)
#D7EBEE
(215,235,238)
#E2F0F2
(226,240,242)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FC3CE; }

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

This text font color is #7FC3CE.

Background Color

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

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

This div background color is #7FC3CE.

Border color

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

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

This div border color is #7FC3CE.

Opacity

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

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

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

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

This text has shadow with #7FC3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC3CE.

Preview

Color preview on black background

This text has color #7FC3CE on black background.


Color preview on white background

This text has color #7FC3CE on white background.


Black color preview on #7FC3CE background

This text has black color on #7FC3CE background.


White color preview on #7FC3CE background

This text has white color on #7FC3CE background.


Related colors

Complementary color

Complementary color for #hex is #803C31.


I love getcolorcode.com

Triadic colors

1 #CE7FC3 and #C3CE7F with #7FC3CE are triadic colors.

2 #CEC37F and #C37FCE with #7FC3CE are triadic colors.