COLOR #7FD0C7

HEX: #7FD0C7
RGB: (127,208,199)

Color info

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

RGB color model

#7FD0C7 color RGB value is (127,208,199).

  • red value is 127;
  • green value is 208;
  • blue value is 199.
RGB:
(127,208,199)
(50%,82%,78%)

RGB channels and saturation

R 127 of 255 = 50%
G 208 of 255 = 82%
B 199 of 255 = 78%

127
208
199

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

Portions of RGB colors in percentages

R + G + B =
127 + 208 + 199 = 534 (100%)
R 127 of 534 ~ 23.78%
G 208 of 534 ~ 38.95%
B 199 of 534 ~ 37.27%

%23.78
%38.95
%37.27

CMYK color model

#7FD0C7 color CMYK value is (39,0,4,18).

  • cyan value is 38.94%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 18.43%
CMYK:
(39,0,4,18)
C39M0Y4K18 
(39%,0%,4%,18%)
(0.39/0.00/0.04/0.18)	

CMYK percentages

%38.94
%0
%4.33
%18.43

Codes

Color #7FD0C7 in popluar color models

7FD0C7
RGB127208199
HSL173°46.29%65.69%
HSB/HSV173°38.94%81.57%
CMYK38.94%0.00%4.33%
18.43%

Color #7FD0C7 in popluar number systems.

HEX7FD0C7
Decimal127208199
Binary11111111101000011000111
Octal177320307

Shades and tints

Shades of #7FD0C7

#7FD0C7
(127,208,199)
#74BEB5
(116,190,181)
#69ACA3
(105,172,163)
#5E9A91
(94,154,145)
#53887F
(83,136,127)
#48766D
(72,118,109)
#3D645B
(61,100,91)
#325249
(50,82,73)
#274037
(39,64,55)
#1C2E25
(28,46,37)
#111C13
(17,28,19)
#000000
(0,0,0)

Tints of #7FD0C7

#7FD0C7
(127,208,199)
#8AD4CC
(138,212,204)
#95D8D1
(149,216,209)
#A0DCD6
(160,220,214)
#ABE0DB
(171,224,219)
#B6E4E0
(182,228,224)
#C1E8E5
(193,232,229)
#CCECEA
(204,236,234)
#D7F0EF
(215,240,239)
#E2F4F4
(226,244,244)
#EDF8F9
(237,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FD0C7; }

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

This text font color is #7FD0C7.


Background Color

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

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

This div background color is #7FD0C7.


Border color

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

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

This div border color is #7FD0C7.


Opacity

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

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

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

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

This text has shadow with #7FD0C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD0C7 on black background.


Color preview on white background

This text has color #7FD0C7 on white background.



Black color preview on #7FD0C7 background

This text has black color on #7FD0C7 background.


White color preview on #7FD0C7 background

This text has white color on #7FD0C7 background.