COLOR #7FC1E0

HEX: #7FC1E0
RGB: (127,193,224)

Color info

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

RGB color model

#7FC1E0 color RGB value is (127,193,224).

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

RGB channels and saturation

R 127 of 255 = 50%
G 193 of 255 = 76%
B 224 of 255 = 88%

127
193
224

R + G + B ~ 71%. #7FC1E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 193 + 224 = 544 (100%)
R 127 of 544 ~ 23.35%
G 193 of 544 ~ 35.48%
B 224 of 544 ~ 41.18%

%23.35
%35.48
%41.18

CMYK color model

#7FC1E0 color CMYK value is (43,14,0,12).

  • cyan value is 43.30%
  • magenta value is 13.84%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(43,14,0,12)
C43M14Y0K12 
(43%,14%,0%,12%)
(0.43/0.14/0.00/0.12)	

CMYK percentages

%43.3
%13.84
%0
%12.16

Codes

Color #7FC1E0 in popluar color models

7FC1E0
RGB127193224
HSL199°61.01%68.82%
HSB/HSV199°43.30%87.84%
CMYK43.30%13.84%0.00%
12.16%

Color #7FC1E0 in popluar number systems.

HEX7FC1E0
Decimal127193224
Binary11111111100000111100000
Octal177301340

Shades and tints

Shades of #7FC1E0

#7FC1E0
(127,193,224)
#74B0CC
(116,176,204)
#699FB8
(105,159,184)
#5E8EA4
(94,142,164)
#537D90
(83,125,144)
#486C7C
(72,108,124)
#3D5B68
(61,91,104)
#324A54
(50,74,84)
#273940
(39,57,64)
#1C282C
(28,40,44)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #7FC1E0

#7FC1E0
(127,193,224)
#8AC6E2
(138,198,226)
#95CBE4
(149,203,228)
#A0D0E6
(160,208,230)
#ABD5E8
(171,213,232)
#B6DAEA
(182,218,234)
#C1DFEC
(193,223,236)
#CCE4EE
(204,228,238)
#D7E9F0
(215,233,240)
#E2EEF2
(226,238,242)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FC1E0; }

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

This text font color is #7FC1E0.


Background Color

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

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

This div background color is #7FC1E0.


Border color

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

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

This div border color is #7FC1E0.


Opacity

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

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

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

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

This text has shadow with #7FC1E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC1E0 on black background.


Color preview on white background

This text has color #7FC1E0 on white background.



Black color preview on #7FC1E0 background

This text has black color on #7FC1E0 background.


White color preview on #7FC1E0 background

This text has white color on #7FC1E0 background.