COLOR #52A8C8

HEX: #52A8C8
RGB: (82,168,200)

Color info

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

RGB color model

#52A8C8 color RGB value is (82,168,200).

  • red value is 82;
  • green value is 168;
  • blue value is 200.
RGB:
(82,168,200)
(32%,66%,78%)

RGB channels and saturation

R 82 of 255 = 32%
G 168 of 255 = 66%
B 200 of 255 = 78%

82
168
200

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

Portions of RGB colors in percentages

R + G + B =
82 + 168 + 200 = 450 (100%)
R 82 of 450 ~ 18.22%
G 168 of 450 ~ 37.33%
B 200 of 450 ~ 44.44%

%18.22
%37.33
%44.44

CMYK color model

#52A8C8 color CMYK value is (59,16,0,22).

  • cyan value is 59.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(59,16,0,22)
C59M16Y0K22 
(59%,16%,0%,22%)
(0.59/0.16/0.00/0.22)	

CMYK percentages

%59
%16
%0
%21.57

Codes

Color #52A8C8 in popluar color models

52A8C8
RGB82168200
HSL196°51.75%55.29%
HSB/HSV196°59.00%78.43%
CMYK59.00%16.00%0.00%
21.57%

Color #52A8C8 in popluar number systems.

HEX52A8C8
Decimal82168200
Binary10100101010100011001000
Octal122250310

Shades and tints

Shades of #52A8C8

#52A8C8
(82,168,200)
#4B99B6
(75,153,182)
#448AA4
(68,138,164)
#3D7B92
(61,123,146)
#366C80
(54,108,128)
#2F5D6E
(47,93,110)
#284E5C
(40,78,92)
#213F4A
(33,63,74)
#1A3038
(26,48,56)
#132126
(19,33,38)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #52A8C8

#52A8C8
(82,168,200)
#61AFCD
(97,175,205)
#70B6D2
(112,182,210)
#7FBDD7
(127,189,215)
#8EC4DC
(142,196,220)
#9DCBE1
(157,203,225)
#ACD2E6
(172,210,230)
#BBD9EB
(187,217,235)
#CAE0F0
(202,224,240)
#D9E7F5
(217,231,245)
#E8EEFA
(232,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A8C8 color. Also use rgb(82,168,200) instead hex code.

Text Font Color

.myTextColor { color: #52A8C8; }

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

This text font color is #52A8C8.


Background Color

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

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

This div background color is #52A8C8.


Border color

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

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

This div border color is #52A8C8.


Opacity

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

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

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

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

This text has shadow with #52A8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A8C8 on black background.


Color preview on white background

This text has color #52A8C8 on white background.



Black color preview on #52A8C8 background

This text has black color on #52A8C8 background.


White color preview on #52A8C8 background

This text has white color on #52A8C8 background.