COLOR #7FC5C5

HEX: #7FC5C5
RGB: (127,197,197)

Color info

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

RGB color model

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

  • red value is 127;
  • green value is 197;
  • blue value is 197.
RGB:
(127,197,197)
(50%,77%,77%)

RGB channels and saturation

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

127
197
197

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

Portions of RGB colors in percentages

R + G + B =
127 + 197 + 197 = 521 (100%)
R 127 of 521 ~ 24.38%
G 197 of 521 ~ 37.81%
B 197 of 521 ~ 37.81%

%24.38
%37.81
%37.81

CMYK color model

#7FC5C5 color CMYK value is (36,0,0,23).

  • cyan value is 35.53%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(36,0,0,23)
C36M0Y0K23 
(36%,0%,0%,23%)
(0.36/0.00/0.00/0.23)	

CMYK percentages

%35.53
%0
%0
%22.75

Codes

Color #7FC5C5 in popluar color models

7FC5C5
RGB127197197
HSL180°37.63%63.53%
HSB/HSV180°35.53%77.25%
CMYK35.53%0.00%0.00%
22.75%

Color #7FC5C5 in popluar number systems.

HEX7FC5C5
Decimal127197197
Binary11111111100010111000101
Octal177305305

Shades and tints

Shades of #7FC5C5

#7FC5C5
(127,197,197)
#74B4B4
(116,180,180)
#69A3A3
(105,163,163)
#5E9292
(94,146,146)
#538181
(83,129,129)
#487070
(72,112,112)
#3D5F5F
(61,95,95)
#324E4E
(50,78,78)
#273D3D
(39,61,61)
#1C2C2C
(28,44,44)
#111B1B
(17,27,27)
#000000
(0,0,0)

Tints of #7FC5C5

#7FC5C5
(127,197,197)
#8ACACA
(138,202,202)
#95CFCF
(149,207,207)
#A0D4D4
(160,212,212)
#ABD9D9
(171,217,217)
#B6DEDE
(182,222,222)
#C1E3E3
(193,227,227)
#CCE8E8
(204,232,232)
#D7EDED
(215,237,237)
#E2F2F2
(226,242,242)
#EDF7F7
(237,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FC5C5; }

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

This text font color is #7FC5C5.


Background Color

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

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

This div background color is #7FC5C5.


Border color

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

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

This div border color is #7FC5C5.


Opacity

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

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

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

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

This text has shadow with #7FC5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC5C5 on black background.


Color preview on white background

This text has color #7FC5C5 on white background.



Black color preview on #7FC5C5 background

This text has black color on #7FC5C5 background.


White color preview on #7FC5C5 background

This text has white color on #7FC5C5 background.