COLOR #73A0BD

HEX: #73A0BD
RGB: (115,160,189)

Color info

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

RGB color model

#73A0BD color RGB value is (115,160,189).

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

RGB channels and saturation

R 115 of 255 = 45%
G 160 of 255 = 63%
B 189 of 255 = 74%

115
160
189

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

Portions of RGB colors in percentages

R + G + B =
115 + 160 + 189 = 464 (100%)
R 115 of 464 ~ 24.78%
G 160 of 464 ~ 34.48%
B 189 of 464 ~ 40.73%

%24.78
%34.48
%40.73

CMYK color model

#73A0BD color CMYK value is (39,15,0,26).

  • cyan value is 39.15%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(39,15,0,26)
C39M15Y0K26 
(39%,15%,0%,26%)
(0.39/0.15/0.00/0.26)	

CMYK percentages

%39.15
%15.34
%0
%25.88

Codes

Color #73A0BD in popluar color models

73A0BD
RGB115160189
HSL204°35.92%59.61%
HSB/HSV204°39.15%74.12%
CMYK39.15%15.34%0.00%
25.88%

Color #73A0BD in popluar number systems.

HEX73A0BD
Decimal115160189
Binary11100111010000010111101
Octal163240275

Shades and tints

Shades of #73A0BD

#73A0BD
(115,160,189)
#6992AC
(105,146,172)
#5F849B
(95,132,155)
#55768A
(85,118,138)
#4B6879
(75,104,121)
#415A68
(65,90,104)
#374C57
(55,76,87)
#2D3E46
(45,62,70)
#233035
(35,48,53)
#192224
(25,34,36)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #73A0BD

#73A0BD
(115,160,189)
#7FA8C3
(127,168,195)
#8BB0C9
(139,176,201)
#97B8CF
(151,184,207)
#A3C0D5
(163,192,213)
#AFC8DB
(175,200,219)
#BBD0E1
(187,208,225)
#C7D8E7
(199,216,231)
#D3E0ED
(211,224,237)
#DFE8F3
(223,232,243)
#EBF0F9
(235,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A0BD; }

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

This text font color is #73A0BD.


Background Color

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

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

This div background color is #73A0BD.


Border color

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

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

This div border color is #73A0BD.


Opacity

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

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

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

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

This text has shadow with #73A0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A0BD on black background.


Color preview on white background

This text has color #73A0BD on white background.



Black color preview on #73A0BD background

This text has black color on #73A0BD background.


White color preview on #73A0BD background

This text has white color on #73A0BD background.