COLOR #72A0CF

HEX: #72A0CF
RGB: (114,160,207)

Color info

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

RGB color model

#72A0CF color RGB value is (114,160,207).

  • red value is 114;
  • green value is 160;
  • blue value is 207.
RGB:
(114,160,207)
(45%,63%,81%)

RGB channels and saturation

R 114 of 255 = 45%
G 160 of 255 = 63%
B 207 of 255 = 81%

114
160
207

R + G + B ~ 63%. #72A0CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 160 + 207 = 481 (100%)
R 114 of 481 ~ 23.7%
G 160 of 481 ~ 33.26%
B 207 of 481 ~ 43.04%

%23.7
%33.26
%43.04

CMYK color model

#72A0CF color CMYK value is (45,23,0,19).

  • cyan value is 44.93%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(45,23,0,19)
C45M23Y0K19 
(45%,23%,0%,19%)
(0.45/0.23/0.00/0.19)	

CMYK percentages

%44.93
%22.71
%0
%18.82

Codes

Color #72A0CF in popluar color models

72A0CF
RGB114160207
HSL210°49.21%62.94%
HSB/HSV210°44.93%81.18%
CMYK44.93%22.71%0.00%
18.82%

Color #72A0CF in popluar number systems.

HEX72A0CF
Decimal114160207
Binary11100101010000011001111
Octal162240317

Shades and tints

Shades of #72A0CF

#72A0CF
(114,160,207)
#6892BD
(104,146,189)
#5E84AB
(94,132,171)
#547699
(84,118,153)
#4A6887
(74,104,135)
#405A75
(64,90,117)
#364C63
(54,76,99)
#2C3E51
(44,62,81)
#22303F
(34,48,63)
#18222D
(24,34,45)
#0E141B
(14,20,27)
#000000
(0,0,0)

Tints of #72A0CF

#72A0CF
(114,160,207)
#7EA8D3
(126,168,211)
#8AB0D7
(138,176,215)
#96B8DB
(150,184,219)
#A2C0DF
(162,192,223)
#AEC8E3
(174,200,227)
#BAD0E7
(186,208,231)
#C6D8EB
(198,216,235)
#D2E0EF
(210,224,239)
#DEE8F3
(222,232,243)
#EAF0F7
(234,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A0CF color. Also use rgb(114,160,207) instead hex code.

Text Font Color

.myTextColor { color: #72A0CF; }

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

This text font color is #72A0CF.


Background Color

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

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

This div background color is #72A0CF.


Border color

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

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

This div border color is #72A0CF.


Opacity

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

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

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

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

This text has shadow with #72A0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A0CF on black background.


Color preview on white background

This text has color #72A0CF on white background.



Black color preview on #72A0CF background

This text has black color on #72A0CF background.


White color preview on #72A0CF background

This text has white color on #72A0CF background.