COLOR #72A0D8

HEX: #72A0D8
RGB: (114,160,216)

Color info

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

RGB color model

#72A0D8 color RGB value is (114,160,216).

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

RGB channels and saturation

R 114 of 255 = 45%
G 160 of 255 = 63%
B 216 of 255 = 85%

114
160
216

R + G + B ~ 64%. #72A0D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 160 + 216 = 490 (100%)
R 114 of 490 ~ 23.27%
G 160 of 490 ~ 32.65%
B 216 of 490 ~ 44.08%

%23.27
%32.65
%44.08

CMYK color model

#72A0D8 color CMYK value is (47,26,0,15).

  • cyan value is 47.22%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(47,26,0,15)
C47M26Y0K15 
(47%,26%,0%,15%)
(0.47/0.26/0.00/0.15)	

CMYK percentages

%47.22
%25.93
%0
%15.29

Codes

Color #72A0D8 in popluar color models

72A0D8
RGB114160216
HSL213°56.67%64.71%
HSB/HSV213°47.22%84.71%
CMYK47.22%25.93%0.00%
15.29%

Color #72A0D8 in popluar number systems.

HEX72A0D8
Decimal114160216
Binary11100101010000011011000
Octal162240330

Shades and tints

Shades of #72A0D8

#72A0D8
(114,160,216)
#6892C5
(104,146,197)
#5E84B2
(94,132,178)
#54769F
(84,118,159)
#4A688C
(74,104,140)
#405A79
(64,90,121)
#364C66
(54,76,102)
#2C3E53
(44,62,83)
#223040
(34,48,64)
#18222D
(24,34,45)
#0E141A
(14,20,26)
#000000
(0,0,0)

Tints of #72A0D8

#72A0D8
(114,160,216)
#7EA8DB
(126,168,219)
#8AB0DE
(138,176,222)
#96B8E1
(150,184,225)
#A2C0E4
(162,192,228)
#AEC8E7
(174,200,231)
#BAD0EA
(186,208,234)
#C6D8ED
(198,216,237)
#D2E0F0
(210,224,240)
#DEE8F3
(222,232,243)
#EAF0F6
(234,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A0D8; }

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

This text font color is #72A0D8.


Background Color

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

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

This div background color is #72A0D8.


Border color

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

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

This div border color is #72A0D8.


Opacity

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

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

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

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

This text has shadow with #72A0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A0D8 on black background.


Color preview on white background

This text has color #72A0D8 on white background.



Black color preview on #72A0D8 background

This text has black color on #72A0D8 background.


White color preview on #72A0D8 background

This text has white color on #72A0D8 background.