COLOR #72C6D3

HEX: #72C6D3
RGB: (114,198,211)

Color info

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

RGB color model

#72C6D3 color RGB value is (114,198,211).

  • red value is 114;
  • green value is 198;
  • blue value is 211.
RGB:
(114,198,211)
(45%,78%,83%)

RGB channels and saturation

R 114 of 255 = 45%
G 198 of 255 = 78%
B 211 of 255 = 83%

114
198
211

R + G + B ~ 69%. #72C6D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 198 + 211 = 523 (100%)
R 114 of 523 ~ 21.8%
G 198 of 523 ~ 37.86%
B 211 of 523 ~ 40.34%

%21.8
%37.86
%40.34

CMYK color model

#72C6D3 color CMYK value is (46,6,0,17).

  • cyan value is 45.97%
  • magenta value is 6.16%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(46,6,0,17)
C46M6Y0K17 
(46%,6%,0%,17%)
(0.46/0.06/0.00/0.17)	

CMYK percentages

%45.97
%6.16
%0
%17.25

Codes

Color #72C6D3 in popluar color models

72C6D3
RGB114198211
HSL188°52.43%63.73%
HSB/HSV188°45.97%82.75%
CMYK45.97%6.16%0.00%
17.25%

Color #72C6D3 in popluar number systems.

HEX72C6D3
Decimal114198211
Binary11100101100011011010011
Octal162306323

Shades and tints

Shades of #72C6D3

#72C6D3
(114,198,211)
#68B4C0
(104,180,192)
#5EA2AD
(94,162,173)
#54909A
(84,144,154)
#4A7E87
(74,126,135)
#406C74
(64,108,116)
#365A61
(54,90,97)
#2C484E
(44,72,78)
#22363B
(34,54,59)
#182428
(24,36,40)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #72C6D3

#72C6D3
(114,198,211)
#7ECBD7
(126,203,215)
#8AD0DB
(138,208,219)
#96D5DF
(150,213,223)
#A2DAE3
(162,218,227)
#AEDFE7
(174,223,231)
#BAE4EB
(186,228,235)
#C6E9EF
(198,233,239)
#D2EEF3
(210,238,243)
#DEF3F7
(222,243,247)
#EAF8FB
(234,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C6D3 color. Also use rgb(114,198,211) instead hex code.

Text Font Color

.myTextColor { color: #72C6D3; }

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

This text font color is #72C6D3.


Background Color

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

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

This div background color is #72C6D3.


Border color

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

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

This div border color is #72C6D3.


Opacity

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

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

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

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

This text has shadow with #72C6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C6D3 on black background.


Color preview on white background

This text has color #72C6D3 on white background.



Black color preview on #72C6D3 background

This text has black color on #72C6D3 background.


White color preview on #72C6D3 background

This text has white color on #72C6D3 background.