COLOR #30BDE3

HEX: #30BDE3
RGB: (48,189,227)

Color info

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

RGB color model

#30BDE3 color RGB value is (48,189,227).

  • red value is 48;
  • green value is 189;
  • blue value is 227.
RGB:
(48,189,227)
(19%,74%,89%)

RGB channels and saturation

R 48 of 255 = 19%
G 189 of 255 = 74%
B 227 of 255 = 89%

48
189
227

R + G + B ~ 61%. #30BDE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
48 + 189 + 227 = 464 (100%)
R 48 of 464 ~ 10.34%
G 189 of 464 ~ 40.73%
B 227 of 464 ~ 48.92%

%10.34
%40.73
%48.92

CMYK color model

#30BDE3 color CMYK value is (79,17,0,11).

  • cyan value is 78.85%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(79,17,0,11)
C79M17Y0K11 
(79%,17%,0%,11%)
(0.79/0.17/0.00/0.11)	

CMYK percentages

%78.85
%16.74
%0
%10.98

Codes

Color #30BDE3 in popluar color models

30BDE3
RGB48189227
HSL193°76.17%53.92%
HSB/HSV193°78.85%89.02%
CMYK78.85%16.74%0.00%
10.98%

Color #30BDE3 in popluar number systems.

HEX30BDE3
Decimal48189227
Binary1100001011110111100011
Octal60275343

Shades and tints

Shades of #30BDE3

#30BDE3
(48,189,227)
#2CACCF
(44,172,207)
#289BBB
(40,155,187)
#248AA7
(36,138,167)
#207993
(32,121,147)
#1C687F
(28,104,127)
#18576B
(24,87,107)
#144657
(20,70,87)
#103543
(16,53,67)
#0C242F
(12,36,47)
#08131B
(8,19,27)
#000000
(0,0,0)

Tints of #30BDE3

#30BDE3
(48,189,227)
#42C3E5
(66,195,229)
#54C9E7
(84,201,231)
#66CFE9
(102,207,233)
#78D5EB
(120,213,235)
#8ADBED
(138,219,237)
#9CE1EF
(156,225,239)
#AEE7F1
(174,231,241)
#C0EDF3
(192,237,243)
#D2F3F5
(210,243,245)
#E4F9F7
(228,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30BDE3 color. Also use rgb(48,189,227) instead hex code.

Text Font Color

.myTextColor { color: #30BDE3; }

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

This text font color is #30BDE3.


Background Color

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

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

This div background color is #30BDE3.


Border color

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

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

This div border color is #30BDE3.


Opacity

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

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

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

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

This text has shadow with #30BDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30BDE3 on black background.


Color preview on white background

This text has color #30BDE3 on white background.



Black color preview on #30BDE3 background

This text has black color on #30BDE3 background.


White color preview on #30BDE3 background

This text has white color on #30BDE3 background.