COLOR #73A6D7

HEX: #73A6D7
RGB: (115,166,215)

Color info

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

RGB color model

#73A6D7 color RGB value is (115,166,215).

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

RGB channels and saturation

R 115 of 255 = 45%
G 166 of 255 = 65%
B 215 of 255 = 84%

115
166
215

R + G + B ~ 65%. #73A6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 166 + 215 = 496 (100%)
R 115 of 496 ~ 23.19%
G 166 of 496 ~ 33.47%
B 215 of 496 ~ 43.35%

%23.19
%33.47
%43.35

CMYK color model

#73A6D7 color CMYK value is (47,23,0,16).

  • cyan value is 46.51%
  • magenta value is 22.79%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(47,23,0,16)
C47M23Y0K16 
(47%,23%,0%,16%)
(0.47/0.23/0.00/0.16)	

CMYK percentages

%46.51
%22.79
%0
%15.69

Codes

Color #73A6D7 in popluar color models

73A6D7
RGB115166215
HSL209°55.56%64.71%
HSB/HSV209°46.51%84.31%
CMYK46.51%22.79%0.00%
15.69%

Color #73A6D7 in popluar number systems.

HEX73A6D7
Decimal115166215
Binary11100111010011011010111
Octal163246327

Shades and tints

Shades of #73A6D7

#73A6D7
(115,166,215)
#6997C4
(105,151,196)
#5F88B1
(95,136,177)
#55799E
(85,121,158)
#4B6A8B
(75,106,139)
#415B78
(65,91,120)
#374C65
(55,76,101)
#2D3D52
(45,61,82)
#232E3F
(35,46,63)
#191F2C
(25,31,44)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #73A6D7

#73A6D7
(115,166,215)
#7FAEDA
(127,174,218)
#8BB6DD
(139,182,221)
#97BEE0
(151,190,224)
#A3C6E3
(163,198,227)
#AFCEE6
(175,206,230)
#BBD6E9
(187,214,233)
#C7DEEC
(199,222,236)
#D3E6EF
(211,230,239)
#DFEEF2
(223,238,242)
#EBF6F5
(235,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A6D7; }

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

This text font color is #73A6D7.


Background Color

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

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

This div background color is #73A6D7.


Border color

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

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

This div border color is #73A6D7.


Opacity

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

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

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

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

This text has shadow with #73A6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A6D7 on black background.


Color preview on white background

This text has color #73A6D7 on white background.



Black color preview on #73A6D7 background

This text has black color on #73A6D7 background.


White color preview on #73A6D7 background

This text has white color on #73A6D7 background.