COLOR #72BDC3

HEX: #72BDC3
RGB: (114,189,195)

Color info

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

RGB color model

#72BDC3 color RGB value is (114,189,195).

  • red value is 114;
  • green value is 189;
  • blue value is 195.
RGB:
(114,189,195)
(45%,74%,76%)

RGB channels and saturation

R 114 of 255 = 45%
G 189 of 255 = 74%
B 195 of 255 = 76%

114
189
195

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

Portions of RGB colors in percentages

R + G + B =
114 + 189 + 195 = 498 (100%)
R 114 of 498 ~ 22.89%
G 189 of 498 ~ 37.95%
B 195 of 498 ~ 39.16%

%22.89
%37.95
%39.16

CMYK color model

#72BDC3 color CMYK value is (42,3,0,24).

  • cyan value is 41.54%
  • magenta value is 3.08%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(42,3,0,24)
C42M3Y0K24 
(42%,3%,0%,24%)
(0.42/0.03/0.00/0.24)	

CMYK percentages

%41.54
%3.08
%0
%23.53

Codes

Color #72BDC3 in popluar color models

72BDC3
RGB114189195
HSL184°40.30%60.59%
HSB/HSV184°41.54%76.47%
CMYK41.54%3.08%0.00%
23.53%

Color #72BDC3 in popluar number systems.

HEX72BDC3
Decimal114189195
Binary11100101011110111000011
Octal162275303

Shades and tints

Shades of #72BDC3

#72BDC3
(114,189,195)
#68ACB2
(104,172,178)
#5E9BA1
(94,155,161)
#548A90
(84,138,144)
#4A797F
(74,121,127)
#40686E
(64,104,110)
#36575D
(54,87,93)
#2C464C
(44,70,76)
#22353B
(34,53,59)
#18242A
(24,36,42)
#0E1319
(14,19,25)
#000000
(0,0,0)

Tints of #72BDC3

#72BDC3
(114,189,195)
#7EC3C8
(126,195,200)
#8AC9CD
(138,201,205)
#96CFD2
(150,207,210)
#A2D5D7
(162,213,215)
#AEDBDC
(174,219,220)
#BAE1E1
(186,225,225)
#C6E7E6
(198,231,230)
#D2EDEB
(210,237,235)
#DEF3F0
(222,243,240)
#EAF9F5
(234,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72BDC3 color. Also use rgb(114,189,195) instead hex code.

Text Font Color

.myTextColor { color: #72BDC3; }

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

This text font color is #72BDC3.


Background Color

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

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

This div background color is #72BDC3.


Border color

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

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

This div border color is #72BDC3.


Opacity

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

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

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

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

This text has shadow with #72BDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BDC3 on black background.


Color preview on white background

This text has color #72BDC3 on white background.



Black color preview on #72BDC3 background

This text has black color on #72BDC3 background.


White color preview on #72BDC3 background

This text has white color on #72BDC3 background.