COLOR #73A7C6

HEX: #73A7C6
RGB: (115,167,198)

Color info

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

RGB color model

#73A7C6 color RGB value is (115,167,198).

  • red value is 115;
  • green value is 167;
  • blue value is 198.
RGB:
(115,167,198)
(45%,65%,78%)

RGB channels and saturation

R 115 of 255 = 45%
G 167 of 255 = 65%
B 198 of 255 = 78%

115
167
198

R + G + B ~ 63%. #73A7C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 167 + 198 = 480 (100%)
R 115 of 480 ~ 23.96%
G 167 of 480 ~ 34.79%
B 198 of 480 ~ 41.25%

%23.96
%34.79
%41.25

CMYK color model

#73A7C6 color CMYK value is (42,16,0,22).

  • cyan value is 41.92%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(42,16,0,22)
C42M16Y0K22 
(42%,16%,0%,22%)
(0.42/0.16/0.00/0.22)	

CMYK percentages

%41.92
%15.66
%0
%22.35

Codes

Color #73A7C6 in popluar color models

73A7C6
RGB115167198
HSL202°42.13%61.37%
HSB/HSV202°41.92%77.65%
CMYK41.92%15.66%0.00%
22.35%

Color #73A7C6 in popluar number systems.

HEX73A7C6
Decimal115167198
Binary11100111010011111000110
Octal163247306

Shades and tints

Shades of #73A7C6

#73A7C6
(115,167,198)
#6998B4
(105,152,180)
#5F89A2
(95,137,162)
#557A90
(85,122,144)
#4B6B7E
(75,107,126)
#415C6C
(65,92,108)
#374D5A
(55,77,90)
#2D3E48
(45,62,72)
#232F36
(35,47,54)
#192024
(25,32,36)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #73A7C6

#73A7C6
(115,167,198)
#7FAFCB
(127,175,203)
#8BB7D0
(139,183,208)
#97BFD5
(151,191,213)
#A3C7DA
(163,199,218)
#AFCFDF
(175,207,223)
#BBD7E4
(187,215,228)
#C7DFE9
(199,223,233)
#D3E7EE
(211,231,238)
#DFEFF3
(223,239,243)
#EBF7F8
(235,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A7C6 color. Also use rgb(115,167,198) instead hex code.

Text Font Color

.myTextColor { color: #73A7C6; }

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

This text font color is #73A7C6.


Background Color

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

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

This div background color is #73A7C6.


Border color

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

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

This div border color is #73A7C6.


Opacity

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

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

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

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

This text has shadow with #73A7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A7C6 on black background.


Color preview on white background

This text has color #73A7C6 on white background.



Black color preview on #73A7C6 background

This text has black color on #73A7C6 background.


White color preview on #73A7C6 background

This text has white color on #73A7C6 background.