COLOR #7FC5C8

HEX: #7FC5C8 RGB: (127,197,200)

Color info

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

RGB color model

#7FC5C8 color RGB value is (127,197,200).

RGB: (127,197,200) (50%, 77%, 78%)

RGB channels and saturation

R 127 of 255 = 50%
G 197 of 255 = 77%
B 200 of 255 = 78%

127
197
200

R + G + B ~ 68%. #7FC5C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 197 + 200 = 524 (100%)
R 127 of 524 ~ 24.24%
G 197 of 524 ~ 37.6%
B 200 of 524 ~ 38.17'%

%24.24
%37.6
%38.17

CMYK color model

#7FC5C8 color CMYK value is (37,1,0,22).

  • cyan value is 36.50%
  • magenta value is 1.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (37,1,0,22)
C37M1Y0K22 (37%, 1%, 0%, 22%)
(0.37 / 0.01 / 0.00 / 0.22)

CMYK percentages

%36.5
%1.5
%0
%21.57

Codes

Color #7FC5C8 in popluar color models

7F C5 C8
RGB 127 197 200
HSL 182° 39.89% 64.12%
HSB/HSV 182° 36.50% 78.43%
CMYK 36.50% 1.50% 0.00%
21.57%

Color #7FC5C8 in popluar number systems.

HEX 7F C5 C8
Decimal 127 197 200
Binary 1111111 11000101 11001000
Octal 177 305 310

Shades and tints

Shades of #7FC5C8

#7FC5C8
(127,197,200)
#74B4B6
(116,180,182)
#69A3A4
(105,163,164)
#5E9292
(94,146,146)
#538180
(83,129,128)
#48706E
(72,112,110)
#3D5F5C
(61,95,92)
#324E4A
(50,78,74)
#273D38
(39,61,56)
#1C2C26
(28,44,38)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #7FC5C8

#7FC5C8
(127,197,200)
#8ACACD
(138,202,205)
#95CFD2
(149,207,210)
#A0D4D7
(160,212,215)
#ABD9DC
(171,217,220)
#B6DEE1
(182,222,225)
#C1E3E6
(193,227,230)
#CCE8EB
(204,232,235)
#D7EDF0
(215,237,240)
#E2F2F5
(226,242,245)
#EDF7FA
(237,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC5C8 color. Also use rgb(127,197,200) instead hex code.

Text Font Color

.myTextColor { color: #7FC5C8; }

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

This text font color is #7FC5C8.

Background Color

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

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

This div background color is #7FC5C8.

Border color

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

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

This div border color is #7FC5C8.

Opacity

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

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

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

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

This text has shadow with #7FC5C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC5C8.

Preview

Color preview on black background

This text has color #7FC5C8 on black background.


Color preview on white background

This text has color #7FC5C8 on white background.


Black color preview on #7FC5C8 background

This text has black color on #7FC5C8 background.


White color preview on #7FC5C8 background

This text has white color on #7FC5C8 background.


Related colors

Complementary color

Complementary color for #hex is #803A37.


I love getcolorcode.com

Triadic colors

1 #C87FC5 and #C5C87F with #7FC5C8 are triadic colors.

2 #C8C57F and #C57FC8 with #7FC5C8 are triadic colors.