COLOR #73A0C8

HEX: #73A0C8 RGB: (115,160,200)

Color info

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

RGB color model

#73A0C8 color RGB value is (115,160,200).

RGB: (115,160,200) (45%, 63%, 78%)

RGB channels and saturation

R 115 of 255 = 45%
G 160 of 255 = 63%
B 200 of 255 = 78%

115
160
200

R + G + B ~ 62%. #73A0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 160 + 200 = 475 (100%)
R 115 of 475 ~ 24.21%
G 160 of 475 ~ 33.68%
B 200 of 475 ~ 42.11'%

%24.21
%33.68
%42.11

CMYK color model

#73A0C8 color CMYK value is (43,20,0,22).

  • cyan value is 42.50%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (43,20,0,22) C43M20Y0K22 (43%,20%,0%,22%) (0.43/0.20/0.00/0.22) 

CMYK percentages

%42.5
%20
%0
%21.57

Codes

Color #73A0C8 in popluar color models

73 A0 C8
RGB 115 160 200
HSL 208° 43.59% 61.76%
HSB/HSV 208° 42.50% 78.43%
CMYK 42.50% 20.00% 0.00%
21.57%

Color #73A0C8 in popluar number systems.

HEX 73 A0 C8
Decimal 115 160 200
Binary 1110011 10100000 11001000
Octal 163 240 310

Shades and tints

Shades of #73A0C8

#73A0C8
(115,160,200)
#6992B6
(105,146,182)
#5F84A4
(95,132,164)
#557692
(85,118,146)
#4B6880
(75,104,128)
#415A6E
(65,90,110)
#374C5C
(55,76,92)
#2D3E4A
(45,62,74)
#233038
(35,48,56)
#192226
(25,34,38)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #73A0C8

#73A0C8
(115,160,200)
#7FA8CD
(127,168,205)
#8BB0D2
(139,176,210)
#97B8D7
(151,184,215)
#A3C0DC
(163,192,220)
#AFC8E1
(175,200,225)
#BBD0E6
(187,208,230)
#C7D8EB
(199,216,235)
#D3E0F0
(211,224,240)
#DFE8F5
(223,232,245)
#EBF0FA
(235,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A0C8 color. Also use rgb(115,160,200) instead hex code.

Text Font Color

.myTextColor { color: #73A0C8; }

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

This text font color is #73A0C8.

Background Color

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

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

This div background color is #73A0C8.

Border color

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

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

This div border color is #73A0C8.

Opacity

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

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

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

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

This text has shadow with #73A0C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A0C8.

Preview

Color preview on black background

This text has color #73A0C8 on black background.


Color preview on white background

This text has color #73A0C8 on white background.


Black color preview on #73A0C8 background

This text has black color on #73A0C8 background.


White color preview on #73A0C8 background

This text has white color on #73A0C8 background.


Related colors

Complementary color

Complementary color for #hex is #8C5F37.


I love getcolorcode.com

Triadic colors

1 #C873A0 and #A0C873 with #73A0C8 are triadic colors.

2 #C8A073 and #A073C8 with #73A0C8 are triadic colors.