COLOR #30BADC

HEX: #30BADC
RGB: (48,186,220)

Color info

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

RGB color model

#30BADC color RGB value is (48,186,220).

  • red value is 48;
  • green value is 186;
  • blue value is 220.
RGB:
(48,186,220)
(19%,73%,86%)

RGB channels and saturation

R 48 of 255 = 19%
G 186 of 255 = 73%
B 220 of 255 = 86%

48
186
220

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

Portions of RGB colors in percentages

R + G + B =
48 + 186 + 220 = 454 (100%)
R 48 of 454 ~ 10.57%
G 186 of 454 ~ 40.97%
B 220 of 454 ~ 48.46%

%10.57
%40.97
%48.46

CMYK color model

#30BADC color CMYK value is (78,15,0,14).

  • cyan value is 78.18%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(78,15,0,14)
C78M15Y0K14 
(78%,15%,0%,14%)
(0.78/0.15/0.00/0.14)	

CMYK percentages

%78.18
%15.45
%0
%13.73

Codes

Color #30BADC in popluar color models

30BADC
RGB48186220
HSL192°71.07%52.55%
HSB/HSV192°78.18%86.27%
CMYK78.18%15.45%0.00%
13.73%

Color #30BADC in popluar number systems.

HEX30BADC
Decimal48186220
Binary1100001011101011011100
Octal60272334

Shades and tints

Shades of #30BADC

#30BADC
(48,186,220)
#2CAAC8
(44,170,200)
#289AB4
(40,154,180)
#248AA0
(36,138,160)
#207A8C
(32,122,140)
#1C6A78
(28,106,120)
#185A64
(24,90,100)
#144A50
(20,74,80)
#103A3C
(16,58,60)
#0C2A28
(12,42,40)
#081A14
(8,26,20)
#000000
(0,0,0)

Tints of #30BADC

#30BADC
(48,186,220)
#42C0DF
(66,192,223)
#54C6E2
(84,198,226)
#66CCE5
(102,204,229)
#78D2E8
(120,210,232)
#8AD8EB
(138,216,235)
#9CDEEE
(156,222,238)
#AEE4F1
(174,228,241)
#C0EAF4
(192,234,244)
#D2F0F7
(210,240,247)
#E4F6FA
(228,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30BADC color. Also use rgb(48,186,220) instead hex code.

Text Font Color

.myTextColor { color: #30BADC; }

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

This text font color is #30BADC.


Background Color

.myBgColor { background-color: #30BADC; }

<div style="background-color:#30BADC">Inner text</div>

This div background color is #30BADC.


Border color

.myBorderColor { border: 1px solid #30BADC; }

<div style="border:3px solid #30BADC">Div</div>

This div border color is #30BADC.


Opacity

.myOpacity80 { color: #30BADC; opacity: 0.8; }

<p style="color:#30BADC;opacity:0.8;">80%</p>

Text with #30BADC 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 #30BADC;}

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

This text has shadow with #30BADC color.

.textShadow {text-shadow: 3px 3px 1px #30BADC, 3px 3px 1px red;}

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

This text has shadow with #30BADC primary color and red secondary color.


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

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

This text has shadow with #30BADC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30BADC on black background.


Color preview on white background

This text has color #30BADC on white background.



Black color preview on #30BADC background

This text has black color on #30BADC background.


White color preview on #30BADC background

This text has white color on #30BADC background.