COLOR #48DCE5

HEX: #48DCE5
RGB: (72,220,229)

Color info

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

RGB color model

#48DCE5 color RGB value is (72,220,229).

  • red value is 72;
  • green value is 220;
  • blue value is 229.
RGB:
(72,220,229)
(28%,86%,90%)

RGB channels and saturation

R 72 of 255 = 28%
G 220 of 255 = 86%
B 229 of 255 = 90%

72
220
229

R + G + B ~ 68%. #48DCE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 220 + 229 = 521 (100%)
R 72 of 521 ~ 13.82%
G 220 of 521 ~ 42.23%
B 229 of 521 ~ 43.95%

%13.82
%42.23
%43.95

CMYK color model

#48DCE5 color CMYK value is (69,4,0,10).

  • cyan value is 68.56%
  • magenta value is 3.93%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(69,4,0,10)
C69M4Y0K10 
(69%,4%,0%,10%)
(0.69/0.04/0.00/0.10)	

CMYK percentages

%68.56
%3.93
%0
%10.2

Codes

Color #48DCE5 in popluar color models

48DCE5
RGB72220229
HSL183°75.12%59.02%
HSB/HSV183°68.56%89.80%
CMYK68.56%3.93%0.00%
10.20%

Color #48DCE5 in popluar number systems.

HEX48DCE5
Decimal72220229
Binary10010001101110011100101
Octal110334345

Shades and tints

Shades of #48DCE5

#48DCE5
(72,220,229)
#42C8D1
(66,200,209)
#3CB4BD
(60,180,189)
#36A0A9
(54,160,169)
#308C95
(48,140,149)
#2A7881
(42,120,129)
#24646D
(36,100,109)
#1E5059
(30,80,89)
#183C45
(24,60,69)
#122831
(18,40,49)
#0C141D
(12,20,29)
#000000
(0,0,0)

Tints of #48DCE5

#48DCE5
(72,220,229)
#58DFE7
(88,223,231)
#68E2E9
(104,226,233)
#78E5EB
(120,229,235)
#88E8ED
(136,232,237)
#98EBEF
(152,235,239)
#A8EEF1
(168,238,241)
#B8F1F3
(184,241,243)
#C8F4F5
(200,244,245)
#D8F7F7
(216,247,247)
#E8FAF9
(232,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48DCE5 color. Also use rgb(72,220,229) instead hex code.

Text Font Color

.myTextColor { color: #48DCE5; }

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

This text font color is #48DCE5.


Background Color

.myBgColor { background-color: #48DCE5; }

<div style="background-color:#48DCE5">Inner text</div>

This div background color is #48DCE5.


Border color

.myBorderColor { border: 1px solid #48DCE5; }

<div style="border:3px solid #48DCE5">Div</div>

This div border color is #48DCE5.


Opacity

.myOpacity80 { color: #48DCE5; opacity: 0.8; }

<p style="color:#48DCE5;opacity:0.8;">80%</p>

Text with #48DCE5 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 #48DCE5;}

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

This text has shadow with #48DCE5 color.

.textShadow {text-shadow: 3px 3px 1px #48DCE5, 3px 3px 1px red;}

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

This text has shadow with #48DCE5 primary color and red secondary color.


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

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

This text has shadow with #48DCE5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48DCE5 on black background.


Color preview on white background

This text has color #48DCE5 on white background.



Black color preview on #48DCE5 background

This text has black color on #48DCE5 background.


White color preview on #48DCE5 background

This text has white color on #48DCE5 background.