COLOR #4FD7D8

HEX: #4FD7D8
RGB: (79,215,216)

Color info

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

RGB color model

#4FD7D8 color RGB value is (79,215,216).

  • red value is 79;
  • green value is 215;
  • blue value is 216.
RGB:
(79,215,216)
(31%,84%,85%)

RGB channels and saturation

R 79 of 255 = 31%
G 215 of 255 = 84%
B 216 of 255 = 85%

79
215
216

R + G + B ~ 67%. #4FD7D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 215 + 216 = 510 (100%)
R 79 of 510 ~ 15.49%
G 215 of 510 ~ 42.16%
B 216 of 510 ~ 42.35%

%15.49
%42.16
%42.35

CMYK color model

#4FD7D8 color CMYK value is (63,0,0,15).

  • cyan value is 63.43%
  • magenta value is 0.46%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(63,0,0,15)
C63M0Y0K15 
(63%,0%,0%,15%)
(0.63/0.00/0.00/0.15)	

CMYK percentages

%63.43
%0.46
%0
%15.29

Codes

Color #4FD7D8 in popluar color models

4FD7D8
RGB79215216
HSL180°63.72%57.84%
HSB/HSV180°63.43%84.71%
CMYK63.43%0.46%0.00%
15.29%

Color #4FD7D8 in popluar number systems.

HEX4FD7D8
Decimal79215216
Binary10011111101011111011000
Octal117327330

Shades and tints

Shades of #4FD7D8

#4FD7D8
(79,215,216)
#48C4C5
(72,196,197)
#41B1B2
(65,177,178)
#3A9E9F
(58,158,159)
#338B8C
(51,139,140)
#2C7879
(44,120,121)
#256566
(37,101,102)
#1E5253
(30,82,83)
#173F40
(23,63,64)
#102C2D
(16,44,45)
#09191A
(9,25,26)
#000000
(0,0,0)

Tints of #4FD7D8

#4FD7D8
(79,215,216)
#5FDADB
(95,218,219)
#6FDDDE
(111,221,222)
#7FE0E1
(127,224,225)
#8FE3E4
(143,227,228)
#9FE6E7
(159,230,231)
#AFE9EA
(175,233,234)
#BFECED
(191,236,237)
#CFEFF0
(207,239,240)
#DFF2F3
(223,242,243)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FD7D8 color. Also use rgb(79,215,216) instead hex code.

Text Font Color

.myTextColor { color: #4FD7D8; }

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

This text font color is #4FD7D8.


Background Color

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

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

This div background color is #4FD7D8.


Border color

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

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

This div border color is #4FD7D8.


Opacity

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

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

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

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

This text has shadow with #4FD7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FD7D8 on black background.


Color preview on white background

This text has color #4FD7D8 on white background.



Black color preview on #4FD7D8 background

This text has black color on #4FD7D8 background.


White color preview on #4FD7D8 background

This text has white color on #4FD7D8 background.