COLOR #73A2D7

HEX: #73A2D7
RGB: (115,162,215)

Color info

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

RGB color model

#73A2D7 color RGB value is (115,162,215).

  • red value is 115;
  • green value is 162;
  • blue value is 215.
RGB:
(115,162,215)
(45%,64%,84%)

RGB channels and saturation

R 115 of 255 = 45%
G 162 of 255 = 64%
B 215 of 255 = 84%

115
162
215

R + G + B ~ 64%. #73A2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 162 + 215 = 492 (100%)
R 115 of 492 ~ 23.37%
G 162 of 492 ~ 32.93%
B 215 of 492 ~ 43.7%

%23.37
%32.93
%43.7

CMYK color model

#73A2D7 color CMYK value is (47,25,0,16).

  • cyan value is 46.51%
  • magenta value is 24.65%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(47,25,0,16)
C47M25Y0K16 
(47%,25%,0%,16%)
(0.47/0.25/0.00/0.16)	

CMYK percentages

%46.51
%24.65
%0
%15.69

Codes

Color #73A2D7 in popluar color models

73A2D7
RGB115162215
HSL212°55.56%64.71%
HSB/HSV212°46.51%84.31%
CMYK46.51%24.65%0.00%
15.69%

Color #73A2D7 in popluar number systems.

HEX73A2D7
Decimal115162215
Binary11100111010001011010111
Octal163242327

Shades and tints

Shades of #73A2D7

#73A2D7
(115,162,215)
#6994C4
(105,148,196)
#5F86B1
(95,134,177)
#55789E
(85,120,158)
#4B6A8B
(75,106,139)
#415C78
(65,92,120)
#374E65
(55,78,101)
#2D4052
(45,64,82)
#23323F
(35,50,63)
#19242C
(25,36,44)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #73A2D7

#73A2D7
(115,162,215)
#7FAADA
(127,170,218)
#8BB2DD
(139,178,221)
#97BAE0
(151,186,224)
#A3C2E3
(163,194,227)
#AFCAE6
(175,202,230)
#BBD2E9
(187,210,233)
#C7DAEC
(199,218,236)
#D3E2EF
(211,226,239)
#DFEAF2
(223,234,242)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A2D7 color. Also use rgb(115,162,215) instead hex code.

Text Font Color

.myTextColor { color: #73A2D7; }

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

This text font color is #73A2D7.


Background Color

.myBgColor { background-color: #73A2D7; }

<div style="background-color:#73A2D7">Inner text</div>

This div background color is #73A2D7.


Border color

.myBorderColor { border: 1px solid #73A2D7; }

<div style="border:3px solid #73A2D7">Div</div>

This div border color is #73A2D7.


Opacity

.myOpacity80 { color: #73A2D7; opacity: 0.8; }

<p style="color:#73A2D7;opacity:0.8;">80%</p>

Text with #73A2D7 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 #73A2D7;}

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

This text has shadow with #73A2D7 color.

.textShadow {text-shadow: 3px 3px 1px #73A2D7, 3px 3px 1px red;}

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

This text has shadow with #73A2D7 primary color and red secondary color.


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

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

This text has shadow with #73A2D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A2D7 on black background.


Color preview on white background

This text has color #73A2D7 on white background.



Black color preview on #73A2D7 background

This text has black color on #73A2D7 background.


White color preview on #73A2D7 background

This text has white color on #73A2D7 background.