COLOR #73ACB8

HEX: #73ACB8
RGB: (115,172,184)

Color info

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

RGB color model

#73ACB8 color RGB value is (115,172,184).

  • red value is 115;
  • green value is 172;
  • blue value is 184.
RGB:
(115,172,184)
(45%,67%,72%)

RGB channels and saturation

R 115 of 255 = 45%
G 172 of 255 = 67%
B 184 of 255 = 72%

115
172
184

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

Portions of RGB colors in percentages

R + G + B =
115 + 172 + 184 = 471 (100%)
R 115 of 471 ~ 24.42%
G 172 of 471 ~ 36.52%
B 184 of 471 ~ 39.07%

%24.42
%36.52
%39.07

CMYK color model

#73ACB8 color CMYK value is (38,7,0,28).

  • cyan value is 37.50%
  • magenta value is 6.52%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(38,7,0,28)
C38M7Y0K28 
(38%,7%,0%,28%)
(0.38/0.07/0.00/0.28)	

CMYK percentages

%37.5
%6.52
%0
%27.84

Codes

Color #73ACB8 in popluar color models

73ACB8
RGB115172184
HSL190°32.70%58.63%
HSB/HSV190°37.50%72.16%
CMYK37.50%6.52%0.00%
27.84%

Color #73ACB8 in popluar number systems.

HEX73ACB8
Decimal115172184
Binary11100111010110010111000
Octal163254270

Shades and tints

Shades of #73ACB8

#73ACB8
(115,172,184)
#699DA8
(105,157,168)
#5F8E98
(95,142,152)
#557F88
(85,127,136)
#4B7078
(75,112,120)
#416168
(65,97,104)
#375258
(55,82,88)
#2D4348
(45,67,72)
#233438
(35,52,56)
#192528
(25,37,40)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #73ACB8

#73ACB8
(115,172,184)
#7FB3BE
(127,179,190)
#8BBAC4
(139,186,196)
#97C1CA
(151,193,202)
#A3C8D0
(163,200,208)
#AFCFD6
(175,207,214)
#BBD6DC
(187,214,220)
#C7DDE2
(199,221,226)
#D3E4E8
(211,228,232)
#DFEBEE
(223,235,238)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73ACB8 color. Also use rgb(115,172,184) instead hex code.

Text Font Color

.myTextColor { color: #73ACB8; }

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

This text font color is #73ACB8.


Background Color

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

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

This div background color is #73ACB8.


Border color

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

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

This div border color is #73ACB8.


Opacity

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

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

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

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

This text has shadow with #73ACB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73ACB8 on black background.


Color preview on white background

This text has color #73ACB8 on white background.



Black color preview on #73ACB8 background

This text has black color on #73ACB8 background.


White color preview on #73ACB8 background

This text has white color on #73ACB8 background.