COLOR #7FCCCF

HEX: #7FCCCF RGB: (127,204,207)

Color info

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

RGB color model

#7FCCCF color RGB value is (127,204,207).

RGB: (127,204,207) (50%, 80%, 81%)

RGB channels and saturation

R 127 of 255 = 50%
G 204 of 255 = 80%
B 207 of 255 = 81%

127
204
207

R + G + B ~ 70%. #7FCCCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 204 + 207 = 538 (100%)
R 127 of 538 ~ 23.61%
G 204 of 538 ~ 37.92%
B 207 of 538 ~ 38.48'%

%23.61
%37.92
%38.48

CMYK color model

#7FCCCF color CMYK value is (39,1,0,19).

  • cyan value is 38.65%
  • magenta value is 1.45%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (39,1,0,19)
C39M1Y0K19 (39%, 1%, 0%, 19%)
(0.39 / 0.01 / 0.00 / 0.19)

CMYK percentages

%38.65
%1.45
%0
%18.82

Codes

Color #7FCCCF in popluar color models

7F CC CF
RGB 127 204 207
HSL 182° 45.45% 65.49%
HSB/HSV 182° 38.65% 81.18%
CMYK 38.65% 1.45% 0.00%
18.82%

Color #7FCCCF in popluar number systems.

HEX 7F CC CF
Decimal 127 204 207
Binary 1111111 11001100 11001111
Octal 177 314 317

Shades and tints

Shades of #7FCCCF

#7FCCCF
(127,204,207)
#74BABD
(116,186,189)
#69A8AB
(105,168,171)
#5E9699
(94,150,153)
#538487
(83,132,135)
#487275
(72,114,117)
#3D6063
(61,96,99)
#324E51
(50,78,81)
#273C3F
(39,60,63)
#1C2A2D
(28,42,45)
#11181B
(17,24,27)
#000000
(0,0,0)

Tints of #7FCCCF

#7FCCCF
(127,204,207)
#8AD0D3
(138,208,211)
#95D4D7
(149,212,215)
#A0D8DB
(160,216,219)
#ABDCDF
(171,220,223)
#B6E0E3
(182,224,227)
#C1E4E7
(193,228,231)
#CCE8EB
(204,232,235)
#D7ECEF
(215,236,239)
#E2F0F3
(226,240,243)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FCCCF; }

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

This text font color is #7FCCCF.

Background Color

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

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

This div background color is #7FCCCF.

Border color

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

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

This div border color is #7FCCCF.

Opacity

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

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

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

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

This text has shadow with #7FCCCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FCCCF.

Preview

Color preview on black background

This text has color #7FCCCF on black background.


Color preview on white background

This text has color #7FCCCF on white background.


Black color preview on #7FCCCF background

This text has black color on #7FCCCF background.


White color preview on #7FCCCF background

This text has white color on #7FCCCF background.


Related colors

Complementary color

Complementary color for #hex is #803330.


I love getcolorcode.com

Triadic colors

1 #CF7FCC and #CCCF7F with #7FCCCF are triadic colors.

2 #CFCC7F and #CC7FCF with #7FCCCF are triadic colors.