COLOR #53AEC5

HEX: #53AEC5
RGB: (83,174,197)

Renk bilgisi

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

RGB renk modeli

#53AEC5 color RGB value is (83,174,197).

  • kırmız ton 83;
  • yeşil ton 174;
  • mavi ton 197.
RGB:
(83,174,197)
(33%,68%,77%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 174 of 255 = 68%
B 197 of 255 = 77%

83
174
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 174 + 197 = 454 (100%)
R 83 of 454 ~ 18.28%
G 174 of 454 ~ 38.33%
B 197 of 454 ~ 43.39%

%18.28
%38.33
%43.39

CMYK RENK MODELİ

#53AEC5 rengi CMYK tonu (58,12,0,23).

  • camgöbeği tonu 57.87%
  • eflatun tonu 11.68%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(58,12,0,23)
C58M12Y0K23 
(58%,12%,0%,23%)
(0.58/0.12/0.00/0.23)	

CMYK yüzdeleri

%57.87
%11.68
%0
%22.75

Codes

Color #53AEC5 in popluar color models

53AEC5
RGB83174197
HSL192°49.57%54.90%
HSB/HSV192°57.87%77.25%
CMYK57.87%11.68%0.00%
22.75%

Color #53AEC5 in popluar number systems.

HEX53AEC5
Decimal83174197
Binary10100111010111011000101
Octal123256305

Shades and tints

Shades of #53AEC5

#53AEC5
(83,174,197)
#4C9FB4
(76,159,180)
#4590A3
(69,144,163)
#3E8192
(62,129,146)
#377281
(55,114,129)
#306370
(48,99,112)
#29545F
(41,84,95)
#22454E
(34,69,78)
#1B363D
(27,54,61)
#14272C
(20,39,44)
#0D181B
(13,24,27)
#000000
(0,0,0)

Tints of #53AEC5

#53AEC5
(83,174,197)
#62B5CA
(98,181,202)
#71BCCF
(113,188,207)
#80C3D4
(128,195,212)
#8FCAD9
(143,202,217)
#9ED1DE
(158,209,222)
#ADD8E3
(173,216,227)
#BCDFE8
(188,223,232)
#CBE6ED
(203,230,237)
#DAEDF2
(218,237,242)
#E9F4F7
(233,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53AEC5 color. Also use rgb(83,174,197) instead hex code.

Text Font Color

.myTextColor { color: #53AEC5; }

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

This text font color is #53AEC5.


Background Color

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

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

This div background color is #53AEC5.


Border color

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

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

This div border color is #53AEC5.


Opacity

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

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

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

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

This text has shadow with #53AEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AEC5 on black background.


Color preview on white background

This text has color #53AEC5 on white background.



Black color preview on #53AEC5 background

This text has black color on #53AEC5 background.


White color preview on #53AEC5 background

This text has white color on #53AEC5 background.