COLOR #7FCFCC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
207
204

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

Portions of RGB colors in percentages

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

%23.61
%38.48
%37.92

CMYK color model

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

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

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

CMYK percentages

%38.65
%0
%1.45
%18.82

Codes

Color #7FCFCC in popluar color models

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

Color #7FCFCC in popluar number systems.

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

Shades and tints

Shades of #7FCFCC

#7FCFCC
(127,207,204)
#74BDBA
(116,189,186)
#69ABA8
(105,171,168)
#5E9996
(94,153,150)
#538784
(83,135,132)
#487572
(72,117,114)
#3D6360
(61,99,96)
#32514E
(50,81,78)
#273F3C
(39,63,60)
#1C2D2A
(28,45,42)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #7FCFCC

#7FCFCC
(127,207,204)
#8AD3D0
(138,211,208)
#95D7D4
(149,215,212)
#A0DBD8
(160,219,216)
#ABDFDC
(171,223,220)
#B6E3E0
(182,227,224)
#C1E7E4
(193,231,228)
#CCEBE8
(204,235,232)
#D7EFEC
(215,239,236)
#E2F3F0
(226,243,240)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FCFCC; }

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

This text font color is #7FCFCC.

Background Color

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

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

This div background color is #7FCFCC.

Border color

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

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

This div border color is #7FCFCC.

Opacity

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

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

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

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

This text has shadow with #7FCFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FCFCC.

Preview

Color preview on black background

This text has color #7FCFCC on black background.


Color preview on white background

This text has color #7FCFCC on white background.


Black color preview on #7FCFCC background

This text has black color on #7FCFCC background.


White color preview on #7FCFCC background

This text has white color on #7FCFCC background.


Related colors

Complementary color

Complementary color for #hex is #803033.


I love getcolorcode.com

Triadic colors

1 #CC7FCF and #CFCC7F with #7FCFCC are triadic colors.

2 #CCCF7F and #CF7FCC with #7FCFCC are triadic colors.