COLOR #4DBBD3

HEX: #4DBBD3
RGB: (77,187,211)

Color info

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

RGB color model

#4DBBD3 color RGB value is (77,187,211).

  • red value is 77;
  • green value is 187;
  • blue value is 211.
RGB:
(77,187,211)
(30%,73%,83%)

RGB channels and saturation

R 77 of 255 = 30%
G 187 of 255 = 73%
B 211 of 255 = 83%

77
187
211

R + G + B ~ 62%. #4DBBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
77 + 187 + 211 = 475 (100%)
R 77 of 475 ~ 16.21%
G 187 of 475 ~ 39.37%
B 211 of 475 ~ 44.42%

%16.21
%39.37
%44.42

CMYK color model

#4DBBD3 color CMYK value is (64,11,0,17).

  • cyan value is 63.51%
  • magenta value is 11.37%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(64,11,0,17)
C64M11Y0K17 
(64%,11%,0%,17%)
(0.64/0.11/0.00/0.17)	

CMYK percentages

%63.51
%11.37
%0
%17.25

Codes

Color #4DBBD3 in popluar color models

4DBBD3
RGB77187211
HSL191°60.36%56.47%
HSB/HSV191°63.51%82.75%
CMYK63.51%11.37%0.00%
17.25%

Color #4DBBD3 in popluar number systems.

HEX4DBBD3
Decimal77187211
Binary10011011011101111010011
Octal115273323

Shades and tints

Shades of #4DBBD3

#4DBBD3
(77,187,211)
#46AAC0
(70,170,192)
#3F99AD
(63,153,173)
#38889A
(56,136,154)
#317787
(49,119,135)
#2A6674
(42,102,116)
#235561
(35,85,97)
#1C444E
(28,68,78)
#15333B
(21,51,59)
#0E2228
(14,34,40)
#071115
(7,17,21)
#000000
(0,0,0)

Tints of #4DBBD3

#4DBBD3
(77,187,211)
#5DC1D7
(93,193,215)
#6DC7DB
(109,199,219)
#7DCDDF
(125,205,223)
#8DD3E3
(141,211,227)
#9DD9E7
(157,217,231)
#ADDFEB
(173,223,235)
#BDE5EF
(189,229,239)
#CDEBF3
(205,235,243)
#DDF1F7
(221,241,247)
#EDF7FB
(237,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DBBD3 color. Also use rgb(77,187,211) instead hex code.

Text Font Color

.myTextColor { color: #4DBBD3; }

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

This text font color is #4DBBD3.


Background Color

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

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

This div background color is #4DBBD3.


Border color

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

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

This div border color is #4DBBD3.


Opacity

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

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

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

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

This text has shadow with #4DBBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DBBD3 on black background.


Color preview on white background

This text has color #4DBBD3 on white background.



Black color preview on #4DBBD3 background

This text has black color on #4DBBD3 background.


White color preview on #4DBBD3 background

This text has white color on #4DBBD3 background.