COLOR #53A6C3

HEX: #53A6C3
RGB: (83,166,195)

Renk bilgisi

#53A6C3 contains mainly green and blue colors. #53A6C3 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#53A6C3 color RGB value is (83,166,195).

  • kırmız ton 83;
  • yeşil ton 166;
  • mavi ton 195.
RGB:
(83,166,195)
(33%,65%,76%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 166 of 255 = 65%
B 195 of 255 = 76%

83
166
195

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 166 + 195 = 444 (100%)
R 83 of 444 ~ 18.69%
G 166 of 444 ~ 37.39%
B 195 of 444 ~ 43.92%

%18.69
%37.39
%43.92

CMYK RENK MODELİ

#53A6C3 rengi CMYK tonu (57,15,0,24).

  • camgöbeği tonu 57.44%
  • eflatun tonu 14.87%
  • sarı tonu 0.00%
  • ana renk tonu 23.53%
CMYK:
(57,15,0,24)
C57M15Y0K24 
(57%,15%,0%,24%)
(0.57/0.15/0.00/0.24)	

CMYK yüzdeleri

%57.44
%14.87
%0
%23.53

Codes

Color #53A6C3 in popluar color models

53A6C3
RGB83166195
HSL196°48.28%54.51%
HSB/HSV196°57.44%76.47%
CMYK57.44%14.87%0.00%
23.53%

Color #53A6C3 in popluar number systems.

HEX53A6C3
Decimal83166195
Binary10100111010011011000011
Octal123246303

Shades and tints

Shades of #53A6C3

#53A6C3
(83,166,195)
#4C97B2
(76,151,178)
#4588A1
(69,136,161)
#3E7990
(62,121,144)
#376A7F
(55,106,127)
#305B6E
(48,91,110)
#294C5D
(41,76,93)
#223D4C
(34,61,76)
#1B2E3B
(27,46,59)
#141F2A
(20,31,42)
#0D1019
(13,16,25)
#000000
(0,0,0)

Tints of #53A6C3

#53A6C3
(83,166,195)
#62AEC8
(98,174,200)
#71B6CD
(113,182,205)
#80BED2
(128,190,210)
#8FC6D7
(143,198,215)
#9ECEDC
(158,206,220)
#ADD6E1
(173,214,225)
#BCDEE6
(188,222,230)
#CBE6EB
(203,230,235)
#DAEEF0
(218,238,240)
#E9F6F5
(233,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A6C3 color. Also use rgb(83,166,195) instead hex code.

Text Font Color

.myTextColor { color: #53A6C3; }

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

This text font color is #53A6C3.


Background Color

.myBgColor { background-color: #53A6C3; }

<div style="background-color:#53A6C3">Inner text</div>

This div background color is #53A6C3.


Border color

.myBorderColor { border: 1px solid #53A6C3; }

<div style="border:3px solid #53A6C3">Div</div>

This div border color is #53A6C3.


Opacity

.myOpacity80 { color: #53A6C3; opacity: 0.8; }

<p style="color:#53A6C3;opacity:0.8;">80%</p>

Text with #53A6C3 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 #53A6C3;}

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

This text has shadow with #53A6C3 color.

.textShadow {text-shadow: 3px 3px 1px #53A6C3, 3px 3px 1px red;}

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

This text has shadow with #53A6C3 primary color and red secondary color.


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

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

This text has shadow with #53A6C3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A6C3 on black background.


Color preview on white background

This text has color #53A6C3 on white background.



Black color preview on #53A6C3 background

This text has black color on #53A6C3 background.


White color preview on #53A6C3 background

This text has white color on #53A6C3 background.