COLOR #73A1D2

HEX: #73A1D2
RGB: (115,161,210)

Color info

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

RGB color model

#73A1D2 color RGB value is (115,161,210).

  • red value is 115;
  • green value is 161;
  • blue value is 210.
RGB:
(115,161,210)
(45%,63%,82%)

RGB channels and saturation

R 115 of 255 = 45%
G 161 of 255 = 63%
B 210 of 255 = 82%

115
161
210

R + G + B ~ 63%. #73A1D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 161 + 210 = 486 (100%)
R 115 of 486 ~ 23.66%
G 161 of 486 ~ 33.13%
B 210 of 486 ~ 43.21%

%23.66
%33.13
%43.21

CMYK color model

#73A1D2 color CMYK value is (45,23,0,18).

  • cyan value is 45.24%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(45,23,0,18)
C45M23Y0K18 
(45%,23%,0%,18%)
(0.45/0.23/0.00/0.18)	

CMYK percentages

%45.24
%23.33
%0
%17.65

Codes

Color #73A1D2 in popluar color models

73A1D2
RGB115161210
HSL211°51.35%63.73%
HSB/HSV211°45.24%82.35%
CMYK45.24%23.33%0.00%
17.65%

Color #73A1D2 in popluar number systems.

HEX73A1D2
Decimal115161210
Binary11100111010000111010010
Octal163241322

Shades and tints

Shades of #73A1D2

#73A1D2
(115,161,210)
#6993BF
(105,147,191)
#5F85AC
(95,133,172)
#557799
(85,119,153)
#4B6986
(75,105,134)
#415B73
(65,91,115)
#374D60
(55,77,96)
#2D3F4D
(45,63,77)
#23313A
(35,49,58)
#192327
(25,35,39)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #73A1D2

#73A1D2
(115,161,210)
#7FA9D6
(127,169,214)
#8BB1DA
(139,177,218)
#97B9DE
(151,185,222)
#A3C1E2
(163,193,226)
#AFC9E6
(175,201,230)
#BBD1EA
(187,209,234)
#C7D9EE
(199,217,238)
#D3E1F2
(211,225,242)
#DFE9F6
(223,233,246)
#EBF1FA
(235,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A1D2 color. Also use rgb(115,161,210) instead hex code.

Text Font Color

.myTextColor { color: #73A1D2; }

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

This text font color is #73A1D2.


Background Color

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

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

This div background color is #73A1D2.


Border color

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

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

This div border color is #73A1D2.


Opacity

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

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

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

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

This text has shadow with #73A1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A1D2 on black background.


Color preview on white background

This text has color #73A1D2 on white background.



Black color preview on #73A1D2 background

This text has black color on #73A1D2 background.


White color preview on #73A1D2 background

This text has white color on #73A1D2 background.