COLOR #529AC8

HEX: #529AC8
RGB: (82,154,200)

Color info

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

RGB color model

#529AC8 color RGB value is (82,154,200).

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

RGB channels and saturation

R 82 of 255 = 32%
G 154 of 255 = 60%
B 200 of 255 = 78%

82
154
200

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

Portions of RGB colors in percentages

R + G + B =
82 + 154 + 200 = 436 (100%)
R 82 of 436 ~ 18.81%
G 154 of 436 ~ 35.32%
B 200 of 436 ~ 45.87%

%18.81
%35.32
%45.87

CMYK color model

#529AC8 color CMYK value is (59,23,0,22).

  • cyan value is 59.00%
  • magenta value is 23.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(59,23,0,22)
C59M23Y0K22 
(59%,23%,0%,22%)
(0.59/0.23/0.00/0.22)	

CMYK percentages

%59
%23
%0
%21.57

Codes

Color #529AC8 in popluar color models

529AC8
RGB82154200
HSL203°51.75%55.29%
HSB/HSV203°59.00%78.43%
CMYK59.00%23.00%0.00%
21.57%

Color #529AC8 in popluar number systems.

HEX529AC8
Decimal82154200
Binary10100101001101011001000
Octal122232310

Shades and tints

Shades of #529AC8

#529AC8
(82,154,200)
#4B8CB6
(75,140,182)
#447EA4
(68,126,164)
#3D7092
(61,112,146)
#366280
(54,98,128)
#2F546E
(47,84,110)
#28465C
(40,70,92)
#21384A
(33,56,74)
#1A2A38
(26,42,56)
#131C26
(19,28,38)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #529AC8

#529AC8
(82,154,200)
#61A3CD
(97,163,205)
#70ACD2
(112,172,210)
#7FB5D7
(127,181,215)
#8EBEDC
(142,190,220)
#9DC7E1
(157,199,225)
#ACD0E6
(172,208,230)
#BBD9EB
(187,217,235)
#CAE2F0
(202,226,240)
#D9EBF5
(217,235,245)
#E8F4FA
(232,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529AC8 color. Also use rgb(82,154,200) instead hex code.

Text Font Color

.myTextColor { color: #529AC8; }

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

This text font color is #529AC8.


Background Color

.myBgColor { background-color: #529AC8; }

<div style="background-color:#529AC8">Inner text</div>

This div background color is #529AC8.


Border color

.myBorderColor { border: 1px solid #529AC8; }

<div style="border:3px solid #529AC8">Div</div>

This div border color is #529AC8.


Opacity

.myOpacity80 { color: #529AC8; opacity: 0.8; }

<p style="color:#529AC8;opacity:0.8;">80%</p>

Text with #529AC8 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 #529AC8;}

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

This text has shadow with #529AC8 color.

.textShadow {text-shadow: 3px 3px 1px #529AC8, 3px 3px 1px red;}

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

This text has shadow with #529AC8 primary color and red secondary color.


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

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

This text has shadow with #529AC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529AC8 on black background.


Color preview on white background

This text has color #529AC8 on white background.



Black color preview on #529AC8 background

This text has black color on #529AC8 background.


White color preview on #529AC8 background

This text has white color on #529AC8 background.