COLOR #72A6B7

HEX: #72A6B7
RGB: (114,166,183)

Color info

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

RGB color model

#72A6B7 color RGB value is (114,166,183).

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

RGB channels and saturation

R 114 of 255 = 45%
G 166 of 255 = 65%
B 183 of 255 = 72%

114
166
183

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

Portions of RGB colors in percentages

R + G + B =
114 + 166 + 183 = 463 (100%)
R 114 of 463 ~ 24.62%
G 166 of 463 ~ 35.85%
B 183 of 463 ~ 39.52%

%24.62
%35.85
%39.52

CMYK color model

#72A6B7 color CMYK value is (38,9,0,28).

  • cyan value is 37.70%
  • magenta value is 9.29%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(38,9,0,28)
C38M9Y0K28 
(38%,9%,0%,28%)
(0.38/0.09/0.00/0.28)	

CMYK percentages

%37.7
%9.29
%0
%28.24

Codes

Color #72A6B7 in popluar color models

72A6B7
RGB114166183
HSL195°32.39%58.24%
HSB/HSV195°37.70%71.76%
CMYK37.70%9.29%0.00%
28.24%

Color #72A6B7 in popluar number systems.

HEX72A6B7
Decimal114166183
Binary11100101010011010110111
Octal162246267

Shades and tints

Shades of #72A6B7

#72A6B7
(114,166,183)
#6897A7
(104,151,167)
#5E8897
(94,136,151)
#547987
(84,121,135)
#4A6A77
(74,106,119)
#405B67
(64,91,103)
#364C57
(54,76,87)
#2C3D47
(44,61,71)
#222E37
(34,46,55)
#181F27
(24,31,39)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #72A6B7

#72A6B7
(114,166,183)
#7EAEBD
(126,174,189)
#8AB6C3
(138,182,195)
#96BEC9
(150,190,201)
#A2C6CF
(162,198,207)
#AECED5
(174,206,213)
#BAD6DB
(186,214,219)
#C6DEE1
(198,222,225)
#D2E6E7
(210,230,231)
#DEEEED
(222,238,237)
#EAF6F3
(234,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A6B7; }

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

This text font color is #72A6B7.


Background Color

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

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

This div background color is #72A6B7.


Border color

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

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

This div border color is #72A6B7.


Opacity

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

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

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

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

This text has shadow with #72A6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A6B7 on black background.


Color preview on white background

This text has color #72A6B7 on white background.



Black color preview on #72A6B7 background

This text has black color on #72A6B7 background.


White color preview on #72A6B7 background

This text has white color on #72A6B7 background.