COLOR #7FC0E3

HEX: #7FC0E3 RGB: (127,192,227)

Color info

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

RGB color model

#7FC0E3 color RGB value is (127,192,227).

RGB: (127,192,227) (50%, 75%, 89%)

RGB channels and saturation

R 127 of 255 = 50%
G 192 of 255 = 75%
B 227 of 255 = 89%

127
192
227

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

Portions of RGB colors in percentages

R + G + B = 127 + 192 + 227 = 546 (100%)
R 127 of 546 ~ 23.26%
G 192 of 546 ~ 35.16%
B 227 of 546 ~ 41.58'%

%23.26
%35.16
%41.58

CMYK color model

#7FC0E3 color CMYK value is (44,15,0,11).

  • cyan value is 44.05%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (44,15,0,11)
C44M15Y0K11 (44%, 15%, 0%, 11%)
(0.44 / 0.15 / 0.00 / 0.11)

CMYK percentages

%44.05
%15.42
%0
%10.98

Codes

Color #7FC0E3 in popluar color models

7F C0 E3
RGB 127 192 227
HSL 201° 64.10% 69.41%
HSB/HSV 201° 44.05% 89.02%
CMYK 44.05% 15.42% 0.00%
10.98%

Color #7FC0E3 in popluar number systems.

HEX 7F C0 E3
Decimal 127 192 227
Binary 1111111 11000000 11100011
Octal 177 300 343

Shades and tints

Shades of #7FC0E3

#7FC0E3
(127,192,227)
#74AFCF
(116,175,207)
#699EBB
(105,158,187)
#5E8DA7
(94,141,167)
#537C93
(83,124,147)
#486B7F
(72,107,127)
#3D5A6B
(61,90,107)
#324957
(50,73,87)
#273843
(39,56,67)
#1C272F
(28,39,47)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #7FC0E3

#7FC0E3
(127,192,227)
#8AC5E5
(138,197,229)
#95CAE7
(149,202,231)
#A0CFE9
(160,207,233)
#ABD4EB
(171,212,235)
#B6D9ED
(182,217,237)
#C1DEEF
(193,222,239)
#CCE3F1
(204,227,241)
#D7E8F3
(215,232,243)
#E2EDF5
(226,237,245)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC0E3 color. Also use rgb(127,192,227) instead hex code.

Text Font Color

.myTextColor { color: #7FC0E3; }

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

This text font color is #7FC0E3.

Background Color

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

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

This div background color is #7FC0E3.

Border color

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

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

This div border color is #7FC0E3.

Opacity

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

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

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

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

This text has shadow with #7FC0E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC0E3.

Preview

Color preview on black background

This text has color #7FC0E3 on black background.


Color preview on white background

This text has color #7FC0E3 on white background.


Black color preview on #7FC0E3 background

This text has black color on #7FC0E3 background.


White color preview on #7FC0E3 background

This text has white color on #7FC0E3 background.


Related colors

Complementary color

Complementary color for #hex is #803F1C.


I love getcolorcode.com

Triadic colors

1 #E37FC0 and #C0E37F with #7FC0E3 are triadic colors.

2 #E3C07F and #C07FE3 with #7FC0E3 are triadic colors.