COLOR #73ABAC

HEX: #73ABAC
RGB: (115,171,172)

Color info

#73ABAC contains red, green and blue colors in about the same proportion. Web safe color of #73ABAC is #669999 (or #699).

RGB color model

#73ABAC color RGB value is (115,171,172).

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

RGB channels and saturation

R 115 of 255 = 45%
G 171 of 255 = 67%
B 172 of 255 = 67%

115
171
172

R + G + B ~ 60%. #73ABAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 171 + 172 = 458 (100%)
R 115 of 458 ~ 25.11%
G 171 of 458 ~ 37.34%
B 172 of 458 ~ 37.55%

%25.11
%37.34
%37.55

CMYK color model

#73ABAC color CMYK value is (33,1,0,33).

  • cyan value is 33.14%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(33,1,0,33)
C33M1Y0K33 
(33%,1%,0%,33%)
(0.33/0.01/0.00/0.33)	

CMYK percentages

%33.14
%0.58
%0
%32.55

Codes

Color #73ABAC in popluar color models

73ABAC
RGB115171172
HSL181°25.56%56.27%
HSB/HSV181°33.14%67.45%
CMYK33.14%0.58%0.00%
32.55%

Color #73ABAC in popluar number systems.

HEX73ABAC
Decimal115171172
Binary11100111010101110101100
Octal163253254

Shades and tints

Shades of #73ABAC

#73ABAC
(115,171,172)
#699C9D
(105,156,157)
#5F8D8E
(95,141,142)
#557E7F
(85,126,127)
#4B6F70
(75,111,112)
#416061
(65,96,97)
#375152
(55,81,82)
#2D4243
(45,66,67)
#233334
(35,51,52)
#192425
(25,36,37)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #73ABAC

#73ABAC
(115,171,172)
#7FB2B3
(127,178,179)
#8BB9BA
(139,185,186)
#97C0C1
(151,192,193)
#A3C7C8
(163,199,200)
#AFCECF
(175,206,207)
#BBD5D6
(187,213,214)
#C7DCDD
(199,220,221)
#D3E3E4
(211,227,228)
#DFEAEB
(223,234,235)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73ABAC; }

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

This text font color is #73ABAC.


Background Color

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

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

This div background color is #73ABAC.


Border color

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

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

This div border color is #73ABAC.


Opacity

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

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

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

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

This text has shadow with #73ABAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73ABAC on black background.


Color preview on white background

This text has color #73ABAC on white background.



Black color preview on #73ABAC background

This text has black color on #73ABAC background.


White color preview on #73ABAC background

This text has white color on #73ABAC background.