COLOR #52ABD2

HEX: #52ABD2 RGB: (82,171,210)

Color info

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

RGB color model

#52ABD2 color RGB value is (82,171,210).

RGB: (82,171,210) (32%, 67%, 82%)

RGB channels and saturation

R 82 of 255 = 32%
G 171 of 255 = 67%
B 210 of 255 = 82%

82
171
210

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

Portions of RGB colors in percentages

R + G + B = 82 + 171 + 210 = 463 (100%)
R 82 of 463 ~ 17.71%
G 171 of 463 ~ 36.93%
B 210 of 463 ~ 45.36'%

%17.71
%36.93
%45.36

CMYK color model

#52ABD2 color CMYK value is (61,19,0,18).

  • cyan value is 60.95%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (61,19,0,18)
C61M19Y0K18 (61%, 19%, 0%, 18%)
(0.61 / 0.19 / 0.00 / 0.18)

CMYK percentages

%60.95
%18.57
%0
%17.65

Codes

Color #52ABD2 in popluar color models

52 AB D2
RGB 82 171 210
HSL 198° 58.72% 57.25%
HSB/HSV 198° 60.95% 82.35%
CMYK 60.95% 18.57% 0.00%
17.65%

Color #52ABD2 in popluar number systems.

HEX 52 AB D2
Decimal 82 171 210
Binary 1010010 10101011 11010010
Octal 122 253 322

Shades and tints

Shades of #52ABD2

#52ABD2
(82,171,210)
#4B9CBF
(75,156,191)
#448DAC
(68,141,172)
#3D7E99
(61,126,153)
#366F86
(54,111,134)
#2F6073
(47,96,115)
#285160
(40,81,96)
#21424D
(33,66,77)
#1A333A
(26,51,58)
#132427
(19,36,39)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #52ABD2

#52ABD2
(82,171,210)
#61B2D6
(97,178,214)
#70B9DA
(112,185,218)
#7FC0DE
(127,192,222)
#8EC7E2
(142,199,226)
#9DCEE6
(157,206,230)
#ACD5EA
(172,213,234)
#BBDCEE
(187,220,238)
#CAE3F2
(202,227,242)
#D9EAF6
(217,234,246)
#E8F1FA
(232,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52ABD2; }

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

This text font color is #52ABD2.

Background Color

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

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

This div background color is #52ABD2.

Border color

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

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

This div border color is #52ABD2.

Opacity

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

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

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

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

This text has shadow with #52ABD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52ABD2.

Preview

Color preview on black background

This text has color #52ABD2 on black background.


Color preview on white background

This text has color #52ABD2 on white background.


Black color preview on #52ABD2 background

This text has black color on #52ABD2 background.


White color preview on #52ABD2 background

This text has white color on #52ABD2 background.


Related colors

Complementary color

Complementary color for #hex is #AD542D.


I love getcolorcode.com

Triadic colors

1 #D252AB and #ABD252 with #52ABD2 are triadic colors.

2 #D2AB52 and #AB52D2 with #52ABD2 are triadic colors.