COLOR #4DBEC9

HEX: #4DBEC9
RGB: (77,190,201)

Color info

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

RGB color model

#4DBEC9 color RGB value is (77,190,201).

  • red value is 77;
  • green value is 190;
  • blue value is 201.
RGB:
(77,190,201)
(30%,75%,79%)

RGB channels and saturation

R 77 of 255 = 30%
G 190 of 255 = 75%
B 201 of 255 = 79%

77
190
201

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

Portions of RGB colors in percentages

R + G + B =
77 + 190 + 201 = 468 (100%)
R 77 of 468 ~ 16.45%
G 190 of 468 ~ 40.6%
B 201 of 468 ~ 42.95%

%16.45
%40.6
%42.95

CMYK color model

#4DBEC9 color CMYK value is (62,5,0,21).

  • cyan value is 61.69%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(62,5,0,21)
C62M5Y0K21 
(62%,5%,0%,21%)
(0.62/0.05/0.00/0.21)	

CMYK percentages

%61.69
%5.47
%0
%21.18

Codes

Color #4DBEC9 in popluar color models

4DBEC9
RGB77190201
HSL185°53.45%54.51%
HSB/HSV185°61.69%78.82%
CMYK61.69%5.47%0.00%
21.18%

Color #4DBEC9 in popluar number systems.

HEX4DBEC9
Decimal77190201
Binary10011011011111011001001
Octal115276311

Shades and tints

Shades of #4DBEC9

#4DBEC9
(77,190,201)
#46ADB7
(70,173,183)
#3F9CA5
(63,156,165)
#388B93
(56,139,147)
#317A81
(49,122,129)
#2A696F
(42,105,111)
#23585D
(35,88,93)
#1C474B
(28,71,75)
#153639
(21,54,57)
#0E2527
(14,37,39)
#071415
(7,20,21)
#000000
(0,0,0)

Tints of #4DBEC9

#4DBEC9
(77,190,201)
#5DC3CD
(93,195,205)
#6DC8D1
(109,200,209)
#7DCDD5
(125,205,213)
#8DD2D9
(141,210,217)
#9DD7DD
(157,215,221)
#ADDCE1
(173,220,225)
#BDE1E5
(189,225,229)
#CDE6E9
(205,230,233)
#DDEBED
(221,235,237)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DBEC9 color. Also use rgb(77,190,201) instead hex code.

Text Font Color

.myTextColor { color: #4DBEC9; }

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

This text font color is #4DBEC9.


Background Color

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

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

This div background color is #4DBEC9.


Border color

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

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

This div border color is #4DBEC9.


Opacity

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

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

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

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

This text has shadow with #4DBEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DBEC9 on black background.


Color preview on white background

This text has color #4DBEC9 on white background.



Black color preview on #4DBEC9 background

This text has black color on #4DBEC9 background.


White color preview on #4DBEC9 background

This text has white color on #4DBEC9 background.