COLOR #73A2BC

HEX: #73A2BC RGB: (115,162,188)

Color info

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

RGB color model

#73A2BC color RGB value is (115,162,188).

RGB: (115,162,188) (45%, 64%, 74%)

RGB channels and saturation

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

115
162
188

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

Portions of RGB colors in percentages

R + G + B = 115 + 162 + 188 = 465 (100%)
R 115 of 465 ~ 24.73%
G 162 of 465 ~ 34.84%
B 188 of 465 ~ 40.43'%

%24.73
%34.84
%40.43

CMYK color model

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

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

CMYK percentages

%38.83
%13.83
%0
%26.27

Codes

Color #73A2BC in popluar color models

73 A2 BC
RGB 115 162 188
HSL 201° 35.27% 59.41%
HSB/HSV 201° 38.83% 73.73%
CMYK 38.83% 13.83% 0.00%
26.27%

Color #73A2BC in popluar number systems.

HEX 73 A2 BC
Decimal 115 162 188
Binary 1110011 10100010 10111100
Octal 163 242 274

Shades and tints

Shades of #73A2BC

#73A2BC
(115,162,188)
#6994AB
(105,148,171)
#5F869A
(95,134,154)
#557889
(85,120,137)
#4B6A78
(75,106,120)
#415C67
(65,92,103)
#374E56
(55,78,86)
#2D4045
(45,64,69)
#233234
(35,50,52)
#192423
(25,36,35)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #73A2BC

#73A2BC
(115,162,188)
#7FAAC2
(127,170,194)
#8BB2C8
(139,178,200)
#97BACE
(151,186,206)
#A3C2D4
(163,194,212)
#AFCADA
(175,202,218)
#BBD2E0
(187,210,224)
#C7DAE6
(199,218,230)
#D3E2EC
(211,226,236)
#DFEAF2
(223,234,242)
#EBF2F8
(235,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A2BC; }

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

This text font color is #73A2BC.

Background Color

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

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

This div background color is #73A2BC.

Border color

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

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

This div border color is #73A2BC.

Opacity

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

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

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

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

This text has shadow with #73A2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A2BC.

Preview

Color preview on black background

This text has color #73A2BC on black background.


Color preview on white background

This text has color #73A2BC on white background.


Black color preview on #73A2BC background

This text has black color on #73A2BC background.


White color preview on #73A2BC background

This text has white color on #73A2BC background.


Related colors

Complementary color

Complementary color for #hex is #8C5D43.


I love getcolorcode.com

Triadic colors

1 #BC73A2 and #A2BC73 with #73A2BC are triadic colors.

2 #BCA273 and #A273BC with #73A2BC are triadic colors.