COLOR #48ACC9

HEX: #48ACC9
RGB: (72,172,201)

Renk bilgisi

#48ACC9 contains mainly green and blue colors. #48ACC9 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#48ACC9 color RGB value is (72,172,201).

  • kırmız ton 72;
  • yeşil ton 172;
  • mavi ton 201.
RGB:
(72,172,201)
(28%,67%,79%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 172 of 255 = 67%
B 201 of 255 = 79%

72
172
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 172 + 201 = 445 (100%)
R 72 of 445 ~ 16.18%
G 172 of 445 ~ 38.65%
B 201 of 445 ~ 45.17%

%16.18
%38.65
%45.17

CMYK RENK MODELİ

#48ACC9 rengi CMYK tonu (64,14,0,21).

  • camgöbeği tonu 64.18%
  • eflatun tonu 14.43%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(64,14,0,21)
C64M14Y0K21 
(64%,14%,0%,21%)
(0.64/0.14/0.00/0.21)	

CMYK yüzdeleri

%64.18
%14.43
%0
%21.18

Codes

Color #48ACC9 in popluar color models

48ACC9
RGB72172201
HSL193°54.43%53.53%
HSB/HSV193°64.18%78.82%
CMYK64.18%14.43%0.00%
21.18%

Color #48ACC9 in popluar number systems.

HEX48ACC9
Decimal72172201
Binary10010001010110011001001
Octal110254311

Shades and tints

Shades of #48ACC9

#48ACC9
(72,172,201)
#429DB7
(66,157,183)
#3C8EA5
(60,142,165)
#367F93
(54,127,147)
#307081
(48,112,129)
#2A616F
(42,97,111)
#24525D
(36,82,93)
#1E434B
(30,67,75)
#183439
(24,52,57)
#122527
(18,37,39)
#0C1615
(12,22,21)
#000000
(0,0,0)

Tints of #48ACC9

#48ACC9
(72,172,201)
#58B3CD
(88,179,205)
#68BAD1
(104,186,209)
#78C1D5
(120,193,213)
#88C8D9
(136,200,217)
#98CFDD
(152,207,221)
#A8D6E1
(168,214,225)
#B8DDE5
(184,221,229)
#C8E4E9
(200,228,233)
#D8EBED
(216,235,237)
#E8F2F1
(232,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48ACC9 color. Also use rgb(72,172,201) instead hex code.

Text Font Color

.myTextColor { color: #48ACC9; }

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

This text font color is #48ACC9.


Background Color

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

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

This div background color is #48ACC9.


Border color

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

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

This div border color is #48ACC9.


Opacity

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

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

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

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

This text has shadow with #48ACC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48ACC9 on black background.


Color preview on white background

This text has color #48ACC9 on white background.



Black color preview on #48ACC9 background

This text has black color on #48ACC9 background.


White color preview on #48ACC9 background

This text has white color on #48ACC9 background.