COLOR #78ADDF

HEX: #78ADDF
RGB: (120,173,223)

Renk bilgisi

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

RGB renk modeli

#78ADDF color RGB value is (120,173,223).

  • kırmız ton 120;
  • yeşil ton 173;
  • mavi ton 223.
RGB:
(120,173,223)
(47%,68%,87%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 173 of 255 = 68%
B 223 of 255 = 87%

120
173
223

R + G + B ~ 67%. #78ADDF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 173 + 223 = 516 (100%)
R 120 of 516 ~ 23.26%
G 173 of 516 ~ 33.53%
B 223 of 516 ~ 43.22%

%23.26
%33.53
%43.22

CMYK RENK MODELİ

#78ADDF rengi CMYK tonu (46,22,0,13).

  • camgöbeği tonu 46.19%
  • eflatun tonu 22.42%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(46,22,0,13)
C46M22Y0K13 
(46%,22%,0%,13%)
(0.46/0.22/0.00/0.13)	

CMYK yüzdeleri

%46.19
%22.42
%0
%12.55

Codes

Color #78ADDF in popluar color models

78ADDF
RGB120173223
HSL209°61.68%67.25%
HSB/HSV209°46.19%87.45%
CMYK46.19%22.42%0.00%
12.55%

Color #78ADDF in popluar number systems.

HEX78ADDF
Decimal120173223
Binary11110001010110111011111
Octal170255337

Shades and tints

Shades of #78ADDF

#78ADDF
(120,173,223)
#6E9ECB
(110,158,203)
#648FB7
(100,143,183)
#5A80A3
(90,128,163)
#50718F
(80,113,143)
#46627B
(70,98,123)
#3C5367
(60,83,103)
#324453
(50,68,83)
#28353F
(40,53,63)
#1E262B
(30,38,43)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #78ADDF

#78ADDF
(120,173,223)
#84B4E1
(132,180,225)
#90BBE3
(144,187,227)
#9CC2E5
(156,194,229)
#A8C9E7
(168,201,231)
#B4D0E9
(180,208,233)
#C0D7EB
(192,215,235)
#CCDEED
(204,222,237)
#D8E5EF
(216,229,239)
#E4ECF1
(228,236,241)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78ADDF color. Also use rgb(120,173,223) instead hex code.

Text Font Color

.myTextColor { color: #78ADDF; }

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

This text font color is #78ADDF.


Background Color

.myBgColor { background-color: #78ADDF; }

<div style="background-color:#78ADDF">Inner text</div>

This div background color is #78ADDF.


Border color

.myBorderColor { border: 1px solid #78ADDF; }

<div style="border:3px solid #78ADDF">Div</div>

This div border color is #78ADDF.


Opacity

.myOpacity80 { color: #78ADDF; opacity: 0.8; }

<p style="color:#78ADDF;opacity:0.8;">80%</p>

Text with #78ADDF 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 #78ADDF;}

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

This text has shadow with #78ADDF color.

.textShadow {text-shadow: 3px 3px 1px #78ADDF, 3px 3px 1px red;}

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

This text has shadow with #78ADDF primary color and red secondary color.


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

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

This text has shadow with #78ADDF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78ADDF on black background.


Color preview on white background

This text has color #78ADDF on white background.



Black color preview on #78ADDF background

This text has black color on #78ADDF background.


White color preview on #78ADDF background

This text has white color on #78ADDF background.