COLOR #73A2BD

HEX: #73A2BD
RGB: (115,162,189)

Color info

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

RGB color model

#73A2BD color RGB value is (115,162,189).

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

RGB channels and saturation

R 115 of 255 = 45%
G 162 of 255 = 64%
B 189 of 255 = 74%

115
162
189

R + G + B ~ 61%. #73A2BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 162 + 189 = 466 (100%)
R 115 of 466 ~ 24.68%
G 162 of 466 ~ 34.76%
B 189 of 466 ~ 40.56%

%24.68
%34.76
%40.56

CMYK color model

#73A2BD color CMYK value is (39,14,0,26).

  • cyan value is 39.15%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(39,14,0,26)
C39M14Y0K26 
(39%,14%,0%,26%)
(0.39/0.14/0.00/0.26)	

CMYK percentages

%39.15
%14.29
%0
%25.88

Codes

Color #73A2BD in popluar color models

73A2BD
RGB115162189
HSL202°35.92%59.61%
HSB/HSV202°39.15%74.12%
CMYK39.15%14.29%0.00%
25.88%

Color #73A2BD in popluar number systems.

HEX73A2BD
Decimal115162189
Binary11100111010001010111101
Octal163242275

Shades and tints

Shades of #73A2BD

#73A2BD
(115,162,189)
#6994AC
(105,148,172)
#5F869B
(95,134,155)
#55788A
(85,120,138)
#4B6A79
(75,106,121)
#415C68
(65,92,104)
#374E57
(55,78,87)
#2D4046
(45,64,70)
#233235
(35,50,53)
#192424
(25,36,36)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #73A2BD

#73A2BD
(115,162,189)
#7FAAC3
(127,170,195)
#8BB2C9
(139,178,201)
#97BACF
(151,186,207)
#A3C2D5
(163,194,213)
#AFCADB
(175,202,219)
#BBD2E1
(187,210,225)
#C7DAE7
(199,218,231)
#D3E2ED
(211,226,237)
#DFEAF3
(223,234,243)
#EBF2F9
(235,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A2BD; }

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

This text font color is #73A2BD.


Background Color

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

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

This div background color is #73A2BD.


Border color

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

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

This div border color is #73A2BD.


Opacity

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

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

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

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

This text has shadow with #73A2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A2BD on black background.


Color preview on white background

This text has color #73A2BD on white background.



Black color preview on #73A2BD background

This text has black color on #73A2BD background.


White color preview on #73A2BD background

This text has white color on #73A2BD background.