COLOR #48D9DD

HEX: #48D9DD
RGB: (72,217,221)

Color info

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

RGB color model

#48D9DD color RGB value is (72,217,221).

  • red value is 72;
  • green value is 217;
  • blue value is 221.
RGB:
(72,217,221)
(28%,85%,87%)

RGB channels and saturation

R 72 of 255 = 28%
G 217 of 255 = 85%
B 221 of 255 = 87%

72
217
221

R + G + B ~ 67%. #48D9DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 217 + 221 = 510 (100%)
R 72 of 510 ~ 14.12%
G 217 of 510 ~ 42.55%
B 221 of 510 ~ 43.33%

%14.12
%42.55
%43.33

CMYK color model

#48D9DD color CMYK value is (67,2,0,13).

  • cyan value is 67.42%
  • magenta value is 1.81%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(67,2,0,13)
C67M2Y0K13 
(67%,2%,0%,13%)
(0.67/0.02/0.00/0.13)	

CMYK percentages

%67.42
%1.81
%0
%13.33

Codes

Color #48D9DD in popluar color models

48D9DD
RGB72217221
HSL182°68.66%57.45%
HSB/HSV182°67.42%86.67%
CMYK67.42%1.81%0.00%
13.33%

Color #48D9DD in popluar number systems.

HEX48D9DD
Decimal72217221
Binary10010001101100111011101
Octal110331335

Shades and tints

Shades of #48D9DD

#48D9DD
(72,217,221)
#42C6C9
(66,198,201)
#3CB3B5
(60,179,181)
#36A0A1
(54,160,161)
#308D8D
(48,141,141)
#2A7A79
(42,122,121)
#246765
(36,103,101)
#1E5451
(30,84,81)
#18413D
(24,65,61)
#122E29
(18,46,41)
#0C1B15
(12,27,21)
#000000
(0,0,0)

Tints of #48D9DD

#48D9DD
(72,217,221)
#58DCE0
(88,220,224)
#68DFE3
(104,223,227)
#78E2E6
(120,226,230)
#88E5E9
(136,229,233)
#98E8EC
(152,232,236)
#A8EBEF
(168,235,239)
#B8EEF2
(184,238,242)
#C8F1F5
(200,241,245)
#D8F4F8
(216,244,248)
#E8F7FB
(232,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D9DD color. Also use rgb(72,217,221) instead hex code.

Text Font Color

.myTextColor { color: #48D9DD; }

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

This text font color is #48D9DD.


Background Color

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

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

This div background color is #48D9DD.


Border color

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

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

This div border color is #48D9DD.


Opacity

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

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

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

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

This text has shadow with #48D9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48D9DD on black background.


Color preview on white background

This text has color #48D9DD on white background.



Black color preview on #48D9DD background

This text has black color on #48D9DD background.


White color preview on #48D9DD background

This text has white color on #48D9DD background.