COLOR #52ABB5

HEX: #52ABB5
RGB: (82,171,181)

Color info

#52ABB5 contains mainly green and blue colors. Web safe color of #52ABB5 is #6699CC (or #69C).

RGB color model

#52ABB5 color RGB value is (82,171,181).

  • red value is 82;
  • green value is 171;
  • blue value is 181.
RGB:
(82,171,181)
(32%,67%,71%)

RGB channels and saturation

R 82 of 255 = 32%
G 171 of 255 = 67%
B 181 of 255 = 71%

82
171
181

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

Portions of RGB colors in percentages

R + G + B =
82 + 171 + 181 = 434 (100%)
R 82 of 434 ~ 18.89%
G 171 of 434 ~ 39.4%
B 181 of 434 ~ 41.71%

%18.89
%39.4
%41.71

CMYK color model

#52ABB5 color CMYK value is (55,6,0,29).

  • cyan value is 54.70%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(55,6,0,29)
C55M6Y0K29 
(55%,6%,0%,29%)
(0.55/0.06/0.00/0.29)	

CMYK percentages

%54.7
%5.52
%0
%29.02

Codes

Color #52ABB5 in popluar color models

52ABB5
RGB82171181
HSL186°40.08%51.57%
HSB/HSV186°54.70%70.98%
CMYK54.70%5.52%0.00%
29.02%

Color #52ABB5 in popluar number systems.

HEX52ABB5
Decimal82171181
Binary10100101010101110110101
Octal122253265

Shades and tints

Shades of #52ABB5

#52ABB5
(82,171,181)
#4B9CA5
(75,156,165)
#448D95
(68,141,149)
#3D7E85
(61,126,133)
#366F75
(54,111,117)
#2F6065
(47,96,101)
#285155
(40,81,85)
#214245
(33,66,69)
#1A3335
(26,51,53)
#132425
(19,36,37)
#0C1515
(12,21,21)
#000000
(0,0,0)

Tints of #52ABB5

#52ABB5
(82,171,181)
#61B2BB
(97,178,187)
#70B9C1
(112,185,193)
#7FC0C7
(127,192,199)
#8EC7CD
(142,199,205)
#9DCED3
(157,206,211)
#ACD5D9
(172,213,217)
#BBDCDF
(187,220,223)
#CAE3E5
(202,227,229)
#D9EAEB
(217,234,235)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52ABB5 color. Also use rgb(82,171,181) instead hex code.

Text Font Color

.myTextColor { color: #52ABB5; }

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

This text font color is #52ABB5.


Background Color

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

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

This div background color is #52ABB5.


Border color

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

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

This div border color is #52ABB5.


Opacity

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

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

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

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

This text has shadow with #52ABB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52ABB5 on black background.


Color preview on white background

This text has color #52ABB5 on white background.



Black color preview on #52ABB5 background

This text has black color on #52ABB5 background.


White color preview on #52ABB5 background

This text has white color on #52ABB5 background.