COLOR #4DB8EC

HEX: #4DB8EC
RGB: (77,184,236)

Color info

#4DB8EC contains mainly green and blue colors. Web safe color of #4DB8EC is #33CCFF (or #3CF).

RGB color model

#4DB8EC color RGB value is (77,184,236).

  • red value is 77;
  • green value is 184;
  • blue value is 236.
RGB:
(77,184,236)
(30%,72%,93%)

RGB channels and saturation

R 77 of 255 = 30%
G 184 of 255 = 72%
B 236 of 255 = 93%

77
184
236

R + G + B ~ 65%. #4DB8EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
77 + 184 + 236 = 497 (100%)
R 77 of 497 ~ 15.49%
G 184 of 497 ~ 37.02%
B 236 of 497 ~ 47.48%

%15.49
%37.02
%47.48

CMYK color model

#4DB8EC color CMYK value is (67,22,0,7).

  • cyan value is 67.37%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(67,22,0,7)
C67M22Y0K7 
(67%,22%,0%,7%)
(0.67/0.22/0.00/0.07)	

CMYK percentages

%67.37
%22.03
%0
%7.45

Codes

Color #4DB8EC in popluar color models

4DB8EC
RGB77184236
HSL200°80.71%61.37%
HSB/HSV200°67.37%92.55%
CMYK67.37%22.03%0.00%
7.45%

Color #4DB8EC in popluar number systems.

HEX4DB8EC
Decimal77184236
Binary10011011011100011101100
Octal115270354

Shades and tints

Shades of #4DB8EC

#4DB8EC
(77,184,236)
#46A8D7
(70,168,215)
#3F98C2
(63,152,194)
#3888AD
(56,136,173)
#317898
(49,120,152)
#2A6883
(42,104,131)
#23586E
(35,88,110)
#1C4859
(28,72,89)
#153844
(21,56,68)
#0E282F
(14,40,47)
#07181A
(7,24,26)
#000000
(0,0,0)

Tints of #4DB8EC

#4DB8EC
(77,184,236)
#5DBEED
(93,190,237)
#6DC4EE
(109,196,238)
#7DCAEF
(125,202,239)
#8DD0F0
(141,208,240)
#9DD6F1
(157,214,241)
#ADDCF2
(173,220,242)
#BDE2F3
(189,226,243)
#CDE8F4
(205,232,244)
#DDEEF5
(221,238,245)
#EDF4F6
(237,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB8EC color. Also use rgb(77,184,236) instead hex code.

Text Font Color

.myTextColor { color: #4DB8EC; }

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

This text font color is #4DB8EC.


Background Color

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

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

This div background color is #4DB8EC.


Border color

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

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

This div border color is #4DB8EC.


Opacity

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

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

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

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

This text has shadow with #4DB8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB8EC on black background.


Color preview on white background

This text has color #4DB8EC on white background.



Black color preview on #4DB8EC background

This text has black color on #4DB8EC background.


White color preview on #4DB8EC background

This text has white color on #4DB8EC background.