COLOR #72A1B7

HEX: #72A1B7
RGB: (114,161,183)

Color info

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

RGB color model

#72A1B7 color RGB value is (114,161,183).

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

RGB channels and saturation

R 114 of 255 = 45%
G 161 of 255 = 63%
B 183 of 255 = 72%

114
161
183

R + G + B ~ 60%. #72A1B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 161 + 183 = 458 (100%)
R 114 of 458 ~ 24.89%
G 161 of 458 ~ 35.15%
B 183 of 458 ~ 39.96%

%24.89
%35.15
%39.96

CMYK color model

#72A1B7 color CMYK value is (38,12,0,28).

  • cyan value is 37.70%
  • magenta value is 12.02%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(38,12,0,28)
C38M12Y0K28 
(38%,12%,0%,28%)
(0.38/0.12/0.00/0.28)	

CMYK percentages

%37.7
%12.02
%0
%28.24

Codes

Color #72A1B7 in popluar color models

72A1B7
RGB114161183
HSL199°32.39%58.24%
HSB/HSV199°37.70%71.76%
CMYK37.70%12.02%0.00%
28.24%

Color #72A1B7 in popluar number systems.

HEX72A1B7
Decimal114161183
Binary11100101010000110110111
Octal162241267

Shades and tints

Shades of #72A1B7

#72A1B7
(114,161,183)
#6893A7
(104,147,167)
#5E8597
(94,133,151)
#547787
(84,119,135)
#4A6977
(74,105,119)
#405B67
(64,91,103)
#364D57
(54,77,87)
#2C3F47
(44,63,71)
#223137
(34,49,55)
#182327
(24,35,39)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #72A1B7

#72A1B7
(114,161,183)
#7EA9BD
(126,169,189)
#8AB1C3
(138,177,195)
#96B9C9
(150,185,201)
#A2C1CF
(162,193,207)
#AEC9D5
(174,201,213)
#BAD1DB
(186,209,219)
#C6D9E1
(198,217,225)
#D2E1E7
(210,225,231)
#DEE9ED
(222,233,237)
#EAF1F3
(234,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A1B7; }

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

This text font color is #72A1B7.


Background Color

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

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

This div background color is #72A1B7.


Border color

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

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

This div border color is #72A1B7.


Opacity

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

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

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

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

This text has shadow with #72A1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A1B7 on black background.


Color preview on white background

This text has color #72A1B7 on white background.



Black color preview on #72A1B7 background

This text has black color on #72A1B7 background.


White color preview on #72A1B7 background

This text has white color on #72A1B7 background.