COLOR #73AEC3

HEX: #73AEC3
RGB: (115,174,195)

Color info

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

RGB color model

#73AEC3 color RGB value is (115,174,195).

  • red value is 115;
  • green value is 174;
  • blue value is 195.
RGB:
(115,174,195)
(45%,68%,76%)

RGB channels and saturation

R 115 of 255 = 45%
G 174 of 255 = 68%
B 195 of 255 = 76%

115
174
195

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

Portions of RGB colors in percentages

R + G + B =
115 + 174 + 195 = 484 (100%)
R 115 of 484 ~ 23.76%
G 174 of 484 ~ 35.95%
B 195 of 484 ~ 40.29%

%23.76
%35.95
%40.29

CMYK color model

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

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

CMYK percentages

%41.03
%10.77
%0
%23.53

Codes

Color #73AEC3 in popluar color models

73AEC3
RGB115174195
HSL196°40.00%60.78%
HSB/HSV196°41.03%76.47%
CMYK41.03%10.77%0.00%
23.53%

Color #73AEC3 in popluar number systems.

HEX73AEC3
Decimal115174195
Binary11100111010111011000011
Octal163256303

Shades and tints

Shades of #73AEC3

#73AEC3
(115,174,195)
#699FB2
(105,159,178)
#5F90A1
(95,144,161)
#558190
(85,129,144)
#4B727F
(75,114,127)
#41636E
(65,99,110)
#37545D
(55,84,93)
#2D454C
(45,69,76)
#23363B
(35,54,59)
#19272A
(25,39,42)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #73AEC3

#73AEC3
(115,174,195)
#7FB5C8
(127,181,200)
#8BBCCD
(139,188,205)
#97C3D2
(151,195,210)
#A3CAD7
(163,202,215)
#AFD1DC
(175,209,220)
#BBD8E1
(187,216,225)
#C7DFE6
(199,223,230)
#D3E6EB
(211,230,235)
#DFEDF0
(223,237,240)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73AEC3 color. Also use rgb(115,174,195) instead hex code.

Text Font Color

.myTextColor { color: #73AEC3; }

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

This text font color is #73AEC3.


Background Color

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

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

This div background color is #73AEC3.


Border color

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

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

This div border color is #73AEC3.


Opacity

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

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

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

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

This text has shadow with #73AEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AEC3 on black background.


Color preview on white background

This text has color #73AEC3 on white background.



Black color preview on #73AEC3 background

This text has black color on #73AEC3 background.


White color preview on #73AEC3 background

This text has white color on #73AEC3 background.