COLOR #49C3D8

HEX: #49C3D8
RGB: (73,195,216)

Renk bilgisi

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

RGB renk modeli

#49C3D8 color RGB value is (73,195,216).

  • kırmız ton 73;
  • yeşil ton 195;
  • mavi ton 216.
RGB:
(73,195,216)
(29%,76%,85%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 195 of 255 = 76%
B 216 of 255 = 85%

73
195
216

R + G + B ~ 63%. #49C3D8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 195 + 216 = 484 (100%)
R 73 of 484 ~ 15.08%
G 195 of 484 ~ 40.29%
B 216 of 484 ~ 44.63%

%15.08
%40.29
%44.63

CMYK RENK MODELİ

#49C3D8 rengi CMYK tonu (66,10,0,15).

  • camgöbeği tonu 66.20%
  • eflatun tonu 9.72%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(66,10,0,15)
C66M10Y0K15 
(66%,10%,0%,15%)
(0.66/0.10/0.00/0.15)	

CMYK yüzdeleri

%66.2
%9.72
%0
%15.29

Codes

Color #49C3D8 in popluar color models

49C3D8
RGB73195216
HSL189°64.71%56.67%
HSB/HSV189°66.20%84.71%
CMYK66.20%9.72%0.00%
15.29%

Color #49C3D8 in popluar number systems.

HEX49C3D8
Decimal73195216
Binary10010011100001111011000
Octal111303330

Shades and tints

Shades of #49C3D8

#49C3D8
(73,195,216)
#43B2C5
(67,178,197)
#3DA1B2
(61,161,178)
#37909F
(55,144,159)
#317F8C
(49,127,140)
#2B6E79
(43,110,121)
#255D66
(37,93,102)
#1F4C53
(31,76,83)
#193B40
(25,59,64)
#132A2D
(19,42,45)
#0D191A
(13,25,26)
#000000
(0,0,0)

Tints of #49C3D8

#49C3D8
(73,195,216)
#59C8DB
(89,200,219)
#69CDDE
(105,205,222)
#79D2E1
(121,210,225)
#89D7E4
(137,215,228)
#99DCE7
(153,220,231)
#A9E1EA
(169,225,234)
#B9E6ED
(185,230,237)
#C9EBF0
(201,235,240)
#D9F0F3
(217,240,243)
#E9F5F6
(233,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49C3D8 color. Also use rgb(73,195,216) instead hex code.

Text Font Color

.myTextColor { color: #49C3D8; }

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

This text font color is #49C3D8.


Background Color

.myBgColor { background-color: #49C3D8; }

<div style="background-color:#49C3D8">Inner text</div>

This div background color is #49C3D8.


Border color

.myBorderColor { border: 1px solid #49C3D8; }

<div style="border:3px solid #49C3D8">Div</div>

This div border color is #49C3D8.


Opacity

.myOpacity80 { color: #49C3D8; opacity: 0.8; }

<p style="color:#49C3D8;opacity:0.8;">80%</p>

Text with #49C3D8 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 #49C3D8;}

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

This text has shadow with #49C3D8 color.

.textShadow {text-shadow: 3px 3px 1px #49C3D8, 3px 3px 1px red;}

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

This text has shadow with #49C3D8 primary color and red secondary color.


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

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

This text has shadow with #49C3D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49C3D8 on black background.


Color preview on white background

This text has color #49C3D8 on white background.



Black color preview on #49C3D8 background

This text has black color on #49C3D8 background.


White color preview on #49C3D8 background

This text has white color on #49C3D8 background.