COLOR #53A1D1

HEX: #53A1D1
RGB: (83,161,209)

Renk bilgisi

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

RGB renk modeli

#53A1D1 color RGB value is (83,161,209).

  • kırmız ton 83;
  • yeşil ton 161;
  • mavi ton 209.
RGB:
(83,161,209)
(33%,63%,82%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 161 of 255 = 63%
B 209 of 255 = 82%

83
161
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 161 + 209 = 453 (100%)
R 83 of 453 ~ 18.32%
G 161 of 453 ~ 35.54%
B 209 of 453 ~ 46.14%

%18.32
%35.54
%46.14

CMYK RENK MODELİ

#53A1D1 rengi CMYK tonu (60,23,0,18).

  • camgöbeği tonu 60.29%
  • eflatun tonu 22.97%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(60,23,0,18)
C60M23Y0K18 
(60%,23%,0%,18%)
(0.60/0.23/0.00/0.18)	

CMYK yüzdeleri

%60.29
%22.97
%0
%18.04

Codes

Color #53A1D1 in popluar color models

53A1D1
RGB83161209
HSL203°57.80%57.25%
HSB/HSV203°60.29%81.96%
CMYK60.29%22.97%0.00%
18.04%

Color #53A1D1 in popluar number systems.

HEX53A1D1
Decimal83161209
Binary10100111010000111010001
Octal123241321

Shades and tints

Shades of #53A1D1

#53A1D1
(83,161,209)
#4C93BE
(76,147,190)
#4585AB
(69,133,171)
#3E7798
(62,119,152)
#376985
(55,105,133)
#305B72
(48,91,114)
#294D5F
(41,77,95)
#223F4C
(34,63,76)
#1B3139
(27,49,57)
#142326
(20,35,38)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #53A1D1

#53A1D1
(83,161,209)
#62A9D5
(98,169,213)
#71B1D9
(113,177,217)
#80B9DD
(128,185,221)
#8FC1E1
(143,193,225)
#9EC9E5
(158,201,229)
#ADD1E9
(173,209,233)
#BCD9ED
(188,217,237)
#CBE1F1
(203,225,241)
#DAE9F5
(218,233,245)
#E9F1F9
(233,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A1D1 color. Also use rgb(83,161,209) instead hex code.

Text Font Color

.myTextColor { color: #53A1D1; }

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

This text font color is #53A1D1.


Background Color

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

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

This div background color is #53A1D1.


Border color

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

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

This div border color is #53A1D1.


Opacity

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

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

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

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

This text has shadow with #53A1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A1D1 on black background.


Color preview on white background

This text has color #53A1D1 on white background.



Black color preview on #53A1D1 background

This text has black color on #53A1D1 background.


White color preview on #53A1D1 background

This text has white color on #53A1D1 background.