COLOR #52BC87

HEX: #52BC87
RGB: (82,188,135)

Renk bilgisi

#52BC87 contains mainly green and blue colors. #52BC87 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#52BC87 color RGB value is (82,188,135).

  • kırmız ton 82;
  • yeşil ton 188;
  • mavi ton 135.
RGB:
(82,188,135)
(32%,74%,53%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 188 of 255 = 74%
B 135 of 255 = 53%

82
188
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 188 + 135 = 405 (100%)
R 82 of 405 ~ 20.25%
G 188 of 405 ~ 46.42%
B 135 of 405 ~ 33.33%

%20.25
%46.42
%33.33

CMYK RENK MODELİ

#52BC87 rengi CMYK tonu (56,0,28,26).

  • camgöbeği tonu 56.38%
  • eflatun tonu 0.00%
  • sarı tonu 28.19%
  • ana renk tonu 26.27%
CMYK:
(56,0,28,26)
C56M0Y28K26 
(56%,0%,28%,26%)
(0.56/0.00/0.28/0.26)	

CMYK yüzdeleri

%56.38
%0
%28.19
%26.27

Codes

Color #52BC87 in popluar color models

52BC87
RGB82188135
HSL150°44.17%52.94%
HSB/HSV150°56.38%73.73%
CMYK56.38%0.00%28.19%
26.27%

Color #52BC87 in popluar number systems.

HEX52BC87
Decimal82188135
Binary10100101011110010000111
Octal122274207

Shades and tints

Shades of #52BC87

#52BC87
(82,188,135)
#4BAB7B
(75,171,123)
#449A6F
(68,154,111)
#3D8963
(61,137,99)
#367857
(54,120,87)
#2F674B
(47,103,75)
#28563F
(40,86,63)
#214533
(33,69,51)
#1A3427
(26,52,39)
#13231B
(19,35,27)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #52BC87

#52BC87
(82,188,135)
#61C291
(97,194,145)
#70C89B
(112,200,155)
#7FCEA5
(127,206,165)
#8ED4AF
(142,212,175)
#9DDAB9
(157,218,185)
#ACE0C3
(172,224,195)
#BBE6CD
(187,230,205)
#CAECD7
(202,236,215)
#D9F2E1
(217,242,225)
#E8F8EB
(232,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52BC87 color. Also use rgb(82,188,135) instead hex code.

Text Font Color

.myTextColor { color: #52BC87; }

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

This text font color is #52BC87.


Background Color

.myBgColor { background-color: #52BC87; }

<div style="background-color:#52BC87">Inner text</div>

This div background color is #52BC87.


Border color

.myBorderColor { border: 1px solid #52BC87; }

<div style="border:3px solid #52BC87">Div</div>

This div border color is #52BC87.


Opacity

.myOpacity80 { color: #52BC87; opacity: 0.8; }

<p style="color:#52BC87;opacity:0.8;">80%</p>

Text with #52BC87 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 #52BC87;}

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

This text has shadow with #52BC87 color.

.textShadow {text-shadow: 3px 3px 1px #52BC87, 3px 3px 1px red;}

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

This text has shadow with #52BC87 primary color and red secondary color.


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

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

This text has shadow with #52BC87 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52BC87 on black background.


Color preview on white background

This text has color #52BC87 on white background.



Black color preview on #52BC87 background

This text has black color on #52BC87 background.


White color preview on #52BC87 background

This text has white color on #52BC87 background.