COLOR #72A0C7

HEX: #72A0C7
RGB: (114,160,199)

Color info

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

RGB color model

#72A0C7 color RGB value is (114,160,199).

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

RGB channels and saturation

R 114 of 255 = 45%
G 160 of 255 = 63%
B 199 of 255 = 78%

114
160
199

R + G + B ~ 62%. #72A0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 160 + 199 = 473 (100%)
R 114 of 473 ~ 24.1%
G 160 of 473 ~ 33.83%
B 199 of 473 ~ 42.07%

%24.1
%33.83
%42.07

CMYK color model

#72A0C7 color CMYK value is (43,20,0,22).

  • cyan value is 42.71%
  • magenta value is 19.60%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(43,20,0,22)
C43M20Y0K22 
(43%,20%,0%,22%)
(0.43/0.20/0.00/0.22)	

CMYK percentages

%42.71
%19.6
%0
%21.96

Codes

Color #72A0C7 in popluar color models

72A0C7
RGB114160199
HSL208°43.15%61.37%
HSB/HSV208°42.71%78.04%
CMYK42.71%19.60%0.00%
21.96%

Color #72A0C7 in popluar number systems.

HEX72A0C7
Decimal114160199
Binary11100101010000011000111
Octal162240307

Shades and tints

Shades of #72A0C7

#72A0C7
(114,160,199)
#6892B5
(104,146,181)
#5E84A3
(94,132,163)
#547691
(84,118,145)
#4A687F
(74,104,127)
#405A6D
(64,90,109)
#364C5B
(54,76,91)
#2C3E49
(44,62,73)
#223037
(34,48,55)
#182225
(24,34,37)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #72A0C7

#72A0C7
(114,160,199)
#7EA8CC
(126,168,204)
#8AB0D1
(138,176,209)
#96B8D6
(150,184,214)
#A2C0DB
(162,192,219)
#AEC8E0
(174,200,224)
#BAD0E5
(186,208,229)
#C6D8EA
(198,216,234)
#D2E0EF
(210,224,239)
#DEE8F4
(222,232,244)
#EAF0F9
(234,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A0C7; }

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

This text font color is #72A0C7.


Background Color

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

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

This div background color is #72A0C7.


Border color

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

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

This div border color is #72A0C7.


Opacity

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

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

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

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

This text has shadow with #72A0C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A0C7 on black background.


Color preview on white background

This text has color #72A0C7 on white background.



Black color preview on #72A0C7 background

This text has black color on #72A0C7 background.


White color preview on #72A0C7 background

This text has white color on #72A0C7 background.