COLOR #73A7CB

HEX: #73A7CB RGB: (115,167,203)

Color info

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

RGB color model

#73A7CB color RGB value is (115,167,203).

RGB: (115,167,203) (45%, 65%, 80%)

RGB channels and saturation

R 115 of 255 = 45%
G 167 of 255 = 65%
B 203 of 255 = 80%

115
167
203

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

Portions of RGB colors in percentages

R + G + B = 115 + 167 + 203 = 485 (100%)
R 115 of 485 ~ 23.71%
G 167 of 485 ~ 34.43%
B 203 of 485 ~ 41.86'%

%23.71
%34.43
%41.86

CMYK color model

#73A7CB color CMYK value is (43,18,0,20).

  • cyan value is 43.35%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (43,18,0,20) C43M18Y0K20 (43%,18%,0%,20%) (0.43/0.18/0.00/0.20) 

CMYK percentages

%43.35
%17.73
%0
%20.39

Codes

Color #73A7CB in popluar color models

73 A7 CB
RGB 115 167 203
HSL 205° 45.83% 62.35%
HSB/HSV 205° 43.35% 79.61%
CMYK 43.35% 17.73% 0.00%
20.39%

Color #73A7CB in popluar number systems.

HEX 73 A7 CB
Decimal 115 167 203
Binary 1110011 10100111 11001011
Octal 163 247 313

Shades and tints

Shades of #73A7CB

#73A7CB
(115,167,203)
#6998B9
(105,152,185)
#5F89A7
(95,137,167)
#557A95
(85,122,149)
#4B6B83
(75,107,131)
#415C71
(65,92,113)
#374D5F
(55,77,95)
#2D3E4D
(45,62,77)
#232F3B
(35,47,59)
#192029
(25,32,41)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #73A7CB

#73A7CB
(115,167,203)
#7FAFCF
(127,175,207)
#8BB7D3
(139,183,211)
#97BFD7
(151,191,215)
#A3C7DB
(163,199,219)
#AFCFDF
(175,207,223)
#BBD7E3
(187,215,227)
#C7DFE7
(199,223,231)
#D3E7EB
(211,231,235)
#DFEFEF
(223,239,239)
#EBF7F3
(235,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A7CB; }

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

This text font color is #73A7CB.

Background Color

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

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

This div background color is #73A7CB.

Border color

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

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

This div border color is #73A7CB.

Opacity

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

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

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

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

This text has shadow with #73A7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A7CB.

Preview

Color preview on black background

This text has color #73A7CB on black background.


Color preview on white background

This text has color #73A7CB on white background.


Black color preview on #73A7CB background

This text has black color on #73A7CB background.


White color preview on #73A7CB background

This text has white color on #73A7CB background.


Related colors

Complementary color

Complementary color for #hex is #8C5834.


I love getcolorcode.com

Triadic colors

1 #CB73A7 and #A7CB73 with #73A7CB are triadic colors.

2 #CBA773 and #A773CB with #73A7CB are triadic colors.