COLOR #48B1BD

HEX: #48B1BD
RGB: (72,177,189)

Color info

#48B1BD contains mainly green and blue colors. Web safe color of #48B1BD is #3399CC (or #39C).

RGB color model

#48B1BD color RGB value is (72,177,189).

  • red value is 72;
  • green value is 177;
  • blue value is 189.
RGB:
(72,177,189)
(28%,69%,74%)

RGB channels and saturation

R 72 of 255 = 28%
G 177 of 255 = 69%
B 189 of 255 = 74%

72
177
189

R + G + B ~ 57%. #48B1BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 177 + 189 = 438 (100%)
R 72 of 438 ~ 16.44%
G 177 of 438 ~ 40.41%
B 189 of 438 ~ 43.15%

%16.44
%40.41
%43.15

CMYK color model

#48B1BD color CMYK value is (62,6,0,26).

  • cyan value is 61.90%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(62,6,0,26)
C62M6Y0K26 
(62%,6%,0%,26%)
(0.62/0.06/0.00/0.26)	

CMYK percentages

%61.9
%6.35
%0
%25.88

Codes

Color #48B1BD in popluar color models

48B1BD
RGB72177189
HSL186°46.99%51.18%
HSB/HSV186°61.90%74.12%
CMYK61.90%6.35%0.00%
25.88%

Color #48B1BD in popluar number systems.

HEX48B1BD
Decimal72177189
Binary10010001011000110111101
Octal110261275

Shades and tints

Shades of #48B1BD

#48B1BD
(72,177,189)
#42A1AC
(66,161,172)
#3C919B
(60,145,155)
#36818A
(54,129,138)
#307179
(48,113,121)
#2A6168
(42,97,104)
#245157
(36,81,87)
#1E4146
(30,65,70)
#183135
(24,49,53)
#122124
(18,33,36)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #48B1BD

#48B1BD
(72,177,189)
#58B8C3
(88,184,195)
#68BFC9
(104,191,201)
#78C6CF
(120,198,207)
#88CDD5
(136,205,213)
#98D4DB
(152,212,219)
#A8DBE1
(168,219,225)
#B8E2E7
(184,226,231)
#C8E9ED
(200,233,237)
#D8F0F3
(216,240,243)
#E8F7F9
(232,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B1BD color. Also use rgb(72,177,189) instead hex code.

Text Font Color

.myTextColor { color: #48B1BD; }

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

This text font color is #48B1BD.


Background Color

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

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

This div background color is #48B1BD.


Border color

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

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

This div border color is #48B1BD.


Opacity

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

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

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

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

This text has shadow with #48B1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B1BD on black background.


Color preview on white background

This text has color #48B1BD on white background.



Black color preview on #48B1BD background

This text has black color on #48B1BD background.


White color preview on #48B1BD background

This text has white color on #48B1BD background.