COLOR #48BCC3

HEX: #48BCC3
RGB: (72,188,195)

Renk bilgisi

#48BCC3 contains mainly green and blue colors. #48BCC3 ‘ nin web güvenlik rengi #33CCCC (ya da #3CC) dir.

RGB renk modeli

#48BCC3 color RGB value is (72,188,195).

  • kırmız ton 72;
  • yeşil ton 188;
  • mavi ton 195.
RGB:
(72,188,195)
(28%,74%,76%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 188 of 255 = 74%
B 195 of 255 = 76%

72
188
195

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 188 + 195 = 455 (100%)
R 72 of 455 ~ 15.82%
G 188 of 455 ~ 41.32%
B 195 of 455 ~ 42.86%

%15.82
%41.32
%42.86

CMYK RENK MODELİ

#48BCC3 rengi CMYK tonu (63,4,0,24).

  • camgöbeği tonu 63.08%
  • eflatun tonu 3.59%
  • sarı tonu 0.00%
  • ana renk tonu 23.53%
CMYK:
(63,4,0,24)
C63M4Y0K24 
(63%,4%,0%,24%)
(0.63/0.04/0.00/0.24)	

CMYK yüzdeleri

%63.08
%3.59
%0
%23.53

Codes

Color #48BCC3 in popluar color models

48BCC3
RGB72188195
HSL183°50.62%52.35%
HSB/HSV183°63.08%76.47%
CMYK63.08%3.59%0.00%
23.53%

Color #48BCC3 in popluar number systems.

HEX48BCC3
Decimal72188195
Binary10010001011110011000011
Octal110274303

Shades and tints

Shades of #48BCC3

#48BCC3
(72,188,195)
#42ABB2
(66,171,178)
#3C9AA1
(60,154,161)
#368990
(54,137,144)
#30787F
(48,120,127)
#2A676E
(42,103,110)
#24565D
(36,86,93)
#1E454C
(30,69,76)
#18343B
(24,52,59)
#12232A
(18,35,42)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #48BCC3

#48BCC3
(72,188,195)
#58C2C8
(88,194,200)
#68C8CD
(104,200,205)
#78CED2
(120,206,210)
#88D4D7
(136,212,215)
#98DADC
(152,218,220)
#A8E0E1
(168,224,225)
#B8E6E6
(184,230,230)
#C8ECEB
(200,236,235)
#D8F2F0
(216,242,240)
#E8F8F5
(232,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48BCC3 color. Also use rgb(72,188,195) instead hex code.

Text Font Color

.myTextColor { color: #48BCC3; }

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

This text font color is #48BCC3.


Background Color

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

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

This div background color is #48BCC3.


Border color

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

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

This div border color is #48BCC3.


Opacity

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

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

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

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

This text has shadow with #48BCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48BCC3 on black background.


Color preview on white background

This text has color #48BCC3 on white background.



Black color preview on #48BCC3 background

This text has black color on #48BCC3 background.


White color preview on #48BCC3 background

This text has white color on #48BCC3 background.