COLOR #53AEBD

HEX: #53AEBD
RGB: (83,174,189)

Renk bilgisi

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

RGB renk modeli

#53AEBD color RGB value is (83,174,189).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 174 of 255 = 68%
B 189 of 255 = 74%

83
174
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 174 + 189 = 446 (100%)
R 83 of 446 ~ 18.61%
G 174 of 446 ~ 39.01%
B 189 of 446 ~ 42.38%

%18.61
%39.01
%42.38

CMYK RENK MODELİ

#53AEBD rengi CMYK tonu (56,8,0,26).

  • camgöbeği tonu 56.08%
  • eflatun tonu 7.94%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(56,8,0,26)
C56M8Y0K26 
(56%,8%,0%,26%)
(0.56/0.08/0.00/0.26)	

CMYK yüzdeleri

%56.08
%7.94
%0
%25.88

Codes

Color #53AEBD in popluar color models

53AEBD
RGB83174189
HSL188°44.54%53.33%
HSB/HSV188°56.08%74.12%
CMYK56.08%7.94%0.00%
25.88%

Color #53AEBD in popluar number systems.

HEX53AEBD
Decimal83174189
Binary10100111010111010111101
Octal123256275

Shades and tints

Shades of #53AEBD

#53AEBD
(83,174,189)
#4C9FAC
(76,159,172)
#45909B
(69,144,155)
#3E818A
(62,129,138)
#377279
(55,114,121)
#306368
(48,99,104)
#295457
(41,84,87)
#224546
(34,69,70)
#1B3635
(27,54,53)
#142724
(20,39,36)
#0D1813
(13,24,19)
#000000
(0,0,0)

Tints of #53AEBD

#53AEBD
(83,174,189)
#62B5C3
(98,181,195)
#71BCC9
(113,188,201)
#80C3CF
(128,195,207)
#8FCAD5
(143,202,213)
#9ED1DB
(158,209,219)
#ADD8E1
(173,216,225)
#BCDFE7
(188,223,231)
#CBE6ED
(203,230,237)
#DAEDF3
(218,237,243)
#E9F4F9
(233,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53AEBD; }

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

This text font color is #53AEBD.


Background Color

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

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

This div background color is #53AEBD.


Border color

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

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

This div border color is #53AEBD.


Opacity

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

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

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

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

This text has shadow with #53AEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AEBD on black background.


Color preview on white background

This text has color #53AEBD on white background.



Black color preview on #53AEBD background

This text has black color on #53AEBD background.


White color preview on #53AEBD background

This text has white color on #53AEBD background.