COLOR #7FD8C9

HEX: #7FD8C9
RGB: (127,216,201)

Color info

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

RGB color model

#7FD8C9 color RGB value is (127,216,201).

  • red value is 127;
  • green value is 216;
  • blue value is 201.
RGB:
(127,216,201)
(50%,85%,79%)

RGB channels and saturation

R 127 of 255 = 50%
G 216 of 255 = 85%
B 201 of 255 = 79%

127
216
201

R + G + B ~ 71%. #7FD8C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 216 + 201 = 544 (100%)
R 127 of 544 ~ 23.35%
G 216 of 544 ~ 39.71%
B 201 of 544 ~ 36.95%

%23.35
%39.71
%36.95

CMYK color model

#7FD8C9 color CMYK value is (41,0,7,15).

  • cyan value is 41.20%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 15.29%
CMYK:
(41,0,7,15)
C41M0Y7K15 
(41%,0%,7%,15%)
(0.41/0.00/0.07/0.15)	

CMYK percentages

%41.2
%0
%6.94
%15.29

Codes

Color #7FD8C9 in popluar color models

7FD8C9
RGB127216201
HSL170°53.29%67.25%
HSB/HSV170°41.20%84.71%
CMYK41.20%0.00%6.94%
15.29%

Color #7FD8C9 in popluar number systems.

HEX7FD8C9
Decimal127216201
Binary11111111101100011001001
Octal177330311

Shades and tints

Shades of #7FD8C9

#7FD8C9
(127,216,201)
#74C5B7
(116,197,183)
#69B2A5
(105,178,165)
#5E9F93
(94,159,147)
#538C81
(83,140,129)
#48796F
(72,121,111)
#3D665D
(61,102,93)
#32534B
(50,83,75)
#274039
(39,64,57)
#1C2D27
(28,45,39)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #7FD8C9

#7FD8C9
(127,216,201)
#8ADBCD
(138,219,205)
#95DED1
(149,222,209)
#A0E1D5
(160,225,213)
#ABE4D9
(171,228,217)
#B6E7DD
(182,231,221)
#C1EAE1
(193,234,225)
#CCEDE5
(204,237,229)
#D7F0E9
(215,240,233)
#E2F3ED
(226,243,237)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FD8C9; }

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

This text font color is #7FD8C9.


Background Color

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

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

This div background color is #7FD8C9.


Border color

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

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

This div border color is #7FD8C9.


Opacity

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

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

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

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

This text has shadow with #7FD8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD8C9 on black background.


Color preview on white background

This text has color #7FD8C9 on white background.



Black color preview on #7FD8C9 background

This text has black color on #7FD8C9 background.


White color preview on #7FD8C9 background

This text has white color on #7FD8C9 background.