COLOR #4FB8BD

HEX: #4FB8BD
RGB: (79,184,189)

Color info

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

RGB color model

#4FB8BD color RGB value is (79,184,189).

  • red value is 79;
  • green value is 184;
  • blue value is 189.
RGB:
(79,184,189)
(31%,72%,74%)

RGB channels and saturation

R 79 of 255 = 31%
G 184 of 255 = 72%
B 189 of 255 = 74%

79
184
189

R + G + B ~ 59%. #4FB8BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 184 + 189 = 452 (100%)
R 79 of 452 ~ 17.48%
G 184 of 452 ~ 40.71%
B 189 of 452 ~ 41.81%

%17.48
%40.71
%41.81

CMYK color model

#4FB8BD color CMYK value is (58,3,0,26).

  • cyan value is 58.20%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(58,3,0,26)
C58M3Y0K26 
(58%,3%,0%,26%)
(0.58/0.03/0.00/0.26)	

CMYK percentages

%58.2
%2.65
%0
%25.88

Codes

Color #4FB8BD in popluar color models

4FB8BD
RGB79184189
HSL183°45.45%52.55%
HSB/HSV183°58.20%74.12%
CMYK58.20%2.65%0.00%
25.88%

Color #4FB8BD in popluar number systems.

HEX4FB8BD
Decimal79184189
Binary10011111011100010111101
Octal117270275

Shades and tints

Shades of #4FB8BD

#4FB8BD
(79,184,189)
#48A8AC
(72,168,172)
#41989B
(65,152,155)
#3A888A
(58,136,138)
#337879
(51,120,121)
#2C6868
(44,104,104)
#255857
(37,88,87)
#1E4846
(30,72,70)
#173835
(23,56,53)
#102824
(16,40,36)
#091813
(9,24,19)
#000000
(0,0,0)

Tints of #4FB8BD

#4FB8BD
(79,184,189)
#5FBEC3
(95,190,195)
#6FC4C9
(111,196,201)
#7FCACF
(127,202,207)
#8FD0D5
(143,208,213)
#9FD6DB
(159,214,219)
#AFDCE1
(175,220,225)
#BFE2E7
(191,226,231)
#CFE8ED
(207,232,237)
#DFEEF3
(223,238,243)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FB8BD color. Also use rgb(79,184,189) instead hex code.

Text Font Color

.myTextColor { color: #4FB8BD; }

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

This text font color is #4FB8BD.


Background Color

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

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

This div background color is #4FB8BD.


Border color

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

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

This div border color is #4FB8BD.


Opacity

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

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

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

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

This text has shadow with #4FB8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FB8BD on black background.


Color preview on white background

This text has color #4FB8BD on white background.



Black color preview on #4FB8BD background

This text has black color on #4FB8BD background.


White color preview on #4FB8BD background

This text has white color on #4FB8BD background.