COLOR #73ABBC

HEX: #73ABBC
RGB: (115,171,188)

Color info

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

RGB color model

#73ABBC color RGB value is (115,171,188).

  • red value is 115;
  • green value is 171;
  • blue value is 188.
RGB:
(115,171,188)
(45%,67%,74%)

RGB channels and saturation

R 115 of 255 = 45%
G 171 of 255 = 67%
B 188 of 255 = 74%

115
171
188

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

Portions of RGB colors in percentages

R + G + B =
115 + 171 + 188 = 474 (100%)
R 115 of 474 ~ 24.26%
G 171 of 474 ~ 36.08%
B 188 of 474 ~ 39.66%

%24.26
%36.08
%39.66

CMYK color model

#73ABBC color CMYK value is (39,9,0,26).

  • cyan value is 38.83%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(39,9,0,26)
C39M9Y0K26 
(39%,9%,0%,26%)
(0.39/0.09/0.00/0.26)	

CMYK percentages

%38.83
%9.04
%0
%26.27

Codes

Color #73ABBC in popluar color models

73ABBC
RGB115171188
HSL194°35.27%59.41%
HSB/HSV194°38.83%73.73%
CMYK38.83%9.04%0.00%
26.27%

Color #73ABBC in popluar number systems.

HEX73ABBC
Decimal115171188
Binary11100111010101110111100
Octal163253274

Shades and tints

Shades of #73ABBC

#73ABBC
(115,171,188)
#699CAB
(105,156,171)
#5F8D9A
(95,141,154)
#557E89
(85,126,137)
#4B6F78
(75,111,120)
#416067
(65,96,103)
#375156
(55,81,86)
#2D4245
(45,66,69)
#233334
(35,51,52)
#192423
(25,36,35)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #73ABBC

#73ABBC
(115,171,188)
#7FB2C2
(127,178,194)
#8BB9C8
(139,185,200)
#97C0CE
(151,192,206)
#A3C7D4
(163,199,212)
#AFCEDA
(175,206,218)
#BBD5E0
(187,213,224)
#C7DCE6
(199,220,230)
#D3E3EC
(211,227,236)
#DFEAF2
(223,234,242)
#EBF1F8
(235,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73ABBC; }

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

This text font color is #73ABBC.


Background Color

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

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

This div background color is #73ABBC.


Border color

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

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

This div border color is #73ABBC.


Opacity

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

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

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

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

This text has shadow with #73ABBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73ABBC on black background.


Color preview on white background

This text has color #73ABBC on white background.



Black color preview on #73ABBC background

This text has black color on #73ABBC background.


White color preview on #73ABBC background

This text has white color on #73ABBC background.