COLOR #4DBFC5

HEX: #4DBFC5
RGB: (77,191,197)

Color info

#4DBFC5 contains mainly green and blue colors. Web safe color of #4DBFC5 is #33CCCC (or #3CC).

RGB color model

#4DBFC5 color RGB value is (77,191,197).

  • red value is 77;
  • green value is 191;
  • blue value is 197.
RGB:
(77,191,197)
(30%,75%,77%)

RGB channels and saturation

R 77 of 255 = 30%
G 191 of 255 = 75%
B 197 of 255 = 77%

77
191
197

R + G + B ~ 61%. #4DBFC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
77 + 191 + 197 = 465 (100%)
R 77 of 465 ~ 16.56%
G 191 of 465 ~ 41.08%
B 197 of 465 ~ 42.37%

%16.56
%41.08
%42.37

CMYK color model

#4DBFC5 color CMYK value is (61,3,0,23).

  • cyan value is 60.91%
  • magenta value is 3.05%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(61,3,0,23)
C61M3Y0K23 
(61%,3%,0%,23%)
(0.61/0.03/0.00/0.23)	

CMYK percentages

%60.91
%3.05
%0
%22.75

Codes

Color #4DBFC5 in popluar color models

4DBFC5
RGB77191197
HSL183°50.85%53.73%
HSB/HSV183°60.91%77.25%
CMYK60.91%3.05%0.00%
22.75%

Color #4DBFC5 in popluar number systems.

HEX4DBFC5
Decimal77191197
Binary10011011011111111000101
Octal115277305

Shades and tints

Shades of #4DBFC5

#4DBFC5
(77,191,197)
#46AEB4
(70,174,180)
#3F9DA3
(63,157,163)
#388C92
(56,140,146)
#317B81
(49,123,129)
#2A6A70
(42,106,112)
#23595F
(35,89,95)
#1C484E
(28,72,78)
#15373D
(21,55,61)
#0E262C
(14,38,44)
#07151B
(7,21,27)
#000000
(0,0,0)

Tints of #4DBFC5

#4DBFC5
(77,191,197)
#5DC4CA
(93,196,202)
#6DC9CF
(109,201,207)
#7DCED4
(125,206,212)
#8DD3D9
(141,211,217)
#9DD8DE
(157,216,222)
#ADDDE3
(173,221,227)
#BDE2E8
(189,226,232)
#CDE7ED
(205,231,237)
#DDECF2
(221,236,242)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DBFC5 color. Also use rgb(77,191,197) instead hex code.

Text Font Color

.myTextColor { color: #4DBFC5; }

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

This text font color is #4DBFC5.


Background Color

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

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

This div background color is #4DBFC5.


Border color

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

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

This div border color is #4DBFC5.


Opacity

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

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

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

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

This text has shadow with #4DBFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DBFC5 on black background.


Color preview on white background

This text has color #4DBFC5 on white background.



Black color preview on #4DBFC5 background

This text has black color on #4DBFC5 background.


White color preview on #4DBFC5 background

This text has white color on #4DBFC5 background.