COLOR #72DADE

HEX: #72DADE RGB: (114,218,222)

Color info

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

RGB color model

#72DADE color RGB value is (114,218,222).

RGB: (114,218,222) (45%, 85%, 87%)

RGB channels and saturation

R 114 of 255 = 45%
G 218 of 255 = 85%
B 222 of 255 = 87%

114
218
222

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

Portions of RGB colors in percentages

R + G + B = 114 + 218 + 222 = 554 (100%)
R 114 of 554 ~ 20.58%
G 218 of 554 ~ 39.35%
B 222 of 554 ~ 40.07'%

%20.58
%39.35
%40.07

CMYK color model

#72DADE color CMYK value is (49,2,0,13).

  • cyan value is 48.65%
  • magenta value is 1.80%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (49,2,0,13)
C49M2Y0K13 (49%, 2%, 0%, 13%)
(0.49 / 0.02 / 0.00 / 0.13)

CMYK percentages

%48.65
%1.8
%0
%12.94

Codes

Color #72DADE in popluar color models

72 DA DE
RGB 114 218 222
HSL 182° 62.07% 65.88%
HSB/HSV 182° 48.65% 87.06%
CMYK 48.65% 1.80% 0.00%
12.94%

Color #72DADE in popluar number systems.

HEX 72 DA DE
Decimal 114 218 222
Binary 1110010 11011010 11011110
Octal 162 332 336

Shades and tints

Shades of #72DADE

#72DADE
(114,218,222)
#68C7CA
(104,199,202)
#5EB4B6
(94,180,182)
#54A1A2
(84,161,162)
#4A8E8E
(74,142,142)
#407B7A
(64,123,122)
#366866
(54,104,102)
#2C5552
(44,85,82)
#22423E
(34,66,62)
#182F2A
(24,47,42)
#0E1C16
(14,28,22)
#000000
(0,0,0)

Tints of #72DADE

#72DADE
(114,218,222)
#7EDDE1
(126,221,225)
#8AE0E4
(138,224,228)
#96E3E7
(150,227,231)
#A2E6EA
(162,230,234)
#AEE9ED
(174,233,237)
#BAECF0
(186,236,240)
#C6EFF3
(198,239,243)
#D2F2F6
(210,242,246)
#DEF5F9
(222,245,249)
#EAF8FC
(234,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72DADE color. Also use rgb(114,218,222) instead hex code.

Text Font Color

.myTextColor { color: #72DADE; }

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

This text font color is #72DADE.

Background Color

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

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

This div background color is #72DADE.

Border color

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

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

This div border color is #72DADE.

Opacity

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

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

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

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

This text has shadow with #72DADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72DADE.

Preview

Color preview on black background

This text has color #72DADE on black background.


Color preview on white background

This text has color #72DADE on white background.


Black color preview on #72DADE background

This text has black color on #72DADE background.


White color preview on #72DADE background

This text has white color on #72DADE background.


Related colors

Complementary color

Complementary color for #hex is #8D2521.


I love getcolorcode.com

Triadic colors

1 #DE72DA and #DADE72 with #72DADE are triadic colors.

2 #DEDA72 and #DA72DE with #72DADE are triadic colors.