COLOR #72B7D6

HEX: #72B7D6
RGB: (114,183,214)

Color info

#72B7D6 contains mainly green and blue colors. Web safe color of #72B7D6 is #66CCCC (or #6CC).

RGB color model

#72B7D6 color RGB value is (114,183,214).

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

RGB channels and saturation

R 114 of 255 = 45%
G 183 of 255 = 72%
B 214 of 255 = 84%

114
183
214

R + G + B ~ 67%. #72B7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 183 + 214 = 511 (100%)
R 114 of 511 ~ 22.31%
G 183 of 511 ~ 35.81%
B 214 of 511 ~ 41.88%

%22.31
%35.81
%41.88

CMYK color model

#72B7D6 color CMYK value is (47,14,0,16).

  • cyan value is 46.73%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(47,14,0,16)
C47M14Y0K16 
(47%,14%,0%,16%)
(0.47/0.14/0.00/0.16)	

CMYK percentages

%46.73
%14.49
%0
%16.08

Codes

Color #72B7D6 in popluar color models

72B7D6
RGB114183214
HSL199°54.95%64.31%
HSB/HSV199°46.73%83.92%
CMYK46.73%14.49%0.00%
16.08%

Color #72B7D6 in popluar number systems.

HEX72B7D6
Decimal114183214
Binary11100101011011111010110
Octal162267326

Shades and tints

Shades of #72B7D6

#72B7D6
(114,183,214)
#68A7C3
(104,167,195)
#5E97B0
(94,151,176)
#54879D
(84,135,157)
#4A778A
(74,119,138)
#406777
(64,103,119)
#365764
(54,87,100)
#2C4751
(44,71,81)
#22373E
(34,55,62)
#18272B
(24,39,43)
#0E1718
(14,23,24)
#000000
(0,0,0)

Tints of #72B7D6

#72B7D6
(114,183,214)
#7EBDD9
(126,189,217)
#8AC3DC
(138,195,220)
#96C9DF
(150,201,223)
#A2CFE2
(162,207,226)
#AED5E5
(174,213,229)
#BADBE8
(186,219,232)
#C6E1EB
(198,225,235)
#D2E7EE
(210,231,238)
#DEEDF1
(222,237,241)
#EAF3F4
(234,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B7D6; }

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

This text font color is #72B7D6.


Background Color

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

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

This div background color is #72B7D6.


Border color

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

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

This div border color is #72B7D6.


Opacity

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

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

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

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

This text has shadow with #72B7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B7D6 on black background.


Color preview on white background

This text has color #72B7D6 on white background.



Black color preview on #72B7D6 background

This text has black color on #72B7D6 background.


White color preview on #72B7D6 background

This text has white color on #72B7D6 background.