COLOR #72ADD9

HEX: #72ADD9
RGB: (114,173,217)

Renk bilgisi

#72ADD9 contains mainly green and blue colors. #72ADD9 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#72ADD9 color RGB value is (114,173,217).

  • kırmız ton 114;
  • yeşil ton 173;
  • mavi ton 217.
RGB:
(114,173,217)
(45%,68%,85%)

RGB bağlantıları ve doygunluk

R 114 of 255 = 45%
G 173 of 255 = 68%
B 217 of 255 = 85%

114
173
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
114 + 173 + 217 = 504 (100%)
R 114 of 504 ~ 22.62%
G 173 of 504 ~ 34.33%
B 217 of 504 ~ 43.06%

%22.62
%34.33
%43.06

CMYK RENK MODELİ

#72ADD9 rengi CMYK tonu (47,20,0,15).

  • camgöbeği tonu 47.47%
  • eflatun tonu 20.28%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(47,20,0,15)
C47M20Y0K15 
(47%,20%,0%,15%)
(0.47/0.20/0.00/0.15)	

CMYK yüzdeleri

%47.47
%20.28
%0
%14.9

Codes

Color #72ADD9 in popluar color models

72ADD9
RGB114173217
HSL206°57.54%64.90%
HSB/HSV206°47.47%85.10%
CMYK47.47%20.28%0.00%
14.90%

Color #72ADD9 in popluar number systems.

HEX72ADD9
Decimal114173217
Binary11100101010110111011001
Octal162255331

Shades and tints

Shades of #72ADD9

#72ADD9
(114,173,217)
#689EC6
(104,158,198)
#5E8FB3
(94,143,179)
#5480A0
(84,128,160)
#4A718D
(74,113,141)
#40627A
(64,98,122)
#365367
(54,83,103)
#2C4454
(44,68,84)
#223541
(34,53,65)
#18262E
(24,38,46)
#0E171B
(14,23,27)
#000000
(0,0,0)

Tints of #72ADD9

#72ADD9
(114,173,217)
#7EB4DC
(126,180,220)
#8ABBDF
(138,187,223)
#96C2E2
(150,194,226)
#A2C9E5
(162,201,229)
#AED0E8
(174,208,232)
#BAD7EB
(186,215,235)
#C6DEEE
(198,222,238)
#D2E5F1
(210,229,241)
#DEECF4
(222,236,244)
#EAF3F7
(234,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72ADD9 color. Also use rgb(114,173,217) instead hex code.

Text Font Color

.myTextColor { color: #72ADD9; }

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

This text font color is #72ADD9.


Background Color

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

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

This div background color is #72ADD9.


Border color

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

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

This div border color is #72ADD9.


Opacity

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

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

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

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

This text has shadow with #72ADD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72ADD9 on black background.


Color preview on white background

This text has color #72ADD9 on white background.



Black color preview on #72ADD9 background

This text has black color on #72ADD9 background.


White color preview on #72ADD9 background

This text has white color on #72ADD9 background.