COLOR #72A6D9

HEX: #72A6D9
RGB: (114,166,217)

Color info

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

RGB color model

#72A6D9 color RGB value is (114,166,217).

  • red value is 114;
  • green value is 166;
  • blue value is 217.
RGB:
(114,166,217)
(45%,65%,85%)

RGB channels and saturation

R 114 of 255 = 45%
G 166 of 255 = 65%
B 217 of 255 = 85%

114
166
217

R + G + B ~ 65%. #72A6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 166 + 217 = 497 (100%)
R 114 of 497 ~ 22.94%
G 166 of 497 ~ 33.4%
B 217 of 497 ~ 43.66%

%22.94
%33.4
%43.66

CMYK color model

#72A6D9 color CMYK value is (47,24,0,15).

  • cyan value is 47.47%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(47,24,0,15)
C47M24Y0K15 
(47%,24%,0%,15%)
(0.47/0.24/0.00/0.15)	

CMYK percentages

%47.47
%23.5
%0
%14.9

Codes

Color #72A6D9 in popluar color models

72A6D9
RGB114166217
HSL210°57.54%64.90%
HSB/HSV210°47.47%85.10%
CMYK47.47%23.50%0.00%
14.90%

Color #72A6D9 in popluar number systems.

HEX72A6D9
Decimal114166217
Binary11100101010011011011001
Octal162246331

Shades and tints

Shades of #72A6D9

#72A6D9
(114,166,217)
#6897C6
(104,151,198)
#5E88B3
(94,136,179)
#5479A0
(84,121,160)
#4A6A8D
(74,106,141)
#405B7A
(64,91,122)
#364C67
(54,76,103)
#2C3D54
(44,61,84)
#222E41
(34,46,65)
#181F2E
(24,31,46)
#0E101B
(14,16,27)
#000000
(0,0,0)

Tints of #72A6D9

#72A6D9
(114,166,217)
#7EAEDC
(126,174,220)
#8AB6DF
(138,182,223)
#96BEE2
(150,190,226)
#A2C6E5
(162,198,229)
#AECEE8
(174,206,232)
#BAD6EB
(186,214,235)
#C6DEEE
(198,222,238)
#D2E6F1
(210,230,241)
#DEEEF4
(222,238,244)
#EAF6F7
(234,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A6D9 color. Also use rgb(114,166,217) instead hex code.

Text Font Color

.myTextColor { color: #72A6D9; }

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

This text font color is #72A6D9.


Background Color

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

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

This div background color is #72A6D9.


Border color

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

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

This div border color is #72A6D9.


Opacity

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

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

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

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

This text has shadow with #72A6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A6D9 on black background.


Color preview on white background

This text has color #72A6D9 on white background.



Black color preview on #72A6D9 background

This text has black color on #72A6D9 background.


White color preview on #72A6D9 background

This text has white color on #72A6D9 background.