COLOR #4FCFB9

HEX: #4FCFB9
RGB: (79,207,185)

Color info

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

RGB color model

#4FCFB9 color RGB value is (79,207,185).

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

RGB channels and saturation

R 79 of 255 = 31%
G 207 of 255 = 81%
B 185 of 255 = 73%

79
207
185

R + G + B ~ 62%. #4FCFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 207 + 185 = 471 (100%)
R 79 of 471 ~ 16.77%
G 207 of 471 ~ 43.95%
B 185 of 471 ~ 39.28%

%16.77
%43.95
%39.28

CMYK color model

#4FCFB9 color CMYK value is (62,0,11,19).

  • cyan value is 61.84%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 18.82%
CMYK:
(62,0,11,19)
C62M0Y11K19 
(62%,0%,11%,19%)
(0.62/0.00/0.11/0.19)	

CMYK percentages

%61.84
%0
%10.63
%18.82

Codes

Color #4FCFB9 in popluar color models

4FCFB9
RGB79207185
HSL170°57.14%56.08%
HSB/HSV170°61.84%81.18%
CMYK61.84%0.00%10.63%
18.82%

Color #4FCFB9 in popluar number systems.

HEX4FCFB9
Decimal79207185
Binary10011111100111110111001
Octal117317271

Shades and tints

Shades of #4FCFB9

#4FCFB9
(79,207,185)
#48BDA9
(72,189,169)
#41AB99
(65,171,153)
#3A9989
(58,153,137)
#338779
(51,135,121)
#2C7569
(44,117,105)
#256359
(37,99,89)
#1E5149
(30,81,73)
#173F39
(23,63,57)
#102D29
(16,45,41)
#091B19
(9,27,25)
#000000
(0,0,0)

Tints of #4FCFB9

#4FCFB9
(79,207,185)
#5FD3BF
(95,211,191)
#6FD7C5
(111,215,197)
#7FDBCB
(127,219,203)
#8FDFD1
(143,223,209)
#9FE3D7
(159,227,215)
#AFE7DD
(175,231,221)
#BFEBE3
(191,235,227)
#CFEFE9
(207,239,233)
#DFF3EF
(223,243,239)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FCFB9; }

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

This text font color is #4FCFB9.


Background Color

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

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

This div background color is #4FCFB9.


Border color

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

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

This div border color is #4FCFB9.


Opacity

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

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

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

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

This text has shadow with #4FCFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FCFB9 on black background.


Color preview on white background

This text has color #4FCFB9 on white background.



Black color preview on #4FCFB9 background

This text has black color on #4FCFB9 background.


White color preview on #4FCFB9 background

This text has white color on #4FCFB9 background.