COLOR #53B1D4

HEX: #53B1D4
RGB: (83,177,212)

Renk bilgisi

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

RGB renk modeli

#53B1D4 color RGB value is (83,177,212).

  • kırmız ton 83;
  • yeşil ton 177;
  • mavi ton 212.
RGB:
(83,177,212)
(33%,69%,83%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 177 of 255 = 69%
B 212 of 255 = 83%

83
177
212

R + G + B ~ 62%. #53B1D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 177 + 212 = 472 (100%)
R 83 of 472 ~ 17.58%
G 177 of 472 ~ 37.5%
B 212 of 472 ~ 44.92%

%17.58
%37.5
%44.92

CMYK RENK MODELİ

#53B1D4 rengi CMYK tonu (61,17,0,17).

  • camgöbeği tonu 60.85%
  • eflatun tonu 16.51%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(61,17,0,17)
C61M17Y0K17 
(61%,17%,0%,17%)
(0.61/0.17/0.00/0.17)	

CMYK yüzdeleri

%60.85
%16.51
%0
%16.86

Codes

Color #53B1D4 in popluar color models

53B1D4
RGB83177212
HSL196°60.00%57.84%
HSB/HSV196°60.85%83.14%
CMYK60.85%16.51%0.00%
16.86%

Color #53B1D4 in popluar number systems.

HEX53B1D4
Decimal83177212
Binary10100111011000111010100
Octal123261324

Shades and tints

Shades of #53B1D4

#53B1D4
(83,177,212)
#4CA1C1
(76,161,193)
#4591AE
(69,145,174)
#3E819B
(62,129,155)
#377188
(55,113,136)
#306175
(48,97,117)
#295162
(41,81,98)
#22414F
(34,65,79)
#1B313C
(27,49,60)
#142129
(20,33,41)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #53B1D4

#53B1D4
(83,177,212)
#62B8D7
(98,184,215)
#71BFDA
(113,191,218)
#80C6DD
(128,198,221)
#8FCDE0
(143,205,224)
#9ED4E3
(158,212,227)
#ADDBE6
(173,219,230)
#BCE2E9
(188,226,233)
#CBE9EC
(203,233,236)
#DAF0EF
(218,240,239)
#E9F7F2
(233,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B1D4 color. Also use rgb(83,177,212) instead hex code.

Text Font Color

.myTextColor { color: #53B1D4; }

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

This text font color is #53B1D4.


Background Color

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

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

This div background color is #53B1D4.


Border color

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

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

This div border color is #53B1D4.


Opacity

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

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

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

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

This text has shadow with #53B1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B1D4 on black background.


Color preview on white background

This text has color #53B1D4 on white background.



Black color preview on #53B1D4 background

This text has black color on #53B1D4 background.


White color preview on #53B1D4 background

This text has white color on #53B1D4 background.