COLOR #4FCFD6

HEX: #4FCFD6
RGB: (79,207,214)

Color info

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

RGB color model

#4FCFD6 color RGB value is (79,207,214).

  • red value is 79;
  • green value is 207;
  • blue value is 214.
RGB:
(79,207,214)
(31%,81%,84%)

RGB channels and saturation

R 79 of 255 = 31%
G 207 of 255 = 81%
B 214 of 255 = 84%

79
207
214

R + G + B ~ 65%. #4FCFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 207 + 214 = 500 (100%)
R 79 of 500 ~ 15.8%
G 207 of 500 ~ 41.4%
B 214 of 500 ~ 42.8%

%15.8
%41.4
%42.8

CMYK color model

#4FCFD6 color CMYK value is (63,3,0,16).

  • cyan value is 63.08%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(63,3,0,16)
C63M3Y0K16 
(63%,3%,0%,16%)
(0.63/0.03/0.00/0.16)	

CMYK percentages

%63.08
%3.27
%0
%16.08

Codes

Color #4FCFD6 in popluar color models

4FCFD6
RGB79207214
HSL183°62.21%57.45%
HSB/HSV183°63.08%83.92%
CMYK63.08%3.27%0.00%
16.08%

Color #4FCFD6 in popluar number systems.

HEX4FCFD6
Decimal79207214
Binary10011111100111111010110
Octal117317326

Shades and tints

Shades of #4FCFD6

#4FCFD6
(79,207,214)
#48BDC3
(72,189,195)
#41ABB0
(65,171,176)
#3A999D
(58,153,157)
#33878A
(51,135,138)
#2C7577
(44,117,119)
#256364
(37,99,100)
#1E5151
(30,81,81)
#173F3E
(23,63,62)
#102D2B
(16,45,43)
#091B18
(9,27,24)
#000000
(0,0,0)

Tints of #4FCFD6

#4FCFD6
(79,207,214)
#5FD3D9
(95,211,217)
#6FD7DC
(111,215,220)
#7FDBDF
(127,219,223)
#8FDFE2
(143,223,226)
#9FE3E5
(159,227,229)
#AFE7E8
(175,231,232)
#BFEBEB
(191,235,235)
#CFEFEE
(207,239,238)
#DFF3F1
(223,243,241)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FCFD6 color. Also use rgb(79,207,214) instead hex code.

Text Font Color

.myTextColor { color: #4FCFD6; }

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

This text font color is #4FCFD6.


Background Color

.myBgColor { background-color: #4FCFD6; }

<div style="background-color:#4FCFD6">Inner text</div>

This div background color is #4FCFD6.


Border color

.myBorderColor { border: 1px solid #4FCFD6; }

<div style="border:3px solid #4FCFD6">Div</div>

This div border color is #4FCFD6.


Opacity

.myOpacity80 { color: #4FCFD6; opacity: 0.8; }

<p style="color:#4FCFD6;opacity:0.8;">80%</p>

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

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

This text has shadow with #4FCFD6 color.

.textShadow {text-shadow: 3px 3px 1px #4FCFD6, 3px 3px 1px red;}

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

This text has shadow with #4FCFD6 primary color and red secondary color.


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

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

This text has shadow with #4FCFD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FCFD6 on black background.


Color preview on white background

This text has color #4FCFD6 on white background.



Black color preview on #4FCFD6 background

This text has black color on #4FCFD6 background.


White color preview on #4FCFD6 background

This text has white color on #4FCFD6 background.