COLOR #48BEDE

HEX: #48BEDE
RGB: (72,190,222)

Color info

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

RGB color model

#48BEDE color RGB value is (72,190,222).

  • red value is 72;
  • green value is 190;
  • blue value is 222.
RGB:
(72,190,222)
(28%,75%,87%)

RGB channels and saturation

R 72 of 255 = 28%
G 190 of 255 = 75%
B 222 of 255 = 87%

72
190
222

R + G + B ~ 63%. #48BEDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 190 + 222 = 484 (100%)
R 72 of 484 ~ 14.88%
G 190 of 484 ~ 39.26%
B 222 of 484 ~ 45.87%

%14.88
%39.26
%45.87

CMYK color model

#48BEDE color CMYK value is (68,14,0,13).

  • cyan value is 67.57%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(68,14,0,13)
C68M14Y0K13 
(68%,14%,0%,13%)
(0.68/0.14/0.00/0.13)	

CMYK percentages

%67.57
%14.41
%0
%12.94

Codes

Color #48BEDE in popluar color models

48BEDE
RGB72190222
HSL193°69.44%57.65%
HSB/HSV193°67.57%87.06%
CMYK67.57%14.41%0.00%
12.94%

Color #48BEDE in popluar number systems.

HEX48BEDE
Decimal72190222
Binary10010001011111011011110
Octal110276336

Shades and tints

Shades of #48BEDE

#48BEDE
(72,190,222)
#42ADCA
(66,173,202)
#3C9CB6
(60,156,182)
#368BA2
(54,139,162)
#307A8E
(48,122,142)
#2A697A
(42,105,122)
#245866
(36,88,102)
#1E4752
(30,71,82)
#18363E
(24,54,62)
#12252A
(18,37,42)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #48BEDE

#48BEDE
(72,190,222)
#58C3E1
(88,195,225)
#68C8E4
(104,200,228)
#78CDE7
(120,205,231)
#88D2EA
(136,210,234)
#98D7ED
(152,215,237)
#A8DCF0
(168,220,240)
#B8E1F3
(184,225,243)
#C8E6F6
(200,230,246)
#D8EBF9
(216,235,249)
#E8F0FC
(232,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48BEDE color. Also use rgb(72,190,222) instead hex code.

Text Font Color

.myTextColor { color: #48BEDE; }

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

This text font color is #48BEDE.


Background Color

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

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

This div background color is #48BEDE.


Border color

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

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

This div border color is #48BEDE.


Opacity

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

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

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

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

This text has shadow with #48BEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48BEDE on black background.


Color preview on white background

This text has color #48BEDE on white background.



Black color preview on #48BEDE background

This text has black color on #48BEDE background.


White color preview on #48BEDE background

This text has white color on #48BEDE background.