COLOR #72A5B9

HEX: #72A5B9
RGB: (114,165,185)

Color info

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

RGB color model

#72A5B9 color RGB value is (114,165,185).

  • red value is 114;
  • green value is 165;
  • blue value is 185.
RGB:
(114,165,185)
(45%,65%,73%)

RGB channels and saturation

R 114 of 255 = 45%
G 165 of 255 = 65%
B 185 of 255 = 73%

114
165
185

R + G + B ~ 61%. #72A5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 165 + 185 = 464 (100%)
R 114 of 464 ~ 24.57%
G 165 of 464 ~ 35.56%
B 185 of 464 ~ 39.87%

%24.57
%35.56
%39.87

CMYK color model

#72A5B9 color CMYK value is (38,11,0,27).

  • cyan value is 38.38%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(38,11,0,27)
C38M11Y0K27 
(38%,11%,0%,27%)
(0.38/0.11/0.00/0.27)	

CMYK percentages

%38.38
%10.81
%0
%27.45

Codes

Color #72A5B9 in popluar color models

72A5B9
RGB114165185
HSL197°33.65%58.63%
HSB/HSV197°38.38%72.55%
CMYK38.38%10.81%0.00%
27.45%

Color #72A5B9 in popluar number systems.

HEX72A5B9
Decimal114165185
Binary11100101010010110111001
Octal162245271

Shades and tints

Shades of #72A5B9

#72A5B9
(114,165,185)
#6896A9
(104,150,169)
#5E8799
(94,135,153)
#547889
(84,120,137)
#4A6979
(74,105,121)
#405A69
(64,90,105)
#364B59
(54,75,89)
#2C3C49
(44,60,73)
#222D39
(34,45,57)
#181E29
(24,30,41)
#0E0F19
(14,15,25)
#000000
(0,0,0)

Tints of #72A5B9

#72A5B9
(114,165,185)
#7EADBF
(126,173,191)
#8AB5C5
(138,181,197)
#96BDCB
(150,189,203)
#A2C5D1
(162,197,209)
#AECDD7
(174,205,215)
#BAD5DD
(186,213,221)
#C6DDE3
(198,221,227)
#D2E5E9
(210,229,233)
#DEEDEF
(222,237,239)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A5B9 color. Also use rgb(114,165,185) instead hex code.

Text Font Color

.myTextColor { color: #72A5B9; }

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

This text font color is #72A5B9.


Background Color

.myBgColor { background-color: #72A5B9; }

<div style="background-color:#72A5B9">Inner text</div>

This div background color is #72A5B9.


Border color

.myBorderColor { border: 1px solid #72A5B9; }

<div style="border:3px solid #72A5B9">Div</div>

This div border color is #72A5B9.


Opacity

.myOpacity80 { color: #72A5B9; opacity: 0.8; }

<p style="color:#72A5B9;opacity:0.8;">80%</p>

Text with #72A5B9 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 #72A5B9;}

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

This text has shadow with #72A5B9 color.

.textShadow {text-shadow: 3px 3px 1px #72A5B9, 3px 3px 1px red;}

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

This text has shadow with #72A5B9 primary color and red secondary color.


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

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

This text has shadow with #72A5B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A5B9 on black background.


Color preview on white background

This text has color #72A5B9 on white background.



Black color preview on #72A5B9 background

This text has black color on #72A5B9 background.


White color preview on #72A5B9 background

This text has white color on #72A5B9 background.