COLOR #72A0DF

HEX: #72A0DF
RGB: (114,160,223)

Color info

#72A0DF contains mainly blue color. Web safe color of #72A0DF is #6699CC (or #69C).

RGB color model

#72A0DF color RGB value is (114,160,223).

  • red value is 114;
  • green value is 160;
  • blue value is 223.
RGB:
(114,160,223)
(45%,63%,87%)

RGB channels and saturation

R 114 of 255 = 45%
G 160 of 255 = 63%
B 223 of 255 = 87%

114
160
223

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

Portions of RGB colors in percentages

R + G + B =
114 + 160 + 223 = 497 (100%)
R 114 of 497 ~ 22.94%
G 160 of 497 ~ 32.19%
B 223 of 497 ~ 44.87%

%22.94
%32.19
%44.87

CMYK color model

#72A0DF color CMYK value is (49,28,0,13).

  • cyan value is 48.88%
  • magenta value is 28.25%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(49,28,0,13)
C49M28Y0K13 
(49%,28%,0%,13%)
(0.49/0.28/0.00/0.13)	

CMYK percentages

%48.88
%28.25
%0
%12.55

Codes

Color #72A0DF in popluar color models

72A0DF
RGB114160223
HSL215°63.01%66.08%
HSB/HSV215°48.88%87.45%
CMYK48.88%28.25%0.00%
12.55%

Color #72A0DF in popluar number systems.

HEX72A0DF
Decimal114160223
Binary11100101010000011011111
Octal162240337

Shades and tints

Shades of #72A0DF

#72A0DF
(114,160,223)
#6892CB
(104,146,203)
#5E84B7
(94,132,183)
#5476A3
(84,118,163)
#4A688F
(74,104,143)
#405A7B
(64,90,123)
#364C67
(54,76,103)
#2C3E53
(44,62,83)
#22303F
(34,48,63)
#18222B
(24,34,43)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #72A0DF

#72A0DF
(114,160,223)
#7EA8E1
(126,168,225)
#8AB0E3
(138,176,227)
#96B8E5
(150,184,229)
#A2C0E7
(162,192,231)
#AEC8E9
(174,200,233)
#BAD0EB
(186,208,235)
#C6D8ED
(198,216,237)
#D2E0EF
(210,224,239)
#DEE8F1
(222,232,241)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A0DF color. Also use rgb(114,160,223) instead hex code.

Text Font Color

.myTextColor { color: #72A0DF; }

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

This text font color is #72A0DF.


Background Color

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

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

This div background color is #72A0DF.


Border color

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

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

This div border color is #72A0DF.


Opacity

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

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

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

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

This text has shadow with #72A0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A0DF on black background.


Color preview on white background

This text has color #72A0DF on white background.



Black color preview on #72A0DF background

This text has black color on #72A0DF background.


White color preview on #72A0DF background

This text has white color on #72A0DF background.