COLOR #73ADC2

HEX: #73ADC2 RGB: (115,173,194)

Color info

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

RGB color model

#73ADC2 color RGB value is (115,173,194).

RGB: (115,173,194) (45%, 68%, 76%)

RGB channels and saturation

R 115 of 255 = 45%
G 173 of 255 = 68%
B 194 of 255 = 76%

115
173
194

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

Portions of RGB colors in percentages

R + G + B = 115 + 173 + 194 = 482 (100%)
R 115 of 482 ~ 23.86%
G 173 of 482 ~ 35.89%
B 194 of 482 ~ 40.25'%

%23.86
%35.89
%40.25

CMYK color model

#73ADC2 color CMYK value is (41,11,0,24).

  • cyan value is 40.72%
  • magenta value is 10.82%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (41,11,0,24) C41M11Y0K24 (41%,11%,0%,24%) (0.41/0.11/0.00/0.24) 

CMYK percentages

%40.72
%10.82
%0
%23.92

Codes

Color #73ADC2 in popluar color models

73 AD C2
RGB 115 173 194
HSL 196° 39.30% 60.59%
HSB/HSV 196° 40.72% 76.08%
CMYK 40.72% 10.82% 0.00%
23.92%

Color #73ADC2 in popluar number systems.

HEX 73 AD C2
Decimal 115 173 194
Binary 1110011 10101101 11000010
Octal 163 255 302

Shades and tints

Shades of #73ADC2

#73ADC2
(115,173,194)
#699EB1
(105,158,177)
#5F8FA0
(95,143,160)
#55808F
(85,128,143)
#4B717E
(75,113,126)
#41626D
(65,98,109)
#37535C
(55,83,92)
#2D444B
(45,68,75)
#23353A
(35,53,58)
#192629
(25,38,41)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #73ADC2

#73ADC2
(115,173,194)
#7FB4C7
(127,180,199)
#8BBBCC
(139,187,204)
#97C2D1
(151,194,209)
#A3C9D6
(163,201,214)
#AFD0DB
(175,208,219)
#BBD7E0
(187,215,224)
#C7DEE5
(199,222,229)
#D3E5EA
(211,229,234)
#DFECEF
(223,236,239)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73ADC2 color. Also use rgb(115,173,194) instead hex code.

Text Font Color

.myTextColor { color: #73ADC2; }

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

This text font color is #73ADC2.

Background Color

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

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

This div background color is #73ADC2.

Border color

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

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

This div border color is #73ADC2.

Opacity

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

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

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

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

This text has shadow with #73ADC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73ADC2.

Preview

Color preview on black background

This text has color #73ADC2 on black background.


Color preview on white background

This text has color #73ADC2 on white background.


Black color preview on #73ADC2 background

This text has black color on #73ADC2 background.


White color preview on #73ADC2 background

This text has white color on #73ADC2 background.


Related colors

Complementary color

Complementary color for #hex is #8C523D.


I love getcolorcode.com

Triadic colors

1 #C273AD and #ADC273 with #73ADC2 are triadic colors.

2 #C2AD73 and #AD73C2 with #73ADC2 are triadic colors.